Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns the size of a memory block allocated from the heap object.
virtual size_t GetSize(
void* p
) throw( );
Parameters
- p
Pointer to the memory block whose size the method will obtain. This is a pointer returned by CWin32Heap::Allocate or CWin32Heap::Reallocate.
Return Value
Returns the size, in bytes, of the allocated memory block.
Requirements
Header: atlmem.h