INtime SDK Help
RtGetPhysicalAddress (iwin32)
INtime SDK v7.1 > About INtime > Alternate APIs > iwin32 API > iwin32 API > RtGetPhysicalAddress (iwin32)

Retrieves the physical address for a given virtual address.

LARGE_INTEGER RtGetPhysicalAddress(
    PVOID pVirtualAddress
);

Parameters

pVirtualAddress
A valid virtual address in the current process; address space.

Return Values

Physical address
Success.
NULL
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/iwin32.h iwin32.h iwin32.lib

Note

This function operates in the real-time portion of your application.

See Also

iwin32 API, iwin32 Overview