Home
last modified time | relevance | path

Searched refs:CreatePatchFileA (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwapatchapi.pas310 function CreatePatchFileA(OldFileName: LPCSTR; NewFileName: LPCSTR; PatchFileName: LPCSTR; OptionFl… in CreatePatchFileA() function
456 function CreatePatchFileA; in CreatePatchFileA() function
819 function CreatePatchFileA; external patchapi name 'CreatePatchFileA'; in CreatePatchFileA() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpatchapi.h147 …WINBOOL PATCHAPI CreatePatchFileA(LPCSTR OldFileName,LPCSTR NewFileName,LPCSTR PatchFileName,ULONG…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpatchapi.h147 …WINBOOL PATCHAPI CreatePatchFileA(LPCSTR OldFileName,LPCSTR NewFileName,LPCSTR PatchFileName,ULONG…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs43 …pub fn CreatePatchFileA(oldfilename: super::super::Foundation::PSTR, newfilename: super::super::Fo… in CreatePatchFileA() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs1061 pub unsafe fn CreatePatchFileA<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Foundati… in CreatePatchFileA() function
1066 …fn CreatePatchFileA(oldfilename: super::super::Foundation::PSTR, newfilename: super::super::Founda… in CreatePatchFileA() function
1068 …::std::mem::transmute(CreatePatchFileA(oldfilename.into_param().abi(), newfilename.into_param().ab… in CreatePatchFileA()