MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / FreeInterProcMem

Function FreeInterProcMem

source/util.cpp:2024–2028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2022
2023
2024void FreeInterProcMem(HANDLE aHandle, LPVOID aMem)
2025{
2026 VirtualFreeEx(aHandle, aMem, 0, MEM_RELEASE); // Size 0 is used with MEM_RELEASE.
2027 CloseHandle(aHandle);
2028}
2029
2030
2031

Callers 2

StatusBarUtilFunction · 0.85
ControlGetListViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected