_WTS_DISPLAY_IOCTL structure (wtsdefs.h)
Contains information about the client display.
Syntax
typedef struct _WTS_DISPLAY_IOCTL {
BYTE pDisplayIOCtlData[WTS_MAX_DISPLAY_IOCTL_DATA];
ULONG cbDisplayIOCtlData;
} _WTS_DISPLAY_IOCTL, WTS_DISPLAY_IOCTL, *PWTS_DISPLAY_IOCTL, _WRDS_DISPLAY_IOCTL;
Members
pDisplayIOCtlData[WTS_MAX_DISPLAY_IOCTL_DATA]
A byte array that contains information about the client display.
cbDisplayIOCtlData
An integer that specifies the size of the byte array.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | wtsdefs.h (include Wtsprotocol.h) |