2 references to GetShortPathName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Help.cs (2)
212
uint requiredStringSize = UnsafeNativeMethods.
GetShortPathName
(localPath, newPath, 0);
216
requiredStringSize = UnsafeNativeMethods.
GetShortPathName
(localPath, newPath, requiredStringSize);