Platform SDK: Transaction Server

IPrepareInfo::GetPrepareInfo

This method is called by the resource manager to get the transaction prepare information.

HRESULT GetPrepareInfo (
unsigned char *
pPrepInfo);

Parameters

pPrepInfo [out]
Pointer to the caller allocated buffer to receive the prepare information. The size of pPrepInfo is determined by calling IPrepareInfo::GetPrepareInfoSize.

Return Values

S_OK
Success.

E_INVALIDARG
The value of pPrepInfo is NULL.