Edit

FormatSystemMessage Method

The FormatSystemMessage method, in Configuration Manager, formats a system error message by using the error code and optional insertion strings.

Syntax

[VBScript]
SMSFormatMessageCtl.FormatSystemMessage

Parameters

MessageID Data type: int

Error message ID.

InsertionStrings Data type: object

Optional list of insertion strings.

Return Value

A string.

Requirements

FormatMessageCtl.dll.

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMSFormatMessageCtl Class