|
|
|
ITransactionObject Interface |
|
IID_ITransactionObject |
{0C733A60-2A1C-11CE-ADE5-00AA0044773D} |
|
ITransactionObject enables consumers to obtain the transaction object associated with a particular transaction level. For more information, see "ITransaction Object" in Chapter 15: Transactions.
Documentation: ITransactionObject
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ITransactionObject Methods |
Description |
|
GetTransactionObject |
Returns an object that can be used to specify configuration options for a subsequent call to StartTransaction. |
|
QueryInterface |
|
FUNCTION ITransactionObject_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION ITransactionObject_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION ITransactionObject_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetTransactionObject |
|
FUNCTION
ITransactionObject_GetTransactionObject ( _ , BYVAL ulTransactionLevel AS DWORD _ , BYREF ppTransactionObject AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 07 January 2006 20:33:55 +0100