Clear Memory of Complex Data

void Clear(
BOOL fZeroMemory )


Parameters

fZeroMemory

If TRUE, then structure members are zero initialized.

Comments

Clears the structure contents by freeing memory associated with complex data members. Clear is called implicitly before any assignment, and by the destructor.