Partager via


GetThemeAnimationProperty, fonction (uxtheme.h)

Obtient une propriété d’animation de thème basée sur l’ID du storyboard et l’ID cible.

Syntaxe

HRESULT GetThemeAnimationProperty(
  [in]  HTHEME      hTheme,
  [in]  int         iStoryboardId,
  [in]  int         iTargetId,
  [in]  TA_PROPERTY eProperty,
  [out] VOID        *pvProperty,
  [in]  DWORD       cbSize,
  [out] DWORD       *pcbSizeOut
);

Paramètres

[in] hTheme

Handle de thème ouvert.

[in] iStoryboardId

Identificateur de storyboard prédéfini.

[in] iTargetId

Identificateur cible prédéfini.

[in] eProperty

Propriété associée au storyboard et à la cible de l’animation.

[out] pvProperty

Mémoire tampon pour recevoir la valeur de propriété retournée.

[in] cbSize

Taille en octets d’une mémoire tampon pointée par pvProperty.

[out] pcbSizeOut

Taille d’octet de la propriété retournée.

Valeur retournée

Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

   
Client minimal pris en charge Windows 8 [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau uniquement]
Plateforme cible Windows
En-tête uxtheme.h
Bibliothèque UxTheme.lib
DLL UxTheme.dll