다음을 통해 공유


CRowset::GetRowStatus

Returns the status of all rows.

HRESULT GetRowStatus( 
   DBPENDINGSTATUS* pStatus  
) const throw( );

매개 변수

  • pStatus
    [out] A pointer to a location where GetRowStatus returns the status value. See DBPENDINGSTATUS in the OLE DB Programmer's Reference.

반환 값

A standard HRESULT.

설명

This method requires the optional interface IRowsetUpdate, which might not be supported on all providers; if this is the case, the method returns E_NOINTERFACE. You must also set DBPROP_IRowsetUpdate to VARIANT_TRUE before calling Open on the table or command containing the rowset.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CRowset 클래스

IRowsetUpdate::GetRowStatus