CriticalSection & SystemLock();
None.
Returns a reference to the critical session needed to lock the system.
The system is locked after entering CriticalSection
obtained using this function. Blocking functions such as CallContext::Wait
and Dispatch
cannot be called while the system is locked.
CONFIDENTIAL