[DllImport("coredll.dll", EntryPoint="GetProcAddressW", SetLastError=true)]
public static extern IntPtr GetProcAddress(IntPtr hModule, string procName);
Declare Function GetProcAddress Lib "Coredll" Alias "GetProcAddressW" _
(ByVal hModule As Long, ByVal lpProcName As String) As Long
None.
Do you know one? Please contribute it!
Taken from openNetCF in OpenNETCF.Win32.Core
Please add some!