GetWindowModuleFileName (user32)
Last changed: davidsonblake86@gmail.com-72.202.204.193

.
Summary

C# Signature:

[DllImport("user32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern uint GetWindowModuleFileName(IntPtr hwnd,
   [Out] StringBuilder lpszFileName, uint cchFileNameMax);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation