Поделиться через


IRowsetImpl::SetDBStatus

Sets the DBSTATUS status flags for the specified field.

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

Параметры

  • statusFlags
    The DBSTATUS flags to set for the column.

  • currentRow
    The current row.

  • columnInfo
    The column for which status is being set.

Возвращаемое значение

A standard HRESULT value.

Заметки

The provider overrides this function to provide special processing for DBSTATUS_S_ISNULL and DBSTATUS_S_DEFAULT.

Требования

Header: atldb.h

См. также

Основные понятия

IRowsetImpl Class

IRowsetImpl Members