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
)
<DllImportAttribute("kernel32">]
Public Shared Function FreeLibrary (
hLibModule As IntPtr
) As Boolean
public:
[DllImportAttribute(L"kernel32")]
static bool FreeLibrary(
IntPtr hLibModule
)
[<DllImportAttribute("kernel32")>]
static member FreeLibrary :
hLibModule : IntPtr -> bool
OpenCvSharp.Win32Api.FreeLibrary = function(hLibModule);
Parameters
- hLibModule
- Type: SystemIntPtr
Return Value
Type:
Boolean
See Also