Interop.mincore.GetLongPathNameW C# (CSharp) Method

GetLongPathNameW() private method

private GetLongPathNameW ( SafeHandle lpszShortPath, SafeHandle lpszLongPath, uint cchBuffer ) : uint
lpszShortPath SafeHandle
lpszLongPath SafeHandle
cchBuffer uint
return uint
        internal static extern uint GetLongPathNameW(SafeHandle lpszShortPath, SafeHandle lpszLongPath, uint cchBuffer);
    }