// 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 referenceNo description available.
The D3DDDICB_SETDISPLAYPRIVATEDRIVERFORMAT structure describes the private-format attribute to set for a video present source in a call to the pfnSetDisplayPrivateDriverFormatCb function.
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.
pfnSetDisplayPrivateDriverFormatCb