Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationSet.GetCallback Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves information about a specific callback in an animation set.

Definition

Visual Basic .NET Public Function GetCallback( _
    ByVal position As Double, _
    ByVal flags As CallbackSearchFlags _
) As CallbackData
C# public CallbackData GetCallback(
    double position,
    CallbackSearchFlags flags
);
Managed C++ public: CallbackData GetCallback(
    double position,
    CallbackSearchFlags flags
);
JScript .NET public function GetCallback(
    position : double,
    flags : CallbackSearchFlags
) : CallbackData;

Parameters

position System.Double. Position from which to find callbacks.
flags Microsoft.DirectX.Direct3D.CallbackSearchFlags. Callback search flags. This parameter can be set to one or more CallbackSearchFlags constants.

Return Value

Microsoft.DirectX.Direct3D.CallbackData . This method's return values are implemented by an application programmer. In general, if no error occurs, the method should return an empty structure; otherwise, it should throw an exception. For more information, see DirectXException.

Applies To

CompressedAnimationSet, KeyframedAnimationSet

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center