Business.AviSynthScriptBuilder.GetShortPathName C# (CSharp) Method

GetShortPathName() private method

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