bold |
A specific term intended to be used literally; for example, language key words, function names, and macro names. You must type these terms exactly as shown. |
italic |
Placeholders for information you must provide. For example, the following syntax for the sndPlaySound function indicates you must substitute values for the lpszSound and wFlags parameters, separated by a comma: |
|
WORD sndPlaySound(lpszSound, wFlags) |
|
Italic is also used for terms defined in text and the Glossary. |
ALL CAPITALS |
Directory names, filenames, and acronyms. |
Monospace |
Code examples. |
Vertical ellipsis . . . |
Indicates a portion of the program is omitted in a program example. |
Horizontal ellipsis . . . |
For a given function, there are several functions that have the same form but different prefixes; for example, ...GetNumDevs substitutes for the auxGetNumDevs, midiInGetNumDevs, midiOutGetNumDevs, waveInGetNumDevs, and waveOutGetNumDevs functions, all of which have similar syntax and functionality. Also indicates a single statement is omitted in a program example. |
, |
|