The ProcessInBox Windows Management Instrumentation (WMI) class method, in Configuration Manager, imports all records, valid or invalid, found in the Software Product Compliance inbox, which is located in the \Smsinstalldir\Y2k directory.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

UInt32 ProcessInBox(
	 UInt32 TotalRecordsProcessed
);

Parameters

TotalRecordsProcessed

Data type: UInt32Qualifiers: [out]Number of records, valid or invalid, that were found in the Software Product Compliance inbox.

Remarks

Configuration Manager uses this method at startup to load the compliance data when the table is empty. Processed files are moved to the \Smsinstalldir\Y2k\Loaded directory. The method does not stop when errors are encountered. The only way it can determine if an error occurred is to compare the number of records processed to the number of records successfully imported. It returns the number of valid records imported.

Return Values

A UInt32 data type that indicates the number of valid records imported.

Requirements

Runtime Requirements

Development Requirements

See Also