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

ID3DXAnimationController::UnkeyAllTrackEvents Method


Removes all events from a specified animation track.

Syntax

HRESULT UnkeyAllTrackEvents(      

    UINT Track );

Parameters

Track
[in] Identifier of the track on which all events should be removed.

Return Value

If the method succeeds, the return value is S_OK.

If the method fails, the following value will be returned.

D3DERR_INVALIDCALLThe method call is invalid. For example, a method's parameter may have an invalid value.


Remarks

This method prevents the execution of all events previously scheduled on the track, and discards all data associated with those events.



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