|   |   |   | 
| AnimationController.IsEventValid Method | Language: | 
Determines whether a specified event handle is valid and an animation event has completed.
Visual Basic Public Function IsEventValid( _ 
ByVal eventHandle As Integer, _
ByRef result As Integer _
) As BooleanC# public bool IsEventValid( 
int eventHandle,
out int result
);C++ public: 
bool IsEventValid(
int eventHandle,
[Out] int% result
);JScript public function IsEventValid( 
eventHandle : int,
result : int
) : boolean;
eventHandle System.Int32 
Event handle to the animation event.result System.Int32 
HRESULT code passed back from the method.
System.Boolean
Returns true if the method succeeds; false if it fails.
This method indicates whether an event handle is valid even if the event is still running.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center