[DllImport("coredll.dll", EntryPoint="GetModuleHandleW", SetLastError=true)]
public static extern IntPtr GetModuleHandle(string moduleName);
Declare Function GetModuleHandleW Lib "user32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
Taken from openNetCF in OpenNETCF.Win32.Core
Please add some!
Please add some!