D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT - NtDoc

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

typedef struct _D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT {
  [in] D3DKMT_HANDLE                  hDevice;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in] UINT                           PrivateDriverFormatAttribute;
} D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT structure

Description

The D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT structure describes the private-format attribute to set for a video present source.

Members

hDevice [in]

A handle to the device that requests to change the private-format attribute of a video present source.

VidPnSourceId [in]

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology to set a private-format attribute on (that is, the identifier of the primary surface to set a private-format attribute on).

PrivateDriverFormatAttribute [in]

A UINT value that specifies the private-format attribute to set for the video present source that the VidPnSourceId member specifies.

See also

D3DKMTSetDisplayPrivateDriverFormat