// d3dkmthk.h
typedef struct _D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION {
[in] LUID AdapterLuid;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION structure describes the shared primary surface that an application just unlocked.
AdapterLuid [in]The locally unique identifier (LUID) of the graphics adapter on which the GDI shared primary surface exists.
VidPnSourceId [in]The zero-based identification number of the video present source in a path of a video present network (VidPN) topology on which the GDI shared primary surface exists.
D3DKMTSharedPrimaryUnLockNotification