Returns the physical address for a valid buffer described by the call parameters. If the buffer is read-write and contiguous across the range of cbLength, and is mapped into the caller's virtual segment, a 64-bit value representing the extended physical address of the buffer is returned.
QWORD GetRtPhysicalAddress64(
PVOID pOffset, // pointer to buffer
DWORD cbLength, // length of buffer
DWORD dwReserved // reserved value
);
pOffset
cbLength
dwReserved
BAD_PHYSICAL_ADDRESS_64
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 6.2 | intime/rt/include/rtbase.h | rt.h | rt.lib |