D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION - NtDoc

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

typedef struct _D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION {
  [in] LUID                           AdapterLuid;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in] RECTL                          LockRect;
} D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION structure

Description

The D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION structure describes the shared primary surface that an application is about to lock.

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.

LockRect [in]

A RECTL structure that indicates the upper-left and lower-right points of a rectangle on the shared primary surface; the operating system disables all sprites that intersect with this rectangle. If the OpenGL ICD specifies zero for each member of RECTL, the operating system disables all sprites on the shared primary surface.

See also

D3DKMTSharedPrimaryLockNotification

RECTL