3 references to GetModuleFileName
System.Windows.Forms.Primitives (3)
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
429
/// <inheritdoc cref="
GetModuleFileName
(winmdroot.Foundation.HMODULE, winmdroot.Foundation.PWSTR, uint)"/>
435
uint __result = PInvoke.
GetModuleFileName
(hModule, lpFilenameLocal, (uint )lpFilename.Length);
Windows\Win32\PInvoke.GetModuleFileNameLongPath.cs (1)
20
int pathLength = (int)
GetModuleFileName
(hModule, lpFilename, (uint)buffer.Length);