'Declaration
<System.Security.SuppressUnmanagedCodeSecurityAttribute()> Public Shared Function GetProcAddress( _ ByVal module As System.IntPtr, _ ByVal processName As System.String _ ) As System.IntPtr
'Usage
Dim module As System.IntPtr Dim processName As System.String Dim value As System.IntPtr value = NKernel32.GetProcAddress(module, processName)
[System.Security.SuppressUnmanagedCodeSecurity()] public static System.IntPtr GetProcAddress( System.IntPtr module, System.string processName )
Parameters
- module
- processName