Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h352 typedef struct ITForwardInformation2 ITForwardInformation2; typedef
4925 struct ITForwardInformation2 : public ITForwardInformation { struct
4935 HRESULT (WINAPI *QueryInterface)(ITForwardInformation2 *This,REFIID riid,void **ppvObject);
4936 ULONG (WINAPI *AddRef)(ITForwardInformation2 *This);
4937 ULONG (WINAPI *Release)(ITForwardInformation2 *This);
4938 HRESULT (WINAPI *GetTypeInfoCount)(ITForwardInformation2 *This,UINT *pctinfo);
4939 …HRESULT (WINAPI *GetTypeInfo)(ITForwardInformation2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf…
4942 HRESULT (WINAPI *put_NumRingsNoAnswer)(ITForwardInformation2 *This,__LONG32 lNumRings);
4943 HRESULT (WINAPI *get_NumRingsNoAnswer)(ITForwardInformation2 *This,__LONG32 *plNumRings);
4948 HRESULT (WINAPI *Clear)(ITForwardInformation2 *This);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h352 typedef struct ITForwardInformation2 ITForwardInformation2; typedef
4925 struct ITForwardInformation2 : public ITForwardInformation { struct
4935 HRESULT (WINAPI *QueryInterface)(ITForwardInformation2 *This,REFIID riid,void **ppvObject);
4936 ULONG (WINAPI *AddRef)(ITForwardInformation2 *This);
4937 ULONG (WINAPI *Release)(ITForwardInformation2 *This);
4938 HRESULT (WINAPI *GetTypeInfoCount)(ITForwardInformation2 *This,UINT *pctinfo);
4939 …HRESULT (WINAPI *GetTypeInfo)(ITForwardInformation2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf…
4942 HRESULT (WINAPI *put_NumRingsNoAnswer)(ITForwardInformation2 *This,__LONG32 lNumRings);
4943 HRESULT (WINAPI *get_NumRingsNoAnswer)(ITForwardInformation2 *This,__LONG32 *plNumRings);
4948 HRESULT (WINAPI *Clear)(ITForwardInformation2 *This);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs7430 pub struct ITForwardInformation2(::windows::runtime::IUnknown);
7431 impl ITForwardInformation2 {
7494 unsafe impl ::windows::runtime::Interface for ITForwardInformation2 {
7499 fn from(value: ITForwardInformation2) -> Self {
7504 fn from(value: &ITForwardInformation2) -> Self {
7518 impl ::std::convert::From<ITForwardInformation2> for ITForwardInformation {
7519 fn from(value: ITForwardInformation2) -> Self {
7523 impl ::std::convert::From<&ITForwardInformation2> for ITForwardInformation {
7524 fn from(value: &ITForwardInformation2) -> Self {
7540 fn from(value: ITForwardInformation2) -> 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.rs816 pub type ITForwardInformation2 = *mut ::core::ffi::c_void; typedef