Home
last modified time | relevance | path

Searched defs:IImageList (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommoncontrols.h23 typedef interface IImageList IImageList; typedef
25 interface IImageList; variable
H A Dmmc.h72 typedef struct IImageList IImageList; typedef
1159 struct IImageList : public IUnknown { struct
1174 struct IImageList { struct
1175 CONST_VTBL struct IImageListVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommoncontrols.h23 typedef interface IImageList IImageList; typedef
25 interface IImageList; variable
H A Dmmc.h72 typedef struct IImageList IImageList; typedef
1159 struct IImageList : public IUnknown { struct
1174 struct IImageList { struct
1175 CONST_VTBL struct IImageListVtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Mmc/
H A Dmod.rs1449 pub unsafe fn QueryScopeImageList(&self) -> ::windows::runtime::Result<IImageList> { in QueryScopeImageList()
1453 pub unsafe fn QueryResultImageList(&self) -> ::windows::runtime::Result<IImageList> { in QueryResultImageList()
1541 pub unsafe fn QueryScopeImageList(&self) -> ::windows::runtime::Result<IImageList> { in QueryScopeImageList()
1545 pub unsafe fn QueryResultImageList(&self) -> ::windows::runtime::Result<IImageList> { in QueryResultImageList()
1669 pub unsafe fn QueryScopeImageList(&self) -> ::windows::runtime::Result<IImageList> { in QueryScopeImageList()
1673 pub unsafe fn QueryResultImageList(&self) -> ::windows::runtime::Result<IImageList> { in QueryResultImageList()
2944 pub struct IImageList(::windows::runtime::IUnknown); struct
2945 impl IImageList { impl
2953 unsafe impl ::windows::runtime::Interface for IImageList { implementation
2967 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IImageList { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Mmc/
H A Dmod.rs121 pub type IImageList = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/
H A Dmod.rs4695 pub struct IImageList(::windows::runtime::IUnknown); struct
4696 impl IImageList { impl
4808 unsafe impl ::windows::runtime::Interface for IImageList { implementation
4822 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IImageList { implementation
4827 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IImageList { implementation
5029 …pub unsafe fn ReplaceFromImageList<'a, Param1: ::windows::runtime::IntoParam<'a, IImageList>, Para… in ReplaceFromImageList() argument
5057 impl ::std::convert::From<IImageList2> for IImageList { implementation
5062 impl ::std::convert::From<&IImageList2> for IImageList { implementation
5068 fn into_param(self) -> ::windows::runtime::Param<'a, IImageList> { in into_param() argument
5073 fn into_param(self) -> ::windows::runtime::Param<'a, IImageList> { in into_param() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Controls/
H A Dmod.rs1526 pub type IImageList = *mut ::core::ffi::c_void; typedef