Home
last modified time | relevance | path

Searched refs:SfcIsFileProtected (Results 1 – 11 of 11) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasfc.pas110 function SfcIsFileProtected(RpcHandle: HANDLE; ProtFileName: LPCWSTR): BOOL; stdcall; in SfcIsFileProtected() function
155 function SfcIsFileProtected; in SfcIsFileProtected() function
181 function SfcIsFileProtected; external Sfclib name 'SfcIsFileProtected'; in SfcIsFileProtected() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib64/
H A Dsfc.def13 SfcIsFileProtected
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib64/
H A Dsfc.def13 SfcIsFileProtected
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/libarm32/
H A Dsfc.def21 SfcIsFileProtected
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/libarm32/
H A Dsfc.def21 SfcIsFileProtected
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsfc.h35 WINBOOL WINAPI SfcIsFileProtected(HANDLE RpcHandle,LPCWSTR ProtFileName);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsfc.h35 WINBOOL WINAPI SfcIsFileProtected(HANDLE RpcHandle,LPCWSTR ProtFileName);
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ManifestUtil/
H A DNativeMethods.cs40 public static extern int SfcIsFileProtected(IntPtr RpcHandle, string ProtFileName); in SfcIsFileProtected() method in Microsoft.Build.Tasks.Deployment.ManifestUtilities.NativeMethods
H A DComImporter.cs46 if (NativeMethods.SfcIsFileProtected(IntPtr.Zero, path) != 0) in ComImporter()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs607 …pub fn SfcIsFileProtected(rpchandle: super::super::Foundation::HANDLE, protfilename: super::super:… in SfcIsFileProtected() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs11389 pub unsafe fn SfcIsFileProtected<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::Founda… in SfcIsFileProtected() function
11394 …fn SfcIsFileProtected(rpchandle: super::super::Foundation::HANDLE, protfilename: super::super::Fou… in SfcIsFileProtected() function
11396 …::std::mem::transmute(SfcIsFileProtected(rpchandle.into_param().abi(), protfilename.into_param().a… in SfcIsFileProtected()