次の方法で共有


CAccessorBase::ReleaseAccessors

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CAccessorBase::ReleaseAccessors.

Releases the accessors created by the class.

Syntax

  
      HRESULT ReleaseAccessors(  
   IUnknown* pUnk   
);  

Parameters

pUnk
[in] A pointer to an IUnknown interface for the COM object for which the accessors have been created.

Return Value

A standard HRESULT.

Remarks

Called from CAccessorRowset::Close.

Requirements

Header: atldbcli.h

See Also

CAccessorBase Class