다음을 통해 공유


CRowset::GetDataHere

Retrieves data from the current row and places it into the specified buffer.

HRESULT GetDataHere( 
   int nAccessor, 
   void* pBuffer  
) throw( );

매개 변수

  • nAccessor
    [in] The index number of the accessor to use for accessing the data.

  • pBuffer
    [out] A buffer into which to place the data for the current record.

반환 값

A standard HRESULT.

설명

For an example of how to use this function, see the MultiRead sample.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CRowset 클래스

CRowset::GetData