다음을 통해 공유


CManualAccessor::CreateParameterAccessor

Allocates memory for the parameter bind structures and initializes the parameter data members.

HRESULT CreateParameterAccessor( 
   int nBindEntries, 
   void* pBuffer, 
   DBLENGTH nBufferSize  
) throw( );

매개 변수

  • nBindEntries
    [in] Number of columns.

  • pBuffer
    [in] A pointer to the buffer where the input columns are stored.

  • nBufferSize
    [in] The size of the buffer in bytes.

반환 값

One of the standard HRESULT values.

설명

You must call this function before calling AddParameterEntry.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CManualAccessor 클래스

CManualAccessor::CreateAccessor

CManualAccessor::AddParameterEntry