|
|
|
ITransactionOptions Interface |
|
IID_ITransactionOptions |
{3A6AD9E0-23B9-11CF-AD60-00AA00A74CCD} |
|
ITransactionOptions gets and sets a suite of options associated with a transaction.
Documentation: ITransactionOptions
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
ITransactionOptions Methods |
Description |
|
SetOptions |
Gets a suite of options associated with a transaction. |
|
GetOptions |
Sets a suite of options associated with a transaction. |
|
QueryInterface |
|
FUNCTION ITransactionOptions_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION ITransactionOptions_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION ITransactionOptions_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
SetOptions |
|
FUNCTION
ITransactionOptions_SetOptions ( _ , BYVAL pOptions AS DWORD _ ) AS LONG
|
|
GetOptions |
|
FUNCTION
ITransactionOptions_GetOptions ( _ , BYREF pOptions AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 07 January 2006 20:34:05 +0100