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
)
<DllImportAttribute("kernel32">]
Public Shared Function GetProcAddress (
hModule As IntPtr,
lpProcName As String
) As IntPtr
public:
[DllImportAttribute(L"kernel32")]
static IntPtr GetProcAddress(
IntPtr hModule,
String^ lpProcName
)
[<DllImportAttribute("kernel32")>]
static member GetProcAddress :
hModule : IntPtr *
lpProcName : string -> IntPtr
OpenCvSharp.Win32Api.GetProcAddress = function(hModule, lpProcName);
Parameters
- hModule
- Type: SystemIntPtr
- lpProcName
- Type: SystemString
Return Value
Type:
IntPtr
See Also