![]() |
Home |
|
Function RTKReleaseSpinlockRTKReleaseSpinlock releases a spinlock previously locked with RTKLockSpinlock: void RTKReleaseSpinlock(RTKSpinlock Lock, DWORD IntState); ParametersLockReference to a spinlock previously created with RTKCreateSpinlock. IntStateValue returned from the RTKLockSpinlock call used to lock the spinlock. The spinlock is released and interrupts are enabled if they where enabled before the matching RTKLockSpinlock call.
|