CLIENT_DISPLAY structure
Contains information about the display of a Remote Desktop Connection (RDC) client.
Syntax
typedef struct { DWORD HorizontalResolution; DWORD VerticalResolution; DWORD ColorDepth; } CLIENT_DISPLAY, *PCLIENT_DISPLAY;
Members
- HorizontalResolution
-
The horizontal dimension, in pixels, of the client's display.
- VerticalResolution
-
The vertical dimension, in pixels, of the client's display.
- ColorDepth
-
The color depth of the client's display. For possible values, see the ColorDepth member of the WTS_CLIENT_DISPLAY structure.
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 10/26/2012