This method is called by several CMemFile methods. Override this method to implement custom memory reallocation. If you override this method, you will probably also want to override Alloc and Free.
Header file: | Afx.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
Complete documentation | Visual C++ documentation |
BYTE * Realloc( BYTE* lpMem, DWORD nBytes );
CMemFile::Alloc, CMemFile::Free