Share via


Document Conventions

The following table shows the typographic conventions used in the Microsoft CRM SDK documentation.

Convention Description Example
Monospace Indicates source code, code examples, input to the command line, application output, and code lines embedded in text, variables, and code elements.
public class
Bold Indicates most predefined programming elements, including namespaces, classes, delegates, objects, interfaces, methods, functions, macros, structures, constructors, properties, events, enumerations, fields, operators, statements, directives, data types, keywords, exceptions, non-HTML attributes, and configuration tags, as well as registry keys, sub-keys, and values. It also indicates the following HTML elements: attributes, directives, keywords, values, and headers.

In addition, it indicates required user input (including command-line options) that you must enter exactly as shown.

const struct CUserAuth &Caller,
BSTR Account,
Italic Indicates placeholders, most often method or function parameters and HTML placeholders; these placeholders represent information that must be supplied by the implementation or by the user.

For command-line input, it indicates parameter values.

context parameter

© 2005 Microsoft Corporation. All rights reserved.