AcTools.Windows.Kernel32.CreateHardLink C# (CSharp) Méthode

CreateHardLink() private méthode

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