Copies the contents of the specified object into this object.
Parameters
Parameters
Description
pSrc
[in] Pointer to the source object.
Remarks
The default implementation of this function does nothing but throw an eNotApplicable exception. The source object and this object need not be of the same type. This function is meaningful only when implemented by custom classes.