Home
last modified time | relevance | path

Searched refs:ASSEMBLY_INFO (Results 1 – 8 of 8) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Tasks/AssemblyDependency/
H A DGlobalAssemblyCache.cs177 ASSEMBLY_INFO assemblyInfo = new ASSEMBLY_INFO(); in RetrievePathFromFusionName()
178 assemblyInfo.cbAssemblyInfo = (uint)Marshal.SizeOf<ASSEMBLY_INFO>(); in RetrievePathFromFusionName()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsxs.h58 } ASSEMBLY_INFO; typedef
H A Dfusion.h160 } ASSEMBLY_INFO; typedef
187 ASSEMBLY_INFO *pAsmInfo) = 0;
235 ASSEMBLY_INFO *pAsmInfo);
288 …yAssemblyInfo(IAssemblyCache* This,DWORD dwFlags,LPCWSTR pszAssemblyName,ASSEMBLY_INFO *pAsmInfo) {
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsxs.h58 } ASSEMBLY_INFO; typedef
H A Dfusion.h160 } ASSEMBLY_INFO; typedef
187 ASSEMBLY_INFO *pAsmInfo) = 0;
235 ASSEMBLY_INFO *pAsmInfo);
288 …yAssemblyInfo(IAssemblyCache* This,DWORD dwFlags,LPCWSTR pszAssemblyName,ASSEMBLY_INFO *pAsmInfo) {
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DNativeMethods.cs333 internal struct ASSEMBLY_INFO struct
353 …int dwFlags, [MarshalAs(UnmanagedType.LPWStr)] string pszAssemblyName, ref ASSEMBLY_INFO pAsmInfo); in QueryAssemblyInfo()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs865 pub struct ASSEMBLY_INFO { struct
873 impl ::core::marker::Copy for ASSEMBLY_INFO {} argument
875 impl ::core::clone::Clone for ASSEMBLY_INFO { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ApplicationInstallationAndServicing/
H A Dmod.rs624 pub struct ASSEMBLY_INFO { struct
632 impl ASSEMBLY_INFO {} impl
634 impl ::std::default::Default for ASSEMBLY_INFO { implementation
640 impl ::std::fmt::Debug for ASSEMBLY_INFO { implementation
646 impl ::std::cmp::PartialEq for ASSEMBLY_INFO { implementation
652 impl ::std::cmp::Eq for ASSEMBLY_INFO {} implementation
654 unsafe impl ::windows::runtime::Abi for ASSEMBLY_INFO { implementation
1943 … dwflags: QUERYASMINFO_FLAGS, pszassemblyname: Param1, pasminfo: *mut ASSEMBLY_INFO) -> ::windows:… in QueryAssemblyInfo()
1991 …AGS, pszassemblyname: super::super::Foundation::PWSTR, pasminfo: *mut ASSEMBLY_INFO) -> ::windows:…