Home
last modified time | relevance | path

Searched refs:IUpdateIdentity (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwuapi.h103 typedef interface IUpdateIdentity IUpdateIdentity; typedef
105 interface IUpdateIdentity; variable
2400 IUpdateIdentity *This,
2405 IUpdateIdentity *This);
2412 IUpdateIdentity *This,
2416 IUpdateIdentity *This,
2422 IUpdateIdentity *This,
2430 IUpdateIdentity *This,
2442 IUpdateIdentity *This,
2446 IUpdateIdentity *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwuapi.h103 typedef interface IUpdateIdentity IUpdateIdentity; typedef
105 interface IUpdateIdentity; variable
2400 IUpdateIdentity *This,
2405 IUpdateIdentity *This);
2412 IUpdateIdentity *This,
2416 IUpdateIdentity *This,
2422 IUpdateIdentity *This,
2430 IUpdateIdentity *This,
2442 IUpdateIdentity *This,
2446 IUpdateIdentity *This,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/UpdateAgent/
H A Dmod.rs3109 pub unsafe fn Identity(&self) -> ::windows::runtime::Result<IUpdateIdentity> { in Identity() argument
3440 pub unsafe fn Identity(&self) -> ::windows::runtime::Result<IUpdateIdentity> { in Identity() argument
6188 pub struct IUpdateIdentity(::windows::runtime::IUnknown); struct
6189 impl IUpdateIdentity { implementation
6200 unsafe impl ::windows::runtime::Interface for IUpdateIdentity { implementation
6204 impl ::std::convert::From<IUpdateIdentity> for ::windows::runtime::IUnknown {
6205 fn from(value: IUpdateIdentity) -> Self { in from()
6209 impl ::std::convert::From<&IUpdateIdentity> for ::windows::runtime::IUnknown {
6210 fn from(value: &IUpdateIdentity) -> Self { in from()
6226 fn from(value: IUpdateIdentity) -> Self { in from()
[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.rs105 pub type IUpdateIdentity = *mut ::core::ffi::c_void; typedef