The SystemAddress method returns the system address of the allocated buffer.
PVOID
SystemAddress(
VOID
);
None
SystemAddress returns the address in kernel-mode virtual-address space of the allocated buffer.
Declared in portcls.h. Include portcls.h.
Callers of SystemAddress can run at any IRQL.