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
);
<commerce.h>
Value | Description |
---|---|
S_OK | This function always returns S_OK. If the call to ProcessData is unsuccessful, the ppdispRet out-value evaluates to NULL. |