2OOO, 12 October
LdrUnloadDll
LdrUnloadDll
NTSYSAPI
NTSTATUS
NTAPI
LdrUnloadDll(
IN HANDLE ModuleHandle );
ModuleHandle
In fact, ModuleHandle is virtual address of loaded
module, not a typical HANDLE to object.
Requirements:
- Library: ntdll.lib
See also:
-
LdrLoadDll
-
NtLoadDriver
-
NtUnloadDriver