Release_Critical_Section

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.

Parameters

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