IPrepareInfo::GetPrepareInfoSize
This method is called by the resource manager to determine the size in bytes of the prepare information that needs to be logged.
HRESULT GetPrepareInfoSize (
ULONG * |
pcbPrepInfo ) |
Parameters
pcbPrepInfo [out]
A pointer to the size in bytes of the prepare information. The actual prepare information is available by a call to IPrepareInfo::GetPrepareInfo.
Return Values
S_OK
Success.
E_INVALIDARG
The value of pcbPrepInfo is NULL.