Introduction

This GXSW driver functions reference chapter is organized in alphabetical order. Each function description contains the function name, purpose, syntax, parameters description and type followed by a Comments, an Example (written in C), and a See Also sections.

All function parameters follow the same rules:

Prefix
Type
 Example
a
Array, prefix this before the simple type.
anArray (Array of short)
n
Short (signed 16-bit)
nMode
d
Double - 8 bytes floating point
dReading
dw
Double word (unsigned 32-bit)
dwTimeout
hwnd
Window handle (32-bit - unsigned, DWORD).
hwndPanel
l
Long (signed 32-bit)
lBits
p
32-bit pointer for and. Usually used to return a value. Prefix this before the simple type.
pnStatus
sz
Zero terminated string
szMsg
w
Unsigned short (unsigned 16-bit)
nMode

Parameter Prefixes