Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Blinker 5.10 Online Reference - <b> function notational conventions</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Function notational conventions
------------------------------------------------------------------------------
 Many of the functions provided by Blinker can be accessed from several
 languages, using the standard C calling conventions.

 Blinker provides specific interfaces for C/C++, for Microsoft Basic PDS and
 QuickBasic, and for CA-Clipper. If you are using a language not mentioned
 here, it is likely that your compiler can be directed to use the C calling
 convention to access Blinker functions. Consult your compiler documentation
 for further information on mixed language programming.

 The tables on the following pages detail the notational convention used to
 describe the types of parameters and return values, and the appropriate data
 types for each calling convention.

 Each parameter, (or return value) is preceded by a one or two letter prefix
 denoting the type of the value, which also indicates the way the parameter
 is passed to the function.

 C and Assembler programmers note: C and Assembler programs calling Blinker
 functions should pass a value of -1 for all unused parameters.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson