DisplayConfigPathSourceInfoUnionCloneGroupId Field

A valid identifier used to show which clone group the path is a member of only when DISPLAYCONFIG_PATH_SUPPORT_VIRTUAL_MODE is set.

If this value is invalid, then it must be set to DISPLAYCONFIG_PATH_CLONE_GROUP_INVALID.

CloneGroupId is only used when the source mode index is not specified. Two such scenarios are when the source mode info must be invalid because TopologySupplied is used, and when UseSuppliedDisplayConfig is used with paths that do not have source mode info.

The CloneGroupId will be used to indicate which paths are in a clone group, all the paths with the same CloneGroupId value are considered in the same clone group.

There is no requirement that the clone group id’s have to be zero based or contiguous.

Supported starting in Windows 10.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FieldOffsetAttribute(0)]
public ushort CloneGroupId

Field Value

UInt16

See Also