RAD Studio
ContentsIndex
PreviousUpNext
__FUnloadDelayLoadedDLL

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.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!