CLIENT_DISPLAY structure (sessdirpublictypes.h)

Contains information about the display of a Remote Desktop Connection (RDC) client.

Syntax

typedef struct __MIDL___MIDL_itf_sessdirpublictypes_0000_0000_0001 {
  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

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Header sessdirpublictypes.h