Win32APIGetProcAddress Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Win32API.GetProcAddress(System.IntPtr,System.String)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr GetProcAddress(
	IntPtr hModule,
	string lpProcName
)

Parameters

hModule
Type: SystemIntPtr

[Missing <param name="hModule"/> documentation for "M:OpenCvSharp.Win32API.GetProcAddress(System.IntPtr,System.String)"]

lpProcName
Type: SystemString

[Missing <param name="lpProcName"/> documentation for "M:OpenCvSharp.Win32API.GetProcAddress(System.IntPtr,System.String)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.Win32API.GetProcAddress(System.IntPtr,System.String)"]

See Also

Reference