CClash.Compiler.CreateHardLink C# (CSharp) Method

CreateHardLink() private method

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