Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.76 KB

nf-comsvcs-icrmcompensator-commitrecord.md

File metadata and controls

77 lines (61 loc) · 2.76 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:comsvcs.ICrmCompensator.CommitRecord
ICrmCompensator::CommitRecord (comsvcs.h)
Delivers a log record in forward order during the commit phase.
CommitRecord
CommitRecord method [COM+]
CommitRecord method [COM+]
ICrmCompensator interface
ICrmCompensator interface [COM+]
CommitRecord method
ICrmCompensator.CommitRecord
ICrmCompensator::CommitRecord
_dtc_ICrmCompensator_CommitRecord
comsvcs/ICrmCompensator::CommitRecord
cos.icrmcompensator_commitrecord
cos\icrmcompensator_commitrecord.htm
cos
d444973d-d069-480e-b459-405057717776
12/05/2018
CommitRecord, CommitRecord method [COM+], CommitRecord method [COM+],ICrmCompensator interface, ICrmCompensator interface [COM+],CommitRecord method, ICrmCompensator.CommitRecord, ICrmCompensator::CommitRecord, _dtc_ICrmCompensator_CommitRecord, comsvcs/ICrmCompensator::CommitRecord, cos.icrmcompensator_commitrecord
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
ICrmCompensator::CommitRecord
comsvcs/ICrmCompensator::CommitRecord
c++
APIRef
kbSyntax
COM
ComSvcs.h
ICrmCompensator.CommitRecord

ICrmCompensator::CommitRecord

-description

Delivers a log record in forward order during the commit phase.

-parameters

-param crmLogRec [in]

The log record, as a CrmLogRecordRead structure.

-param pfForget [out]

Indicates whether the delivered record should be forgotten.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

This method can be received by the CRM Compensator multiple times, once for each log record that is written. If no log records are written, the BeginCommit and EndCommit methods are received but there are no CommitRecord method calls.

The CRM Compensator can choose to forget the record that was delivered to it during this phase by setting the forget flag on return from this method.

-see-also

ICrmCompensator