Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |