Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h327 typedef struct ITRequest ITRequest; typedef
4654 struct ITRequest : public IDispatch { struct
4661 HRESULT (WINAPI *QueryInterface)(ITRequest *This,REFIID riid,void **ppvObject);
4662 ULONG (WINAPI *AddRef)(ITRequest *This);
4663 ULONG (WINAPI *Release)(ITRequest *This);
4664 HRESULT (WINAPI *GetTypeInfoCount)(ITRequest *This,UINT *pctinfo);
4665 HRESULT (WINAPI *GetTypeInfo)(ITRequest *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
4666 …HRESULT (WINAPI *GetIDsOfNames)(ITRequest *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID l…
4668 …HRESULT (WINAPI *MakeCall)(ITRequest *This,BSTR pDestAddress,BSTR pAppName,BSTR pCalledParty,BSTR …
4671 struct ITRequest { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h327 typedef struct ITRequest ITRequest; typedef
4654 struct ITRequest : public IDispatch { struct
4661 HRESULT (WINAPI *QueryInterface)(ITRequest *This,REFIID riid,void **ppvObject);
4662 ULONG (WINAPI *AddRef)(ITRequest *This);
4663 ULONG (WINAPI *Release)(ITRequest *This);
4664 HRESULT (WINAPI *GetTypeInfoCount)(ITRequest *This,UINT *pctinfo);
4665 HRESULT (WINAPI *GetTypeInfo)(ITRequest *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
4666 …HRESULT (WINAPI *GetIDsOfNames)(ITRequest *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID l…
4668 …HRESULT (WINAPI *MakeCall)(ITRequest *This,BSTR pDestAddress,BSTR pAppName,BSTR pCalledParty,BSTR …
4671 struct ITRequest { struct
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs9979 pub struct ITRequest(::windows::runtime::IUnknown);
9980 impl ITRequest {
9986 unsafe impl ::windows::runtime::Interface for ITRequest {
9990 impl ::std::convert::From<ITRequest> for ::windows::runtime::IUnknown {
9991 fn from(value: ITRequest) -> Self {
9995 impl ::std::convert::From<&ITRequest> for ::windows::runtime::IUnknown {
9996 fn from(value: &ITRequest) -> Self {
10000 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITRequest {
10005 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITRequest {
10012 fn from(value: ITRequest) -> Self {
[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.rs842 pub type ITRequest = *mut ::core::ffi::c_void; typedef