D3DXCALLBACK_SEARCH_FLAGS
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXCALLBACK_SEARCH_FLAGS Enumerated Type


Flags used to obtain callback information.

Syntax

typedef enum _D3DXCALLBACK_SEARCH_FLAGS {
    D3DXCALLBACK_SEARCH_EXCLUDING_INITIAL_POSITION = 1,
    D3DXCALLBACK_SEARCH_BEHIND_INITIAL_POSITION = 2,
    D3DXEDT_FORCE_DWORD = 0x7fffffff
} D3DXCALLBACK_SEARCH_FLAGS;

Constants

D3DXCALLBACK_SEARCH_EXCLUDING_INITIAL_POSITION

Exclude callbacks located at the initial position from the search.

D3DXCALLBACK_SEARCH_BEHIND_INITIAL_POSITION

Reverse the callback search direction.

D3DXEDT_FORCE_DWORD

Forces this enumeration to compile to 32 bits in size. This value is not used.

Enumerated Type Information

Headerd3dx9anim.h
Minimum operating systems Windows 98


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