Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3cc.h42 typedef struct ITQueue ITQueue; typedef
446 struct ITQueue : public IDispatch { struct
465 ULONG (WINAPI *AddRef)(ITQueue *This);
466 ULONG (WINAPI *Release)(ITQueue *This);
467 HRESULT (WINAPI *GetTypeInfoCount)(ITQueue *This,UINT *pctinfo);
471 HRESULT (WINAPI *put_MeasurementPeriod)(ITQueue *This,__LONG32 lPeriod);
482 HRESULT (WINAPI *get_Name)(ITQueue *This,BSTR *ppName);
485 struct ITQueue { struct
532 HRESULT WINAPI ITQueue_get_Name_Proxy(ITQueue *This,BSTR *ppName);
674 virtual HRESULT WINAPI get_Queue(ITQueue **ppQueue) = 0;
[all …]
H A Dtapi3.h42 typedef struct ITQueue ITQueue; typedef
162 typedef struct ITQueue ITQueue; typedef
565 struct ITQueue : public IDispatch { struct
584 ULONG (WINAPI *AddRef)(ITQueue *This);
585 ULONG (WINAPI *Release)(ITQueue *This);
586 HRESULT (WINAPI *GetTypeInfoCount)(ITQueue *This,UINT *pctinfo);
601 HRESULT (WINAPI *get_Name)(ITQueue *This,BSTR *ppName);
604 struct ITQueue { struct
651 HRESULT WINAPI ITQueue_get_Name_Proxy(ITQueue *This,BSTR *ppName);
793 virtual HRESULT WINAPI get_Queue(ITQueue **ppQueue) = 0;
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtapi3cc.h42 typedef struct ITQueue ITQueue; typedef
446 struct ITQueue : public IDispatch { struct
465 ULONG (WINAPI *AddRef)(ITQueue *This);
466 ULONG (WINAPI *Release)(ITQueue *This);
467 HRESULT (WINAPI *GetTypeInfoCount)(ITQueue *This,UINT *pctinfo);
471 HRESULT (WINAPI *put_MeasurementPeriod)(ITQueue *This,__LONG32 lPeriod);
482 HRESULT (WINAPI *get_Name)(ITQueue *This,BSTR *ppName);
485 struct ITQueue { struct
532 HRESULT WINAPI ITQueue_get_Name_Proxy(ITQueue *This,BSTR *ppName);
674 virtual HRESULT WINAPI get_Queue(ITQueue **ppQueue) = 0;
[all …]
H A Dtapi3.h42 typedef struct ITQueue ITQueue; typedef
162 typedef struct ITQueue ITQueue; typedef
565 struct ITQueue : public IDispatch { struct
584 ULONG (WINAPI *AddRef)(ITQueue *This);
585 ULONG (WINAPI *Release)(ITQueue *This);
586 HRESULT (WINAPI *GetTypeInfoCount)(ITQueue *This,UINT *pctinfo);
601 HRESULT (WINAPI *get_Name)(ITQueue *This,BSTR *ppName);
604 struct ITQueue { struct
651 HRESULT WINAPI ITQueue_get_Name_Proxy(ITQueue *This,BSTR *ppName);
793 virtual HRESULT WINAPI get_Queue(ITQueue **ppQueue) = 0;
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Tapi/
H A Dmod.rs9678 pub struct ITQueue(::windows::runtime::IUnknown);
9679 impl ITQueue {
9729 unsafe impl ::windows::runtime::Interface for ITQueue {
9733 impl ::std::convert::From<ITQueue> for ::windows::runtime::IUnknown {
9734 fn from(value: ITQueue) -> Self {
9738 impl ::std::convert::From<&ITQueue> for ::windows::runtime::IUnknown {
9739 fn from(value: &ITQueue) -> Self {
9743 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITQueue {
9755 fn from(value: ITQueue) -> Self {
9761 fn from(value: &ITQueue) -> 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.rs839 pub type ITQueue = *mut ::core::ffi::c_void; typedef