Frees memory that had been allocated with RtAllocateContiguousMemory or RtAllocateLockedMemory. Provided only for compatibility.
BOOLEAN RtFreeLockedMemory(
    PVOID pVirtualAddress
);
pVirtualAddress 
This function is implemented via free.
Always returns TRUE.
| 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.
free, RtAllocateContiguousMemory, RtAllocateLockedMemory, iwin32 API, iwin32 Overview