设置绿色表中的值。
语法
HRESULT SetGreenTableValue(
  [in] UINT                   index,
  [in] IDCompositionAnimation *animation
);
参数
[in] index
类型: UINT
要设置的值的索引。
[in] animation
表示值如何随时间变化的动画。 此参数不能为 NULL。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
| 目标平台 | Windows | 
| 标头 | dcomp.h | 
| Library | Dcomp.lib | 
| DLL | Dcomp.dll |