<< Return to Main Index

< Return to Class Index

CGXAbstractBlob::Cleanup

Virtual void Cleanup(BOOL bDestruct) = 0;

bDestruct

Specifies whether the object should destroy itself.

Remarks

Pure virtual function. If bDestruct is TRUE, the object should destruct. If bDestruct is FALSE, the object should remain but reset data to the default values.

CGXAbstractBlob

Class Overview | Class Members