GetThemePropertyOrigin function
Retrieves the location of the theme property definition for a property.
Syntax
HRESULT GetThemePropertyOrigin( _In_ HTHEME hTheme, _In_ int iPartId, _In_ int iStateId, _In_ int iPropId, _Out_ PROPERTYORIGIN *pOrigin );
Parameters
- hTheme [in]
-
Type: HTHEME
Handle to a window's specified theme data. Use OpenThemeData to create an HTHEME.
- iPartId [in]
-
Type: int
Value of type int that specifies the part that contains the theme. See Parts and States.
- iStateId [in]
-
Type: int
Value of type int that specifies the state of the part. See Parts and States.
- iPropId [in]
-
Type: int
Value of type int that specifies the property to retrieve. You may use any of the property values from Vssym32.h. These values are described in the reference pages for the functions that use them. For instance, the GetThemeInt function uses the TMT_BORDERSIZE value. See the Visual Styles Reference for a list of functions.
- pOrigin [out]
-
Type: PROPERTYORIGIN*
Pointer to a PROPERTYORIGIN enumerated type that indicates where the property was or was not found.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012