__FUnloadDelayLoadedDLL
Remonter à Delayimp.h - Index
Header File
delayimp.h
Prototype
BOOL WINAPI __FUnloadDelayLoadedDLL(LPCSTR szDll);
Description
Unloads a delay loaded DLL.
szDll is pointer to a name to unload, or NULL to unload all the delay load DLLs in the list.
Return Value
On successful completion __FUnloadDelayLoadedDLL returns true.
On error it returns false.