758d84db9a
These functions act in tandem similar to how a lock or mutex require a balanced lock()/unlock() sequence. EnterFatalSection simply increments a counter for how many times it has been called, while LeaveFatalSection ensures that a previous call to EnterFatalSection has occured. If a previous call has occurred (the counter is not zero), then the counter gets decremented as one would expect. If a previous call has not occurred (the counter is zero), then an error code is returned. |
||
---|---|---|
.. | ||
applets | ||
am.cpp | ||
am.h | ||
applet_ae.cpp | ||
applet_ae.h | ||
applet_oe.cpp | ||
applet_oe.h | ||
idle.cpp | ||
idle.h | ||
omm.cpp | ||
omm.h | ||
spsm.cpp | ||
spsm.h | ||
tcap.cpp | ||
tcap.h |