@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: This function returns a module handle for the specified module if the file is mapped into the address space of the calling process. !!!!C# Signature: [DllImport("coredll.dll", EntryPoint="GetModuleHandleW", SetLastError=true)] public static extern IntPtr GetModuleHandle(string moduleName); !!!!VB Signature: Declare Function GetModuleHandleW Lib "user32.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: Taken from openNetCF in OpenNETCF.Win32.Core !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: GetModuleHandleW@msdn on MSDN
Edit coredll.GetModule...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.