Home
last modified time | relevance | path

Searched defs:IEventSubscription (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/Events/
H A Dmod.rs62 pub type IEventSubscription = *mut ::core::ffi::c_void; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deventsys.h47 typedef struct IEventSubscription IEventSubscription; typedef
559 struct IEventSubscription : public IDispatch { struct
642 struct IEventSubscription { struct
643 CONST_VTBL struct IEventSubscriptionVtbl *lpVtbl; argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deventsys.h47 typedef struct IEventSubscription IEventSubscription; typedef
559 struct IEventSubscription : public IDispatch { struct
642 struct IEventSubscription { struct
643 CONST_VTBL struct IEventSubscriptionVtbl *lpVtbl; argument
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/dcom/
H A Dcomev.py1406 class IEventSubscription(IDispatch): class