LSAPI Data Type Definitions

This section describes the standard LSAPI C data types. They are listed in alphabetic order.

Data type Definition Description
LS_HANDLE unsigned long Defines the handle to the license context used by the license service function calls.
LS_LONG long Defines a 32-bit signed integer type.
LS_STATUS_CODE unsigned long Indicates the result of a license service function call that is a 32-bit unsigned integer type.
LS_STR char Defines a null-terminated string of characters in ASCII format.
LS_ULONG unsigned long Defines a 32-bit unsigned integer type.
LS_VOID void Refers to an unspecified type that usually indicates a data buffer.