Destroy_Semaphore

include vmm.inc

mov eax, Semaphore ; semaphore handle

VMMcall Destroy_Semaphore


The Destroy_Semaphore service destroys the specified semaphore.

Parameters

Semaphore

Specifies the handle of the semaphore to delete.

Return Value

This service has no return value.

Uses

Flags

See Also

Create_Semaphore