In Configuration Manager, the FormatModuleString method is used to load string resources out of 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

Other Resources

SMSFormatMessageCtl Class


Send comments about this topic to Microsoft.