The documentation of each function contains these sections:
Syntax
Programming Note
The methods in this book are spelled in mixed-case for readability but are
known to the system as uppercase character strings. For example, the function
"WinCreateObject" is actually the external name "WINCREATEOBJECT".
If you are using a compiler that generates a mixed-case external name, you should code the functions in uppercase.
The term NULL applied to a parameter indicates the presence of the parameter, with no value.
Refer to Data Types for a complete list of all data types and their descriptions.
Input