Using the function reference

This section provides a reference to the Loader library function. A typical function includes:

Prototype

The prototype is followed by a list of the function's arguments. Dialogic data types include:

  • U8 (8-bit unsigned)

  • S8 (8-bit signed)

  • U16 (16-bit unsigned)

  • S16 (16-bit signed)

  • U32 (32-bit unsigned)

  • S32 (32-bit signed)

If a function argument is a data structure, the complete data structure is defined.