HRESULT ReleaseAccessors( IUnknown* pUnk );
Return Value
A standard HRESULT.
Parameters
pUnk
[in] A pointer to an IUnknown interface for the COM object for which the accessors have been created.
Remarks
Releases the accessors created by the class. Called from CAccessorRowset::Close.