Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called by CMemFile member functions.
virtual void Free(
BYTE * lpMem
);
Parameters
- lpMem
Pointer to the memory to be deallocated*.*
Remarks
Override this function to implement custom memory deallocation. If you override this function, you'll probably want to override Alloc and Realloc as well.
Requirements
Header: afx.h