D3DXINCLUDE_TYPE
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXINCLUDE_TYPE Enumerated Type


Describes the location for the include file.

Syntax

typedef enum _D3DXINCLUDE_TYPE {
    D3DXINC_LOCAL = 0,
    D3DXINC_SYSTEM = 1,
    D3DXINC_FORCE_DWORD = 0x7fffffff
} D3DXINCLUDE_TYPE;

Constants

D3DXINC_LOCAL

Look in the local project for the include file.

D3DXINC_SYSTEM

Look in the system path for the include file.

D3DXINC_FORCE_DWORD

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

Enumerated Type Information

Headerd3dx9shader.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.