// d3dkmthk.h
typedef struct _D3DKMT_OUTPUTDUPL_KEYEDMUTEX {
HANDLE hSharedSurfaceNt;
} D3DKMT_OUTPUTDUPL_KEYEDMUTEX;
View the official Windows Driver Kit DDI referenceNo description available.
Contains output duplicate keyed mutex data.
hSharedSurfaceNtA handle to the shared surface NT.