Sources structure (cloneviewhelper.h)
The Sources structure contains a Video Present Network (VidPN) topology.
Syntax
typedef struct tagSources {
ULONG sourceId;
int numTargets;
ULONG aTargets[1];
} Sources;
Members
sourceId
The source identifier for the video present source in the VidPN topology.
numTargets
The number of video present targets in the array that the aTargets member specifies, which is the number of video present targets in the VidPN topology.
aTargets[1]
An array of identifiers for the video present targets in the VidPN topology.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | cloneviewhelper.h (include Cloneviewhelper.h) |