// d3dkmthk.h
typedef struct _D3DKMT_OUTPUTDUPLCONTEXTSCOUNT {
D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
UINT OutputDuplicationCount;
} D3DKMT_OUTPUTDUPLCONTEXTSCOUNT;
View the official Windows Driver Kit DDI referenceNo description available.
Specifies the number of current Desktop Duplication API (DDA) clients that are attached to a given video present network (VidPN).
VidPnSourceIdThe ID of the video present network (VidPN).
OutputDuplicationCountThe number of current DDA clients that are attached to the VidPN specified by the VidPnSourceId member.