Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the options for the DrawThemeBackgroundEx function.
Syntax
typedef struct _DTBGOPTS {
DWORD dwSize;
DWORD dwFlags;
RECT rcClip;
} DTBGOPTS, *PDTBGOPTS;
Members
dwSize
Type: DWORD
Size of the structure. Set this to sizeof(DTBGOPTS).
dwFlags
Type: DWORD
Flags that specify the selected options. This member can be one of the following:
rcClip
Type: RECT
A RECT that specifies the bounding rectangle of the clip region.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | uxtheme.h |