Returns the number of bytes in a previously allocated memory area.
DWORD GetRtSize( RTHANDLE hSeg // RTHANDLE for previously-created memory area );
hSegSegments can be a maximum length of 4 Gbytes.
0 (zero)E_OK 0x0000E_EXIST 0x0006hSeg is not a handle for an existing object.E_TYPE 0x8002hSeg 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