Home
last modified time | relevance | path

Searched refs:ITTerminalSupport2 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmspaddr.h123 …CComMultiThreadModelNoCS>,public ITMSPAddress,public IDispatchImpl<ITTerminalSupport2,&IID_ITTermi…
130 COM_INTERFACE_ENTRY(ITTerminalSupport2)
H A Dtapi3if.h57 typedef struct ITTerminalSupport2 ITTerminalSupport2; typedef
1184 struct ITTerminalSupport2 : public ITTerminalSupport { struct
1194 HRESULT (WINAPI *QueryInterface)(ITTerminalSupport2 *This,REFIID riid,void **ppvObject);
1195 ULONG (WINAPI *AddRef)(ITTerminalSupport2 *This);
1196 ULONG (WINAPI *Release)(ITTerminalSupport2 *This);
1197 HRESULT (WINAPI *GetTypeInfoCount)(ITTerminalSupport2 *This,UINT *pctinfo);
1198 … HRESULT (WINAPI *GetTypeInfo)(ITTerminalSupport2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1201 HRESULT (WINAPI *get_StaticTerminals)(ITTerminalSupport2 *This,VARIANT *pVariant);
1203 HRESULT (WINAPI *get_DynamicTerminalClasses)(ITTerminalSupport2 *This,VARIANT *pVariant);
1207 HRESULT (WINAPI *get_PluggableSuperclasses)(ITTerminalSupport2 *This,VARIANT *pVariant);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmspaddr.h123 …CComMultiThreadModelNoCS>,public ITMSPAddress,public IDispatchImpl<ITTerminalSupport2,&IID_ITTermi…
130 COM_INTERFACE_ENTRY(ITTerminalSupport2)
H A Dtapi3if.h57 typedef struct ITTerminalSupport2 ITTerminalSupport2; typedef
1184 struct ITTerminalSupport2 : public ITTerminalSupport { struct
1194 HRESULT (WINAPI *QueryInterface)(ITTerminalSupport2 *This,REFIID riid,void **ppvObject);
1195 ULONG (WINAPI *AddRef)(ITTerminalSupport2 *This);
1196 ULONG (WINAPI *Release)(ITTerminalSupport2 *This);
1197 HRESULT (WINAPI *GetTypeInfoCount)(ITTerminalSupport2 *This,UINT *pctinfo);
1198 … HRESULT (WINAPI *GetTypeInfo)(ITTerminalSupport2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
1201 HRESULT (WINAPI *get_StaticTerminals)(ITTerminalSupport2 *This,VARIANT *pVariant);
1203 HRESULT (WINAPI *get_DynamicTerminalClasses)(ITTerminalSupport2 *This,VARIANT *pVariant);
1207 HRESULT (WINAPI *get_PluggableSuperclasses)(ITTerminalSupport2 *This,VARIANT *pVariant);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs11812 pub struct ITTerminalSupport2(::windows::runtime::IUnknown);
11813 impl ITTerminalSupport2 {
11877 unsafe impl ::windows::runtime::Interface for ITTerminalSupport2 {
11882 fn from(value: ITTerminalSupport2) -> Self {
11887 fn from(value: &ITTerminalSupport2) -> Self {
11901 impl ::std::convert::From<ITTerminalSupport2> for ITTerminalSupport {
11902 fn from(value: ITTerminalSupport2) -> Self {
11906 impl ::std::convert::From<&ITTerminalSupport2> for ITTerminalSupport {
11907 fn from(value: &ITTerminalSupport2) -> Self {
11923 fn from(value: ITTerminalSupport2) -> 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.rs860 pub type ITTerminalSupport2 = *mut ::core::ffi::c_void; typedef