ITransactionImportWhereabouts::GetWhereabouts

This method returns the whereabouts of the local transaction manager.

HRESULT     GetWhereabouts (
ULONG
cbWhereabouts,
BYTE *
rgbWhereabouts,
ULONG *
pcbUsed)

Parameters

cbWherabouts [in]
The size in bytes of the rgbWhereabouts buffer.

rgbWhereabouts [out]
Pointer to the caller allocated buffer in which the whereabouts will be returned.

pcbUsed [out]
Pointer to the size in bytes of the address returned in rgbWhereabouts.

Return Values

S_OK
Success.

E_INVALIDARG
The value of either rgbWhereabouts or pcbUsed is NULL.