Interop.mincore.GetLongPathNameW C# (CSharp) Méthode

GetLongPathNameW() private méthode

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