Appendix B
Platform-Specific Types and Constants
This appendix lists the
Types
POINTER
A POINTER value is a generic pointer to memory to which any other pointer can be cast.
Example:
typedef unsigned char *POINTER;
UINT2
A UINT2 value is a 16-bit unsigned integer.
3 5 5