Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Reports whether a specified dialog window supports background texturing.
Syntax
BOOL IsThemeDialogTextureEnabled(
[in] HWND hwnd
);
Parameters
[in] hwnd
Type: HWND
HWND value that specifies a dialog window.
Return value
Type: BOOL
Returns one of the following values.
| Return code | Description |
|---|---|
|
Background texturing is supported on the dialog window specified by the hwnd parameter. |
|
Background texturing is not supported on the dialog window specified by the hwnd parameter. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | uxtheme.h |
| Library | UxTheme.lib |
| DLL | UxTheme.dll (version 1.0 or later) |