D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION structure (d3dkmthk.h)

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

Syntax

typedef struct _D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION {
  [in] LUID                           AdapterLuid;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in] RECTL                          LockRect;
} D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION;

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.

[in] LockRect

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.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTSharedPrimaryLockNotification

RECTL