D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION structure (d3dkmthk.h)
The D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION structure describes the shared primary surface that an application just unlocked.
Syntax
typedef struct _D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION {
[in] LUID AdapterLuid;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION;
Members
[in] AdapterLuid
The locally unique identifier (LUID) of the graphics adapter on which the GDI shared primary surface exists.
[in] VidPnSourceId
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |