d3d9.dllID3DXAnimationCallbackHandler
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXAnimationCallbackHandler Interface


An application implements this interface to handle callbacks in animation sets generated by calls to ID3DXAnimationController::AdvanceTime.

ID3DXAnimationCallbackHandler Members

HandleCallback The application implements this method. This method is called when a callback occurs for an animation set in one of the tracks during a call to ID3DXAnimationController::AdvanceTime.

Remarks

The LPD3DXANIMATIONCALLBACKHANDLER type is defined as a pointer to this interface.

typedef interface ID3DXAnimationCallbackHandler ID3DXAnimationCallbackHandler;
typedef interface ID3DXAnimationCallbackHandler *LPD3DXANIMATIONCALLBACKHANDLER;

Interface Information

Stock Implementationd3d9.dll
Custom ImplementationNo
Inherits fromIUnknown
Headerd3dx9anim.h
Import libraryd3dx9.lib
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.