IRowsetImpl::SetDBStatus

设置指定的状态字段的 DBSTATUS 标志。

virtual HRESULT SetDBStatus( 
   DBSTATUS* statusFlags, 
   RowClass* currentRow, 
   ATLCOLUMNINFO* columnInfo  
);

参数

  • statusFlags
    DBSTATUS 标志为列设置。

  • currentRow
    当前行。

  • columnInfo
    状态设置的列。

返回值

标准 HRESULT 值。

备注

提供程序重写此函数为 DBSTATUS_S_ISNULLDBSTATUS_S_DEFAULT提供特殊处理。

要求

页眉: atldb.h

请参见

参考

IRowsetImpl 类