CDBVariant::m_pstring

Remarks

Stores a pointer to an object of type CString. The m_pstring data member belongs to a union. Before accessing m_pstring, first check the value of CDBVariant::m_dwType. If m_dwType is set to DBVT_STRING, then m_pstring contains a valid pointer; otherwise, accessing m_pstring will produce unreliable results.

CDBVariant OverviewClass MembersHierarchy Chart

See Also   CDBVariant::m_dwType