Document Conventions

The document conventions used in this document are as follows:

Bold text

Bold letters indicate a specific term that you should use literally: functions (such as lineGetDevCaps), messages (such as LINE_CALLSTATE), and structure fields (such as dwBearerMode). You must enter these terms exactly as shown.

Italic text

In introductory and explanatory text, italicized words indicate that a key term or concept is being introduced. In describing functions and messages words in italics indicate a place holder; you are expected to provide the actual value. For example, the following syntax for the lineGetCallInfo function indicates that you must substitute values for the hCall and

lpCallInfo parameters:

lineGetCallInfo(hCall, lpCallInfo)

Monospaced text

Monospaced type denotes display code samples and data structure definitions.