pub unsafe fn CreateHardLinkTransactedW<'a, Param0, Param1, Param3>(
    lpfilename: Param0,
    lpexistingfilename: Param1,
    lpsecurityattributes: *mut SECURITY_ATTRIBUTES,
    htransaction: Param3
) -> BOOL where
    Param0: IntoParam<'a, PCWSTR>,
    Param1: IntoParam<'a, PCWSTR>,
    Param3: IntoParam<'a, HANDLE>, 
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’, ‘Win32_Security’