2 references to GetShortPathName
System.Windows.Forms (2)
System\Windows\Forms\Help\Help.cs (2)
123uint requiredStringSize = PInvoke.GetShortPathName(localPath, null, 0); 130requiredStringSize = PInvoke.GetShortPathName(localPath, pShortName, requiredStringSize);