TWindowConfig Class Reference

#include <w32adll.h>

class TWindowConfig
Public Attributes
TInt iFlags
Public Member Enumerations
enumanonymous { ETransparencyEnabled, EAlphaBlendedTransparency }

Member Attribute Documentation

iFlags

TInt iFlags

Indicate configuration of window, using enumerations defined within this class.

Member Enumeration Documentation

Enum anonymous

Transparency flags.

Used to represent transparency configuration of the window.

EnumeratorValueDescription
ETransparencyEnabled0x0001

Transparency is enabled on the window.

EAlphaBlendedTransparency0x0002

Window transparency uses alpha blending channel.