The SMS_StatMsg Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that is a high-performance version of SMS_StatusMessage Server WMI Class.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_StatMsg : SMS_BaseClass
{
	String Component;
	String MachineName;
	UInt32 MessageID;
	UInt32 MessageType;
	String ModuleName;
	UInt32 PerClient;
	UInt32 ProcessID;
	SInt64 RecordID;
	UInt32 ReportFunction;
	UInt32 Severity;
	String SiteCode;
	UInt32 SuccessfulTransaction;
	UInt32 ThreadID;
	DateTime Time;
	String TopLevelSiteCode;
	UInt32 Transaction;
	UInt32 Win32Error;
};

Methods

The SMS_StatMsg class does not define any methods. None of the SMS_StatusMessage methods are supported.

Properties

Component

Data type: StringAccess type: ReadQualifiers: noneName of the component that created the message. For user-defined messages, this name comes from the ApplicationName context qualifier that you must set before calling a raise status message method.
MachineName

Data type: StringAccess type: ReadQualifiers: noneName of the computer that created the message. For user-defined messages, this name comes from the MachineName context qualifier that you must set before calling a raise status message method.
MessageID

Data type: UInt32Access type: ReadQualifiers: noneUnique ID of message text in a message DLL. See the MessageID property of SMS_StatusMessage Server WMI Class.
MessageType

Data type: UInt32Access type: ReadQualifiers: noneType of message. See the MessageType property of SMS_StatusMessage Server WMI Class.
ModuleName

Data type: StringAccess type: ReadQualifiers: noneThe DLL that is associated with the status message to raise. This is not the name of the DLL itself, but it is a display string corresponding to the ModuleName property value defined in the SMS_StatMsgModuleNames Server WMI Class class. You use the ModuleName value to get the DLL name.
PerClient

Data type: UInt32Access type: ReadQualifiers: noneValue indicating if the status message was generated by a client component. See the PerClient property of SMS_StatusMessage Server WMI Class.
ProcessID

Data type: UInt32Access type: ReadQualifiers: noneID of the process that created the message.
RecordID

Data type: SInt64Access type: ReadQualifiers: noneUnique ID of the status message.
ReportFunction

Data type: UInt32Access type: ReadQualifiers: noneReport function. See the ReportFunction property of SMS_StatusMessage Server WMI Class.
Severity

Data type: UInt32Access type: ReadQualifiers: noneSeverity of the status message. See the Severity property of SMS_StatusMessage Server WMI Class.
SiteCode

Data type: StringAccess type: ReadQualifiers: noneSite code of the site that created the message.
SuccessfulTransaction

Data type: UInt32Access type: ReadQualifiers: noneValue indicating transaction status. See the SuccessfulTransaction property of SMS_StatusMessage Server WMI Class.
ThreadID

Data type: UInt32Access type: ReadQualifiers: noneID of the thread that created the message.
Time

Data type: DateTimeAccess type: ReadQualifiers: noneDate and time, in Universal Coordinated Time (UTC), when the status message was created.
TopLevelSiteCode

Data type: StringAccess type: ReadQualifiers: noneThis property is deprecated.
Transaction

Data type: UInt32Access type: Read Qualifiers: noneValue indicating whether transactions are enabled. See the Transaction property of SMS_StatusMessage Server WMI Class.
Win32Error

Data type: UInt32Access type: ReadQualifiers: noneWin32 error code that is associated with the status message.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also