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