Click or drag to resize

Win32ApiGetProcAddress Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("kernel32")]
public static IntPtr GetProcAddress(
	IntPtr hModule,
	string lpProcName
)

Parameters

hModule
Type: SystemIntPtr
lpProcName
Type: SystemString

Return Value

Type: IntPtr
See Also