Share via


IRowsetImpl::SetDBStatus

Sets the DBSTATUS status flags for the specified field.

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

Parameters

  • statusFlags
    The DBSTATUS flags to set for the column.

  • currentRow
    The current row.

  • columnInfo
    The column for which status is being set.

Return Value

A standard HRESULT value.

Remarks

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

Requirements

Header: atldb.h

See Also

Reference

IRowsetImpl Class

Other Resources

IRowsetImpl Members