D3DKMT_DESTROYKEYEDMUTEX structure (d3dkmthk.h)

The D3DKMT_DESTROYKEYEDMUTEX structure describes a keyed mutex that the D3DKMTDestroyKeyedMutex function destroys.

Syntax

typedef struct _D3DKMT_DESTROYKEYEDMUTEX {
  [in] D3DKMT_HANDLE hKeyedMutex;
} D3DKMT_DESTROYKEYEDMUTEX;

Members

[in] hKeyedMutex

A D3DKMT_HANDLE data type that represents a kernel-mode handle to the keyed mutex object to destroy.

Requirements

Requirement Value
Minimum supported client D3DKMT_DESTROYKEYEDMUTEX is supported beginning with the Windows 7 operating system.
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTDestroyKeyedMutex