DXBNDTYPE enumeration
Identifies the data type within a DXBNDS union.
Syntax
typedef enum DXBNDTYPE { DXBT_DISCRETE = 0, DXBT_DISCRETE64 = 1, DXBT_CONTINUOUS = 2, DXBT_CONTINUOUS64 = 3 } DXBNDTYPE;
Constants
- DXBT_DISCRETE
-
The DXBNDS union is using the LONG data type.
- DXBT_DISCRETE64
-
The indicated DXBNDS union is using the 64-bit LONGLONG data type.
- DXBT_CONTINUOUS
-
The indicated DXBNDS union is using the FLOAT data type.
- DXBT_CONTINUOUS64
-
The indicated DXBNDS union is using the 64-bit double data type.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
Show: