cadencii.win32.GetShortPathNameW C# (CSharp) Method

GetShortPathNameW() private method

private GetShortPathNameW ( string longPath, System.StringBuilder shortPathBuffer, int bufferSize ) : int
longPath string
shortPathBuffer System.StringBuilder
bufferSize int
return int
        public static extern int GetShortPathNameW( string longPath, StringBuilder shortPathBuffer, int bufferSize );
        
win32