HRESULT AddRefAccessor(
HACCESSOR haccessor);
Parameter
haccessor
Handle to accessor.
Return Code
S_OK
Method succeeded.
E_FAIL
Returned if the object is not attached.
Comments
Uses IAccessor::AddRefAccessor to increment the reference count of a previously created accessor handle. The accessor must have been created during the lifetime of the attached rowset.