INtime SDK Help
GetRtLinearAddress
INtime SDK v7.1 > About INtime > INtime Kernel > Memory management > GetRtLinearAddress

Returns the virtual address of a memory object with an offset.

DWORD GetRtLinearAddress(
    RTHANDLE hObject,
    DWORD pOffset,
    DWORD cbSize,
    DWORD _reserved
);

Parameters

hObject
A handle of the memory object.
pOffset
The offset into the memory object.
cbSize
The size of the memory object.
dwReserved
Reserved for future use.

Return Values

The virtual address of the memory object with the offset.
Success.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also