Partager via


MÉTHODE IDCompositionTableTransferEffect::SetRedTableValue(UINT,float) (dcomp.h)

Définit une valeur dans le tableau rouge.

Syntaxe

HRESULT SetRedTableValue(
  [in] UINT  index,
  [in] float value
);

Paramètres

[in] index

Type : UINT

Index de la valeur à définir.

[in] value

Type : float

Nouvelle valeur.

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