Function win_sys::FileSystem::CreateHardLinkTransactedW [−][src]
pub unsafe fn CreateHardLinkTransactedW<'a, Param0, Param1, Param3>(
lpfilename: Param0,
lpexistingfilename: Param1,
lpsecurityattributes: *mut SECURITY_ATTRIBUTES,
htransaction: Param3
) -> BOOL where
Param0: IntoParam<'a, PWSTR>,
Param1: IntoParam<'a, PWSTR>,
Param3: IntoParam<'a, HANDLE>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation, Win32_Security