This topic has not yet been rated - Rate this topic

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

Sessdirpublictypes.idl

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.