![]() |
![]() |
![]() |
Gets information about a specific callback in the animation set.
Syntax
HRESULT GetCallbackKey(
UINT Animation, LPD3DXKEY_CALLBACK pCallbackKeys );
Parameters
- Animation
- [in] Animation index.
- pCallbackKeys
- [out] Pointer to the callback function.
Return Value
If the method succeeds, the return value is S_OK.
If the method fails, the following value will be returned.
D3DERR_INVALIDCALL The method call is invalid. For example, a method's parameter may have an invalid value.