Metodo IDCompositionTableTransferEffect::SetGreenTableValue(UINT,IDCompositionAnimation*) (dcomp.h)
Imposta un valore nella tabella verde.
Sintassi
HRESULT SetGreenTableValue(
[in] UINT index,
[in] IDCompositionAnimation *animation
);
Parametri
[in] index
Tipo: UINT
Indice del valore da impostare.
[in] animation
Tipo: IDCompositionAnimation*
Animazione che rappresenta il modo in cui il valore cambia nel tempo. Questo parametro non deve essere NULL.
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Requisiti
Piattaforma di destinazione | Windows |
Intestazione | dcomp.h |
Libreria | Dcomp.lib |
DLL | Dcomp.dll |