The assignment operator copies the CCeDBProp object’s m_CePropVal data member. If the property being copied is a string or a BLOB, the CCeDBProp object to which its value is being assigned makes a copy of the pointer to the string or data buffer belonging to the other property, but does not own it. The memory is not released when the CCeDBProp object to which it is assigned is destroyed.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
CCeDBProp& operator=( const CCeDBProp& prop );