INtime SDK Help
ntxGetRtSize
INtime SDK v6 > About INtime > INtime Kernel > Memory management > ntxGetRtSize

Returns a memory region's size.

DWORD ntxGetRtSize(
    NTXHANDLE hObject
);

Parameters

hObject
Handle to the memory area.

Return Values

The size of the address space
Success.
NTX_BAD_SIZE
Failure.

Status

E_TYPE 0x8002
hObject is not an address space.
E_NTX_INTERNAL_ERROR
The DLL could not contact the RT kernel to complete the request.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/nt/include/ntx.h ntx.h ntx.lib
INtime 4.01 (for 64-bit Windows) intime/nt/include/ntx.h ntx.h ntx64.lib

See Also

Memory management system calls