Partager via


MÉTHODE IDCompositionTableTransferEffect::SetGreenTableValue(UINT,IDCompositionAnimation*) (dcomp.h)

Définit une valeur dans la table verte.

Syntaxe

HRESULT SetGreenTableValue(
  [in] UINT                   index,
  [in] IDCompositionAnimation *animation
);

Paramètres

[in] index

Type : UINT

Index de la valeur à définir.

[in] animation

Type : IDCompositionAnimation*

Animation qui représente la façon dont la valeur change au fil du temps. Ce paramètre ne doit pas être NULL.

Valeur retournée

Type : HRESULT

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

Spécifications

   
Plateforme cible Windows
En-tête dcomp.h
Bibliothèque Dcomp.lib
DLL Dcomp.dll

Voir aussi

IDCompositionTableTransferEffect