Home
last modified time | relevance | path

Searched defs:IUpdateCollection (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwuapi.h143 typedef interface IUpdateCollection IUpdateCollection; typedef
145 interface IUpdateCollection; variable
344 typedef interface IUpdateCollection IUpdateCollection; typedef
346 interface IUpdateCollection; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwuapi.h143 typedef interface IUpdateCollection IUpdateCollection; typedef
145 interface IUpdateCollection; variable
344 typedef interface IUpdateCollection IUpdateCollection; typedef
346 interface IUpdateCollection; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/UpdateAgent/
H A Dmod.rs1004 pub unsafe fn Updates(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Updates()
1288 pub unsafe fn Updates(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Updates()
2064 pub unsafe fn Updates(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Updates()
2774 pub unsafe fn Updates(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Updates()
5003 pub struct IUpdateCollection(::windows::runtime::IUnknown); struct
5004 impl IUpdateCollection { implementation
5031 pub unsafe fn Copy(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Copy()
5042 unsafe impl ::windows::runtime::Interface for IUpdateCollection { implementation
5495 pub unsafe fn Updates(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Updates()
6385 pub unsafe fn Updates(&self) -> ::windows::runtime::Result<IUpdateCollection> { in Updates()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/UpdateAgent/
H A Dmod.rs94 pub type IUpdateCollection = *mut ::core::ffi::c_void; typedef