Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h258 typedef struct IEventServerTrace IEventServerTrace; typedef
3108 struct IEventServerTrace : public IDispatch { struct
3117 HRESULT (WINAPI *QueryInterface)(IEventServerTrace *This,REFIID riid,void **ppvObject);
3118 ULONG (WINAPI *AddRef)(IEventServerTrace *This);
3119 ULONG (WINAPI *Release)(IEventServerTrace *This);
3120 HRESULT (WINAPI *GetTypeInfoCount)(IEventServerTrace *This,UINT *pctinfo);
3121 … HRESULT (WINAPI *GetTypeInfo)(IEventServerTrace *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3125 …HRESULT (WINAPI *StopTraceGuid)(IEventServerTrace *This,BSTR bstrguidEvent,BSTR bstrguidFilter,LON…
3126 HRESULT (WINAPI *EnumTraceGuid)(IEventServerTrace *This,LONG *plCntGuids,BSTR *pbstrGuidList);
3129 struct IEventServerTrace { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h258 typedef struct IEventServerTrace IEventServerTrace; typedef
3108 struct IEventServerTrace : public IDispatch { struct
3117 HRESULT (WINAPI *QueryInterface)(IEventServerTrace *This,REFIID riid,void **ppvObject);
3118 ULONG (WINAPI *AddRef)(IEventServerTrace *This);
3119 ULONG (WINAPI *Release)(IEventServerTrace *This);
3120 HRESULT (WINAPI *GetTypeInfoCount)(IEventServerTrace *This,UINT *pctinfo);
3121 … HRESULT (WINAPI *GetTypeInfo)(IEventServerTrace *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
3125 …HRESULT (WINAPI *StopTraceGuid)(IEventServerTrace *This,BSTR bstrguidEvent,BSTR bstrguidFilter,LON…
3126 HRESULT (WINAPI *EnumTraceGuid)(IEventServerTrace *This,LONG *plCntGuids,BSTR *pbstrGuidList);
3129 struct IEventServerTrace { struct
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs698 pub type IEventServerTrace = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs6084 pub struct IEventServerTrace(::windows::runtime::IUnknown);
6085 impl IEventServerTrace {
6099 unsafe impl ::windows::runtime::Interface for IEventServerTrace {
6103 impl ::std::convert::From<IEventServerTrace> for ::windows::runtime::IUnknown {
6104 fn from(value: IEventServerTrace) -> Self {
6108 impl ::std::convert::From<&IEventServerTrace> for ::windows::runtime::IUnknown {
6109 fn from(value: &IEventServerTrace) -> Self {
6124 impl ::std::convert::From<IEventServerTrace> for super::Ole::Automation::IDispatch {
6125 fn from(value: IEventServerTrace) -> Self {
6130 impl ::std::convert::From<&IEventServerTrace> for super::Ole::Automation::IDispatch {
[all …]