다음을 통해 공유


CAccessorBase::ReleaseAccessors

Releases the accessors created by the class.

HRESULT ReleaseAccessors( 
   IUnknown* pUnk  
);

매개 변수

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

반환 값

A standard HRESULT.

설명

Called from CAccessorRowset::Close.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CAccessorBase 클래스