GetModuleHandle (coredll)
Last changed: esquijarosa-167.206.235.141

.
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