Share via


SMS_StatMsgModuleNames

The SMS_StatMsgModuleNames WMI class maps module names to the message DLL that contains the status message text.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_StatMsgModuleNames : SMS_BaseClass
{
  string ModuleName;
  string MsgDLLName;
};

Properties

  • ModuleName
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Module name as used in the module name property of SMS_StatusMessage.

  • MsgDLLName
    Data type: string
    Access type: Read-only

    Name of the corresponding resource DLL that contains the text of the message.

See Also

SMS_StatMsgAttributes, SMS_StatMsgInsStrings, SMS_StatusMessage, Reading Raw Messages, Status Classes