Previous in Contents Next in Contents

IDBStorage::ProcessData

The ProcessData method unpacks the data stored in the MarshalColumn for a given row, and returns the resulting row in a Dictionary.

HRESULT ProcessData(
IDispatch *pdispData,// in
IDispatch **ppdispRet// out
);

Parameters

pdispData
An IDispatch pointer on a Dictionary that contains the marshaled data.
ppdispRet
The address of an IDispatch pointer on a Dictionary that contains the unmarshaled data.

Include

<commerce.h>

Return Value

Value Description
S_OK This function always returns S_OK. If the call to ProcessData is unsuccessful, the ppdispRet out-value evaluates to NULL.




© 1997-2000 Microsoft Corporation. All rights reserved.