INtime SDK Help
ntxUnmapRtPhysicalMemoryList
INtime SDK v7 > About INtime > INtime Kernel > Memory management > ntxUnmapRtPhysicalMemoryList

Returns system resources used by ntxMapRtPhysicalMemooryList().

NTXSTATUS ntxUnapRtPhysicalMemoryList(
    LPVOID pMappedMemory
);

Parameters

pMappedMemory
Pointer to address list structure ??.

Remarks

This call ...

Return Values

STATUS

Status

E_OK 0x0000
On success.
E_STATE 0x0007
Memory was not previously mapped.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/nt/include/ntx.h ntx.h ntx.lib
INtime 4.01 (for 64-bit Windows) intime/nt/include/ntx.h ntx.h ntx64.lib
See Also