Skip to main content

CreateHardLinkA

Function CreateHardLinkA 

Source
pub unsafe fn CreateHardLinkA<'a>(
    lpfilename: impl IntoParam<'a, PSTR>,
    lpexistingfilename: impl IntoParam<'a, PSTR>,
    lpsecurityattributes: *mut SECURITY_ATTRIBUTES,
) -> BOOL