Skip to content

Latest commit

 

History

History
118 lines (102 loc) · 2.95 KB

nf-comsvcs-icrmlogcontrol-get_transactionuow.md

File metadata and controls

118 lines (102 loc) · 2.95 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.ICrmLogControl.get_TransactionUOW
ICrmLogControl::get_TransactionUOW (comsvcs.h)
Retrieves the transaction unit of work (UOW) without having to log the transaction UOW in the log record.
ICrmLogControl interface [COM+]
get_TransactionUOW method
ICrmLogControl.get_TransactionUOW
ICrmLogControl::get_TransactionUOW
_dtc_ICrmLogControl_TransactionUOW
comsvcs/ICrmLogControl::get_TransactionUOW
cos.icrmlogcontrol_get_transactionuow
get_TransactionUOW
get_TransactionUOW method [COM+]
get_TransactionUOW method [COM+]
ICrmLogControl interface
cos\icrmlogcontrol_get_transactionuow.htm
cos
35cfadf5-f1be-4383-bb34-f68543df0abb
12/05/2018
ICrmLogControl interface [COM+],get_TransactionUOW method, ICrmLogControl.get_TransactionUOW, ICrmLogControl::get_TransactionUOW, _dtc_ICrmLogControl_TransactionUOW, comsvcs/ICrmLogControl::get_TransactionUOW, cos.icrmlogcontrol_get_transactionuow, get_TransactionUOW, get_TransactionUOW method [COM+], get_TransactionUOW method [COM+],ICrmLogControl interface
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
ICrmLogControl::get_TransactionUOW
comsvcs/ICrmLogControl::get_TransactionUOW
c++
APIRef
kbSyntax
COM
ComSvcs.h
ICrmLogControl.get_TransactionUOW

ICrmLogControl::get_TransactionUOW

-description

Retrieves the transaction unit of work (UOW) without having to log the transaction UOW in the log record.

-parameters

-param pVal [out]

The UOW of the transaction.

-returns

This method can return the following values.

Return code Description
S_OK
The method completed successfully.
E_POINTER
A NULL pointer was provided as an argument.
XACT_E_WRONGSTATE
This method was called in the wrong state; either before RegisterCompensator or when the transaction is completing (CRM Worker).
E_OUTOFMEMORY
An out of memory error has occurred.

-see-also

ICrmLogControl