INtime SDK Help
ntxGetRtSize(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxGetRtSize(INtimeDotNet)

Returns a memory region's size.

Visual Basic:

Function ntxGetRtSize(
  ByVal hObject As Integer)
As Integer

Visual C#:

Int32 ntxGetRtSize (
  Int32 hObject );

Parameters

hObject
Handle to the memory area.

Return Values

The size of the address space.

INtimeException Status

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

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Memory management system calls