2 references to GetShortPathName
System.Windows.Forms (2)
System\Windows\Forms\Help\Help.cs (2)
125
uint requiredStringSize = PInvoke.
GetShortPathName
(localPath, default);
130
uint written = PInvoke.
GetShortPathName
(localPath, shortName);