Click or drag to resize

Win32ApiFreeLibrary Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("kernel32")]
public static bool FreeLibrary(
	IntPtr hLibModule
)

Parameters

hLibModule
Type: SystemIntPtr

Return Value

Type: Boolean
See Also