_DestroyMutex


include vmm.h

DWORD SERVICE _DestroyMutex(DWORD hmtx)

Frees memory allocated for a mutex. The mutex cannot be in use when this function is called. Uses EAX, ECX, EDX, and flags.

hmtx

Handle of mutex that will be destroyed.