http://www.emgu.com
Decrements the reference count of the loaded dynamic-link library (DLL). When the reference count reaches zero, the module is unmapped from the address space of the calling process and the handle is no longer valid
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
Visual Basic |
---|
Public Shared Function FreeLibrary ( _
handle As IntPtr _
) As Boolean |
Visual C++ |
---|
public:
static bool FreeLibrary(
IntPtr handle
) |
Return Value
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
See Also