![]() |
![]() |
![]() |
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_INVALIDCALL The 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.