windows::Win32::Storage::FileSystem

Function CreateHardLinkTransactedA

pub unsafe fn CreateHardLinkTransactedA<P0, P1>(
    lpfilename: P0,
    lpexistingfilename: P1,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    htransaction: HANDLE,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,