Data source flags.
DWORD m_dwStatus;
Remarks
These flags specify or indicate the status of various attributes for the data source object. Contains one or more of the following enum values:
enum DATASOURCE_FLAGS {
DSF_MASK_INIT = 0xFFFFF00F,
DSF_PERSIST_DIRTY = 0x00000001,
DSF_INITIALIZED = 0x00000010,
};
| DSF_MASK_INIT | A mask to enable restoration of the uninitialized state. | 
| DSF_PERSIST_DIRTY | Set if data source object requires persistence (that is, if there have been changes). | 
| DSF_INITIALIZED | Set if data source has been initialized. | 
Requirements
Header: atldb.h
See Also
Reference
IDBInitializeImpl::IDBInitializeImpl
IDBInitializeImpl::Uninitialize