DISPLAYCONFIG_PATH_INFO structure (wingdi.h)
The DISPLAYCONFIG_PATH_INFO structure is used to describe a single path from a target to a source.
Syntax
typedef struct DISPLAYCONFIG_PATH_INFO {
DISPLAYCONFIG_PATH_SOURCE_INFO sourceInfo;
DISPLAYCONFIG_PATH_TARGET_INFO targetInfo;
UINT32 flags;
} DISPLAYCONFIG_PATH_INFO;
Members
sourceInfo
A DISPLAYCONFIG_PATH_SOURCE_INFO structure that contains the source information for the path.
targetInfo
A DISPLAYCONFIG_PATH_TARGET_INFO structure that contains the target information for the path.
flags
A bitwise OR of flag values that indicates the state of the path. The following values are supported:
Value | Meaning |
---|---|
|
Set by QueryDisplayConfig to indicate that the path is active and part of the desktop. If this flag value is set, SetDisplayConfig attempts to enable this path. |
|
Set by QueryDisplayConfig to indicate that the path supports virtual modes. Supported starting in Windows 10. |
|
Set by QueryDisplayConfig to indicate that the path supports virtual refresh rates. Supported starting in Windows 11. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 Client. |
Header | wingdi.h (include Windows.h) |
See also
DISPLAYCONFIG_PATH_SOURCE_INFO