win32api.FreeLibrary

FreeLibrary(hModule)

Decrements the reference count of the loaded dynamic-link library (DLL) module.

Parameters

hModule : PyHANDLE

Specifies the handle to the module.

Win32 API References

Search for FreeLibrary at msdn, google or google groups.