Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags used to obtain callback information.
Syntax
typedef enum D3DXCALLBACK_SEARCH_FLAGS {
D3DXCALLBACK_SEARCH_EXCLUDING_INITIAL_POSITION = 1,
D3DXCALLBACK_SEARCH_BEHIND_INITIAL_POSITION = 2,
D3DXCALLBACK_SEARCH_FORCE_DWORD = 0x7fffffff
} D3DXCALLBACK_SEARCH_FLAGS, *LPD3DXCALLBACK_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.
-
D3DXCALLBACK_SEARCH_FORCE_DWORD
-
Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. This value is not used.
Requirements
Requirement | Value |
---|---|
Header |
|
See also