The DeleteData method deletes a row from the data source, based on the data stored in a Dictionary object. The IDispatch pointer passed in by the caller is an interface on this Dictionary.
HRESULT DeleteData(
VARIANT vtReserved,// in
IDispatch *pdispData// in
);
<commerce.h>
Value | Description |
---|---|
S_OK | The function was successful. |
E_INVALIDARG | The pdispData parameter is NULL. |
IDBStorage::DeleteDataKey, IDBStorage::CommitData, IDBStorage::InsertData