Returns the number of bytes in a previously allocated memory area.
DWORD GetRtSize( RTHANDLE hSeg // RTHANDLE for previously-created memory area );
hSeg 
Segments can be a maximum length of 4 Gbytes.
0 (zero) 
E_OK 0x0000 
E_EXIST 0x0006 
hSeg is not a handle for an existing object. 
E_TYPE 0x8002 
hSeg is not a handle for a memory object. | Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib | 
Memory management system calls