CClash.Compiler.CreateHardLink C# (CSharp) Méthode

CreateHardLink() private méthode

private CreateHardLink ( string lpFileName, string lpExistingFileName, IntPtr lpSecurityAttributes ) : int
lpFileName string
lpExistingFileName string
lpSecurityAttributes System.IntPtr
Résultat int
        static extern int CreateHardLink(
        string lpFileName,
        string lpExistingFileName,
        IntPtr lpSecurityAttributes
        );