XenApp 6.5 Mobile Application SDK 1.0
XAMA API
CMP_DISPLAY_SETTINGS Struct Reference

Collection of display settings for the mobile device. More...

#include <cmpstruct.h>

List of all members.

Public Attributes

INT16 Length
INT16 MetricsFlags
INT16 DeviceOrientation
INT32 PixelWidth
INT32 PixelHeight
INT16 ColorDepth
INT32 WidthMilliInches
INT32 HeightMilliInches
INT32 PixelsPerInch
INT32 HorizontalPixelsPerInch
INT32 VerticalPixelsPerInch

Detailed Description

Collection of display settings for the mobile device.

Examples:
csharp/displaysettings/Program.cs, and native/displaysettings/displaysettings.cpp.

Member Data Documentation

Color bits used for each pixel for the mobile device display

Examples:
csharp/displaysettings/Program.cs, and native/displaysettings/displaysettings.cpp.

Height of display in 1/1000th of an inch units (1000 = 1 inch)

Examples:
csharp/displaysettings/Program.cs, and native/displaysettings/displaysettings.cpp.

Flags which define which structure fields are supported

Examples:
csharp/displaysettings/Program.cs.

Height in pixels of the mobile device display based on current orientation

Examples:
csharp/displaysettings/Program.cs, and native/displaysettings/displaysettings.cpp.

Pixels per inch combined between vertical and horizontal

Width in pixels of the mobile device display based on current orientation

Examples:
csharp/displaysettings/Program.cs, and native/displaysettings/displaysettings.cpp.

Width of display in 1/1000th of an inch units (1000 = 1 inch)

Examples:
csharp/displaysettings/Program.cs, and native/displaysettings/displaysettings.cpp.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Events Defines