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.
Call this method to reallocate memory.
bool ReallocateBytes(
size_t nBytes
) throw( );
Parameters
- nBytes
The new amount of memory to allocate, in bytes.
Return Value
Returns true if the memory is successfully allocated, false otherwise.
Requirements
Header: atlcoll.h