Share via


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.

Syntax

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