IAccessorImpl::GetBindings

 

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 IAccessorImpl::GetBindings.

Returns the basic columns bindings from the consumer in an accessor.

Syntax

  
      STDMETHOD(GetBindings)(  
   HACCESSOR hAccessor,  
   DBACCESSORFLAGS* pdwAccessorFlags,  
   DBCOUNTITEM* pcBindings,  
   DBBINDING** prgBindings   
);  

Parameters

See IAccessor::GetBindings in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

IAccessorImpl Class