Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h347 typedef struct ITForwardInformation ITForwardInformation; typedef
1260 virtual HRESULT WINAPI CreateForwardInfoObject(ITForwardInformation **ppForwardInfo) = 0;
1262 virtual HRESULT WINAPI get_CurrentForwardInfo(ITForwardInformation **ppForwardInfo) = 0;
4856 struct ITForwardInformation : public IDispatch { struct
4870 ULONG (WINAPI *AddRef)(ITForwardInformation *This);
4871 ULONG (WINAPI *Release)(ITForwardInformation *This);
4872 HRESULT (WINAPI *GetTypeInfoCount)(ITForwardInformation *This,UINT *pctinfo);
4882 HRESULT (WINAPI *Clear)(ITForwardInformation *This);
4885 struct ITForwardInformation { struct
4917 HRESULT WINAPI ITForwardInformation_Clear_Proxy(ITForwardInformation *This);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h347 typedef struct ITForwardInformation ITForwardInformation; typedef
1260 virtual HRESULT WINAPI CreateForwardInfoObject(ITForwardInformation **ppForwardInfo) = 0;
1262 virtual HRESULT WINAPI get_CurrentForwardInfo(ITForwardInformation **ppForwardInfo) = 0;
4856 struct ITForwardInformation : public IDispatch { struct
4870 ULONG (WINAPI *AddRef)(ITForwardInformation *This);
4871 ULONG (WINAPI *Release)(ITForwardInformation *This);
4872 HRESULT (WINAPI *GetTypeInfoCount)(ITForwardInformation *This,UINT *pctinfo);
4882 HRESULT (WINAPI *Clear)(ITForwardInformation *This);
4885 struct ITForwardInformation { struct
4917 HRESULT WINAPI ITForwardInformation_Clear_Proxy(ITForwardInformation *This);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs7323 pub struct ITForwardInformation(::windows::runtime::IUnknown);
7324 impl ITForwardInformation {
7354 unsafe impl ::windows::runtime::Interface for ITForwardInformation {
7359 fn from(value: ITForwardInformation) -> Self {
7364 fn from(value: &ITForwardInformation) -> Self {
7380 fn from(value: ITForwardInformation) -> Self {
7386 fn from(value: &ITForwardInformation) -> Self {
7518 impl ::std::convert::From<ITForwardInformation2> for ITForwardInformation {
7523 impl ::std::convert::From<&ITForwardInformation2> for ITForwardInformation {
7529 fn into_param(self) -> ::windows::runtime::Param<'a, ITForwardInformation> {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs815 pub type ITForwardInformation = *mut ::core::ffi::c_void; typedef