Udostępnij za pośrednictwem


FormatSystemMessage Method

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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

[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

Concepts

SMSFormatMessageCtl Class