The following text formats are used throughout this topic.
Bold text | Denotes a term or character to be typed literally, such as a predefined data type or function name (HWND or GetExtendedError.) You must type these terms exactly as shown. |
Italic text | Denotes a placeholder or variable. You must provide the actual value. For example, the statement SetCursorPos(X, Y) requires you to substitute values for the X and Y parameters. |
CAPITALS | Indicates most type and structure names, which are also bold, and constants. |
monospace | Sets off code examples and shows syntax spacing. |
[] | Encloses optional parameters. |
| | Separates an either/or choice. |