VISA Implementation Specification for Textual Languages

ViInt32 signed long Long A 32-bit signed integer. ViPInt32 ViInt32 * N/A The location of a 32-bit signed integer. ViAInt32 ViInt32[] N/A An array of 32-bit signed integers. ViUInt64 Unsigned int64 or u_int64_t N/A A 64-bit unsigned integer. The exact type definition depends on the compiler. ViPUInt64 ViUInt64 * N/A The location of a 64-bit ... ................
................