Skip to content

Latest commit

 

History

History
98 lines (73 loc) · 2.8 KB

nf-uxtheme-getthemeenumvalue.md

File metadata and controls

98 lines (73 loc) · 2.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uxtheme.GetThemeEnumValue
GetThemeEnumValue function (uxtheme.h)
Retrieves the value of an enumerated type property.
GetThemeEnumValue
GetThemeEnumValue function [Windows Controls]
controls.GetThemeEnumValue
controls.inet_GetThemeEnumValue
inet_GetThemeEnumValue
inet_GetThemeEnumValue_cpp
uxtheme/GetThemeEnumValue
controls\GetThemeEnumValue.htm
Controls
VS|Controls|~\controls\userex\functions\getthemeenumvalue.htm
12/05/2018
GetThemeEnumValue, GetThemeEnumValue function [Windows Controls], controls.GetThemeEnumValue, controls.inet_GetThemeEnumValue, inet_GetThemeEnumValue, inet_GetThemeEnumValue_cpp, uxtheme/GetThemeEnumValue
uxtheme.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
UxTheme.lib
UxTheme.dll
Windows
19H1
GetThemeEnumValue
uxtheme/GetThemeEnumValue
c++
APIRef
kbSyntax
DllExport
UxTheme.dll
Ext-MS-Win-UXTheme-Themes-l1-1-0.dll
xamlpalwp.dll
ext-ms-win-uxtheme-themes-l1-1-1.dll
GetThemeEnumValue

GetThemeEnumValue function

-description

Retrieves the value of an enumerated type property.

-parameters

-param hTheme [in]

Type: HTHEME

Handle to a window's specified theme data. Use OpenThemeData to create an HTHEME.

-param iPartId [in]

Type: int

Value of type int that specifies the part that contains the enumerated type property. See Parts and States.

-param iStateId [in]

Type: int

Value of type int that specifies the state of the part. See Parts and States.

-param iPropId [in]

Type: int

Value of type int that specifies the property to retrieve. For a list of possible values, see Property Identifiers.

-param piVal [out]

Type: int*

Pointer to an int that receives the enumerated type value.

-returns

Type: HRESULT

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

Property Identifiers