D3DDDICB_SETDISPLAYPRIVATEDRIVERFORMAT - NtDoc

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

typedef struct _D3DDDICB_SETDISPLAYPRIVATEDRIVERFORMAT {
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
  [in] UINT                           PrivateDriverFormatAttribute;
} D3DDDICB_SETDISPLAYPRIVATEDRIVERFORMAT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_setdisplayprivatedriverformat)

_D3DDDICB_SETDISPLAYPRIVATEDRIVERFORMAT structure

Description

The D3DDDICB_SETDISPLAYPRIVATEDRIVERFORMAT structure describes the private-format attribute to set for a video present source in a call to the pfnSetDisplayPrivateDriverFormatCb function.

Members

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

pfnSetDisplayPrivateDriverFormatCb