include vmm.inc VMMcall _GetMutexOwner, <MutexHandle> mov Owner, eax
Retrieves the handle of the thread that owns the specified mutex. Uses C calling convention: Uses EAX, ECX, EDX, and Flags.
MutexHandle
Handle of the mutex.