WTA_OPTIONS structure (uxtheme.h)

Defines options that are used to set window visual style attributes.

Syntax

typedef struct _WTA_OPTIONS {
  DWORD dwFlags;
  DWORD dwMask;
} WTA_OPTIONS, *PWTA_OPTIONS;

Members

dwFlags

Type: DWORD

A combination of flags that modify window visual style attributes. Can be a combination of the WTNCA constants.

dwMask

Type: DWORD

A bitmask that describes how the values specified in dwFlags should be applied. If the bit corresponding to a value in dwFlags is 0, that flag will be removed. If the bit is 1, the flag will be added.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header uxtheme.h

See also

SetWindowThemeAttribute