1.4 Data Types in This Documentation

This topic lists the data types most commonly used in the GroupWise Token functions. All of the data types are exactly the same as those in the Windows Software Development Kit (SDK).

  • ANSISTRING—A 32-bit pointer to a character string.

  • DWORD—A 32-bit unsigned integer

  • long—A 32-bit signed integer

  • WORD—A 16-bit unsigned integer

  • int—A 16-bit signed integer

  • BYTE—A 8-bit unsigned character

  • char—A 8-bit signed character

  • BOOL—A Boolean value (True / False)