Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h377 typedef struct ITCallingCard ITCallingCard; typedef
5251 struct ITCallingCard : public IDispatch { struct
5265 ULONG (WINAPI *AddRef)(ITCallingCard *This);
5266 ULONG (WINAPI *Release)(ITCallingCard *This);
5267 HRESULT (WINAPI *GetTypeInfoCount)(ITCallingCard *This,UINT *pctinfo);
5271 HRESULT (WINAPI *get_PermanentCardID)(ITCallingCard *This,__LONG32 *plCardID);
5272 HRESULT (WINAPI *get_NumberOfDigits)(ITCallingCard *This,__LONG32 *plDigits);
5273 HRESULT (WINAPI *get_Options)(ITCallingCard *This,__LONG32 *plOptions);
5274 HRESULT (WINAPI *get_CardName)(ITCallingCard *This,BSTR *ppCardName);
5275 HRESULT (WINAPI *get_SameAreaDialingRule)(ITCallingCard *This,BSTR *ppRule);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3if.h377 typedef struct ITCallingCard ITCallingCard; typedef
5251 struct ITCallingCard : public IDispatch { struct
5265 ULONG (WINAPI *AddRef)(ITCallingCard *This);
5266 ULONG (WINAPI *Release)(ITCallingCard *This);
5267 HRESULT (WINAPI *GetTypeInfoCount)(ITCallingCard *This,UINT *pctinfo);
5271 HRESULT (WINAPI *get_PermanentCardID)(ITCallingCard *This,__LONG32 *plCardID);
5272 HRESULT (WINAPI *get_NumberOfDigits)(ITCallingCard *This,__LONG32 *plDigits);
5273 HRESULT (WINAPI *get_Options)(ITCallingCard *This,__LONG32 *plOptions);
5274 HRESULT (WINAPI *get_CardName)(ITCallingCard *This,BSTR *ppCardName);
5275 HRESULT (WINAPI *get_SameAreaDialingRule)(ITCallingCard *This,BSTR *ppRule);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs5767 pub struct ITCallingCard(::windows::runtime::IUnknown);
5768 impl ITCallingCard {
5802 unsafe impl ::windows::runtime::Interface for ITCallingCard {
5806 impl ::std::convert::From<ITCallingCard> for ::windows::runtime::IUnknown {
5807 fn from(value: ITCallingCard) -> Self {
5811 impl ::std::convert::From<&ITCallingCard> for ::windows::runtime::IUnknown {
5812 fn from(value: &ITCallingCard) -> Self {
5816 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITCallingCard {
5821 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITCallingCard {
5828 fn from(value: ITCallingCard) -> 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.rs800 pub type ITCallingCard = *mut ::core::ffi::c_void; typedef