CMemFile::Free

void Free( BYTE * lpMem );

Parameters

lpMem

Pointer to the memory to be deallocated.

Remarks

This function is called by CMemFile member functions. Override this function to implement custom memory deallocation. If you override this function, you'll probably want to override Alloc and Realloc as well.

CMemFile OverviewClass MembersHierarchy Chart

See Also   CMemFile::Alloc, CMemFile::Realloc