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