D3DKMT_DESTROYKEYEDMUTEX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_DESTROYKEYEDMUTEX {
  [in] D3DKMT_HANDLE hKeyedMutex;
} D3DKMT_DESTROYKEYEDMUTEX;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_destroykeyedmutex)

_D3DKMT_DESTROYKEYEDMUTEX structure

Description

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

Members

hKeyedMutex [in]

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

See also

D3DKMTDestroyKeyedMutex