Tao.Platform.Windows SDK Documentation
Kernel.GetProcAddress Method
[Visual Basic]
Public Shared Function GetProcAddress( _
ByVal
module
As
IntPtr
, _
ByVal
processName
As
String
_
) As
IntPtr
[C#]
public static
IntPtr
GetProcAddress(
IntPtr
module
,
string
processName
);
See Also
Kernel Class
|
Tao.Platform.Windows Namespace