MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces


 

IDBBinderProperties::Reset

Clears any properties set on a binder object. If the binder object has any properties with defaults, Reset returns them to their default values.

HRESULT Reset();

Parameters

None

Return Code

S_OK

The reset was successful.

E_OUTOFMEMORY

The provider did not have enough memory to reset the properties.

Comments

None