DeleteByID Method in Class SMS_StatusMessage
The DeleteByID WMI class method deletes a group of up to 256 status messages specified by an array of RecordID values.
The following syntax is simplified from MOF code and is intended to show you the definition of the method.
uint32 DeleteByID(
[in, Max(256)] uint32 RecordIDs[]
);
Parameters
RecordIDs
Data type: uint32[]
Qualifiers: In, Max(256)Contains the record identifiers of the status messages to be deleted.
Return Values
The DeleteByID method returns a uint32 that is the number of messages deleted.