Identifies the data type within a DXBNDS union.
Syntax
typedef enum DXBNDTYPE
{
DXBT_DISCRETE,
DXBT_DISCRETE64,
DXBT_CONTINUOUS,
DXBT_CONTINUOUS64
} DXBNDTYPE;
Elements
- DXBT_DISCRETE
- The indicated 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.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.