RTMarshalPhysicalAddressFromVirtualAddress Method (IntPtr)

Translates a virtual address to a physical address.

Namespace:  IntervalZero.RTX64.RTAPI.Runtime.InteropServices
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static ulong PhysicalAddressFromVirtualAddress(
	IntPtr virtualAddress
)

Parameters

virtualAddress
Type: SystemIntPtr
The virtual address to translate.

Return Value

Type: UInt64
The translated physical address.
See Also