Sponsors

CreateHardLink

Function name: CreateHardLink

Defined in : kernel32

Requirements : Windows 2000 or later; Win9x/ME: Not supported

Declaration:

Declare Function CreateHardLink Lib "kernel32.dll" Alias "CreateHardLinkA" (ByVal lpFileName As String, ByVal lpExistingFileName As String, ByRef lpSecurityAttributes As Any) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Files

Categories