The FormatModuleString method, in Configuration Manager, loads string resources from the resource DLL.

[VBScript]
SMSFormatMessageCtl.FormatModuleString 

Parameters

ModuleName

Data type: stringName of the module to load. The name can be Srvmsgs.dll, Provmsgs.dll, or Climmsgs.dll.
MessageID

Data type: intMessage ID " combined by using the bitwise OR operation with the severity.
InsertionStrings

Data type: objectOptional list of insertion strings.

Return Value

A string.

Remarks

FormatModuleString loads a string that is specified by MessageID from a string resource in the ModuleName module and inserts the supplied strings.

Requirements

FormatMessageCtl.dll.

Runtime Requirements

Development Requirements

See Also