SymUnloadModule

BOOL SymUnloadModule(

IN HANDLE hProcess,  
IN DWORD BaseOfDll  
);  

Parameters

hProcess

The process handle that was originally passed to SymInitialize.

BaseOfDll

The base address of the module that is unloaded.

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, then the return value is FALSE. To retrieve extended error information, call GetLastError.