D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT structure (d3dkmthk.h)
The D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT structure describes the private-format attribute to set for a video present source.
Syntax
typedef struct _D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT {
[in] D3DKMT_HANDLE hDevice;
[in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
[in] UINT PrivateDriverFormatAttribute;
} D3DKMT_SETDISPLAYPRIVATEDRIVERFORMAT;
Members
[in] hDevice
A handle to the device that requests to change the private-format attribute of a video present source.
[in] VidPnSourceId
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).
[in] PrivateDriverFormatAttribute
A UINT value that specifies the private-format attribute to set for the video present source that the VidPnSourceId member specifies.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |