// d3dkmthk.h
typedef struct _D3DKMT_DESTROY_OUTPUTDUPL {
D3DKMT_HANDLE hAdapter;
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
BOOL bDestroyAllContexts;
} D3DKMT_DESTROY_OUTPUTDUPL;
View the official Windows Driver Kit DDI referenceNo description available.
Used to destroy output duplicate.
hAdapterA handle to the adapter.
VidPnSourceIdThe zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.
bDestroyAllContextsIndicates whether to destroy all contexts.