Get_Crit_Status_No_Block


include vmm.inc

VMMcall Get_Crit_Status_No_Block

mov     [VMHandle], ebx
mov     [Claims], ecx
jc      high_priority

Retrieves the claim count and handle of the owner of the critical section. Unlike the Get_Crit_Section_Status service, this service returns immediately (without blocking) even if a delayed request to release the critical section is pending. This service is only available for Windows version 3.1 or later. Uses Flags.

In some cases, this service may indicate that the critical section is currently owned even when it will be released before returning to the virtual machine.

This is an asynchronous service; it may be called at interrupt time.

See also End_Critical_Section, Get_Crit_Section_Status