Admin Production ni-theme
Current Publication

ATTR_DATA_TYPE

LabWindows/CVI

ATTR_DATA_TYPE (Column)

Type: Column attribute
Description: The data type of the table cell.
Data Type: integer
Default Value: VAL_DOUBLE
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.5 and later

Values

VAL_64BIT_INTEGER An 8 byte integer.
VAL_UNSIGNED_64BIT_INTEGER An unsigned 8 byte integer.
VAL_CHAR A single byte character.
VAL_DOUBLE An 8 byte floating point value.
VAL_FLOAT A 4 byte floating point value.
VAL_INTEGER A 4 byte integer.
VAL_SHORT_INTEGER A 2 byte integer.
VAL_UNSIGNED_CHAR An unsigned single byte character.
VAL_UNSIGNED_INTEGER An unsigned 4 byte integer.
VAL_UNSIGNED_SHORT_INTEGER An unsigned 2 byte integer.
VAL_SIZE_T An unsigned 4 byte integer (32-bit applications).

An unsigned 8 byte integer (64-bit applications).
VAL_SSIZE_T A 4 byte integer (32-bit applications).

An 8 byte integer (64-bit applications).
VAL_PTRDIFF_T A 4 byte integer (32-bit applications).

An 8 byte integer (64-bit applications).
VAL_UINTPTR_T An unsigned 4 byte integer (32-bit applications).

An unsigned 8 byte integer (64-bit applications).
VAL_INTPTR_T A 4 byte integer (32-bit applications).

An 8 byte integer (64-bit applications).