CDBVariant::m_pbinary

Remarks

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

CDBVariant OverviewClass MembersHierarchy Chart

See Also   CDBVariant::m_dwType