| title | IRowsetImpl::SetDBStatus | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | b73f526a-4fc6-4adb-9611-c3cca2cddb23 | |||||||||||||
| caps.latest.revision | 8 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
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