DISPLAYCONFIG_DESKTOP_IMAGE_INFO structure (wingdi.h)
The DISPLAYCONFIG_DESKTOP_IMAGE_INFO structure contains information about the image displayed on the desktop.
typedef struct DISPLAYCONFIG_DESKTOP_IMAGE_INFO {
POINTL PathSourceSize;
RECTL DesktopImageRegion;
RECTL DesktopImageClip;
} DISPLAYCONFIG_DESKTOP_IMAGE_INFO;
PathSourceSize
A POINTL structure that specifies the size of the VidPn source surface that is being displayed on the monitor.
DesktopImageRegion
A RECTL structure that defines where the desktop image will be positioned within path source. Region must be completely inside the bounds of the path source size.
DesktopImageClip
A RECTL structure that defines which part of the desktop image for this clone group will be displayed on this path. This currently must be set to the desktop size.
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 10 Client. |
Header | wingdi.h (include Windows.h) |