Skip to main content

CreateHardLinkTransactedA

Function CreateHardLinkTransactedA 

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