Bloom.Collection.ShortcutMaker.GetShortPathName C# (CSharp) Method

GetShortPathName() private method

private GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int
path [
shortPath [
shortPathLength int
return int
        private static extern int GetShortPathName([MarshalAs(UnmanagedType.LPTStr)] string path,
			[MarshalAs(UnmanagedType.LPTStr)] StringBuilder shortPath, int shortPathLength);