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

ID3DXAnimationController::ValidateEvent Method


Checks whether a specified event handle is valid and the animation event has not yet completed.

Syntax

HRESULT ValidateEvent(      

    D3DXEVENTHANDLE hEvent );

Parameters

hEvent
[in] Event handle to an animation event.

Return Value

Returns S_OK if the event handle is valid and the event has not yet completed.

Returns E_FAIL if the event handle is invalid and/or the event has completed.



Remarks

The method will indicate that an event handle is valid even if the event is running but has not yet completed.



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