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.
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 Overview | Class Members | Hierarchy Chart
See Also CMemFile::Alloc, CMemFile::Realloc