// d3dkmthk.h
typedef struct _D3DKMT_INVALIDATEACTIVEVIDPN {
[in] D3DKMT_HANDLE hAdapter;
[in] VOID *pPrivateDriverData;
[in] UINT PrivateDriverDataSize;
} D3DKMT_INVALIDATEACTIVEVIDPN;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_INVALIDATEACTIVEVIDPN structure describes parameters that invalidate the active video present network (VidPN) currently in use.
hAdapter [in]A handle to the graphics adapter that the VidPN exists on.
pPrivateDriverData [in]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.
PrivateDriverDataSize [in]The size, in bytes, of the buffer that pPrivateDriverData points to.