CDBVariant::m_boolVal

Remarks

Stores a value of type BOOL. The m_boolVal data member belongs to a union. Before accessing m_boolVal, first check the value of CDBVariant::m_dwType. If m_dwType is set to DBVT_BOOL, then m_boolVal will contain a valid value; otherwise, accessing m_boolVal will produce unreliable results.

CDBVariant OverviewClass MembersHierarchy Chart

See Also   CDBVariant::m_dwType