Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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