Function win_sys::FileSystem::CreateHardLinkTransactedA[][src]

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

Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security