D3DKMT_INVALIDATEACTIVEVIDPN structure (d3dkmthk.h)
The D3DKMT_INVALIDATEACTIVEVIDPN structure describes parameters that invalidate the active video present network (VidPN) currently in use.
Syntax
typedef struct _D3DKMT_INVALIDATEACTIVEVIDPN {
[in] D3DKMT_HANDLE hAdapter;
[in] VOID *pPrivateDriverData;
[in] UINT PrivateDriverDataSize;
} D3DKMT_INVALIDATEACTIVEVIDPN;
Members
[in] hAdapter
A handle to the graphics adapter that the VidPN exists on.
[in] pPrivateDriverData
A pointer to a buffer that contains the display mode (for example, clone-view mode) that the OpenGL installable client driver (ICD) requests for the new VidPN.
[in] PrivateDriverDataSize
The size, in bytes, of the buffer that pPrivateDriverData points to.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | d3dkmthk.h (include D3dkmthk.h) |