Sack Library Documentation
|
MEM_PROC S_32 MEM_API EnterCriticalSecNoWaitEx(PCRITICALSECTION pcs, THREAD_ID *prior DBG_PASS); MEM_PROC void MEM_API InitializeCriticalSec(PCRITICALSECTION pcs);
Parameters |
Description |
PCRITICALSECTION pcs |
pointer to a critical section |
prior |
if not NULL, prior will be set to the current thread ID of the owning thread. |
If it enters the return is 1, else the return is 0.
attempts to enter the critical section, and does not block.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|