ICrmMonitorLogRecords interface (comsvcs.h)

Monitors the individual log records maintained by a specific CRM clerk for a given transaction.

Inheritance

The ICrmMonitorLogRecords interface inherits from the IUnknown interface. ICrmMonitorLogRecords also has these types of members:

Methods

The ICrmMonitorLogRecords interface has these methods.

 
ICrmMonitorLogRecords::get_Count

Retrieves the number of log records written by this CRM clerk.
ICrmMonitorLogRecords::get_StructuredRecords

Retrieves a flag indicating whether the log records written by this CRM clerk were structured.
ICrmMonitorLogRecords::get_TransactionState

Retrieves the current state of the transaction.
ICrmMonitorLogRecords::GetLogRecord

Retrieves an unstructured log record given its numeric index.
ICrmMonitorLogRecords::GetLogRecordVariants

Retrieves a structured log record given its numeric index.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Compensating Resource Manager