Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Release_Critical_Section
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ecx, Claims         ; number of times to release critical section
VMMcall Release_Critical_Section
 
The Release_Critical_Section service decrements the claim count by the
specified value. It has the same effect as calling the End_Critical_Section
section repeatedly.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
Claims     Specifies the number of times to release ownership of critical
           section. Zero is a valid number, but is ignored.
 
Return Value
 
This service has no return value.
 
Uses
 
Flags
 
See Also
 
Claim_Critical_Section, End_Critical_Section