2 references to GetShortPathName
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
476
/// <inheritdoc cref="
GetShortPathName
(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PWSTR, uint)"/>
482
uint __result = PInvoke.
GetShortPathName
(lpszLongPathLocal, lpszShortPath, cchBuffer);