D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

_D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION structure

Description

The D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION structure describes the shared primary surface that an application just unlocked.

Members

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.

See also

D3DKMTSharedPrimaryUnLockNotification