GetThemeAnimationTransform function
Gets an animation transform operation based on storyboard id, target id and transform index.
Syntax
HRESULT THEMEAPI GetThemeAnimationTransform( _In_ HTHEME hTheme, _In_ int iStoryboardId, _In_ int iTargetId, _In_ DWORD dwTransformIndex, _Out_ TA_TRANSFORM *pTransform, _In_ DWORD cbSize, _Out_ DWORD pcbSizeOut );
Parameters
- hTheme [in]
-
An opened theme handle.
- iStoryboardId [in]
-
A predefined storyboard identifier.
- iTargetId [in]
-
A predefined target identifier.
- dwTransformIndex [in]
-
The zero-based index of a transform operation.
- pTransform [out]
-
A pointer to a buffer to receive a transform structure.
- cbSize [in]
-
The byte size of the buffer pointed by pTransform.
- pcbSizeOut [out]
-
The byte size of a transform operation structure.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 10/27/2012