Skip to content
BAD-AL edited this page Oct 30, 2020 · 1 revision

Syntax used in this document

The syntax used in this document is based on Delphi AKA Object Pascal. It is easy to read and should be quite clear on how each function works.

Hex values are often represented like $5A as opposed to the C formatting of 0x5A. PChar is a pointer to an array of char.

Clone this wiki locally