如何从内存中卸载DLL.我使用FreeLibrary但它仍然加载
HINSTANCE hGetProcIDDLL = LoadLibrary("path.dll");
f_funci func = (f_funci)GetProcAddress(hGetProcIDDLL, "method");
int x = func();
FreeLibrary(hGetProcIDDLL);
Run Code Online (Sandbox Code Playgroud)
我曾经UnmapViewOfFile和FreeLibraryAndExitThread内存,但它仍然太