CDBVariant::m_dblVal

Remarks

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

CDBVariant OverviewClass MembersHierarchy Chart

See Also   CDBVariant::m_dwType