ReleaseAccessor

HRESULT ReleaseAccessor(HACCESSOR haccessor);

Parameter

haccessor

Handle to an accessor.

Return Code

S_OK

Method succeeded.

E_FAIL
Returned if the object is not attached.

Comments

Uses IAccessor::ReleaseAccessor to decrease the reference count of a previously created accessor handle. The accessor must have been created during the lifetime of the attached rowset.