Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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