Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deventsys.h42 typedef struct IEventClass2 IEventClass2; typedef
457 struct IEventClass2 : public IEventClass { struct
472 ULONG (WINAPI *AddRef)(IEventClass2 *This);
473 ULONG (WINAPI *Release)(IEventClass2 *This);
474 HRESULT (WINAPI *GetTypeInfoCount)(IEventClass2 *This,UINT *pctinfo);
482 HRESULT (WINAPI *get_OwnerSID)(IEventClass2 *This,BSTR *pbstrOwnerSID);
483 HRESULT (WINAPI *put_OwnerSID)(IEventClass2 *This,BSTR bstrOwnerSID);
487 HRESULT (WINAPI *put_Description)(IEventClass2 *This,BSTR bstrDescription);
490 HRESULT (WINAPI *get_TypeLib)(IEventClass2 *This,BSTR *pbstrTypeLib);
491 HRESULT (WINAPI *put_TypeLib)(IEventClass2 *This,BSTR bstrTypeLib);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deventsys.h42 typedef struct IEventClass2 IEventClass2; typedef
457 struct IEventClass2 : public IEventClass { struct
472 ULONG (WINAPI *AddRef)(IEventClass2 *This);
473 ULONG (WINAPI *Release)(IEventClass2 *This);
474 HRESULT (WINAPI *GetTypeInfoCount)(IEventClass2 *This,UINT *pctinfo);
482 HRESULT (WINAPI *get_OwnerSID)(IEventClass2 *This,BSTR *pbstrOwnerSID);
483 HRESULT (WINAPI *put_OwnerSID)(IEventClass2 *This,BSTR bstrOwnerSID);
487 HRESULT (WINAPI *put_Description)(IEventClass2 *This,BSTR bstrDescription);
490 HRESULT (WINAPI *get_TypeLib)(IEventClass2 *This,BSTR *pbstrTypeLib);
491 HRESULT (WINAPI *put_TypeLib)(IEventClass2 *This,BSTR bstrTypeLib);
[all …]
/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.rs55 pub type IEventClass2 = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/Events/
H A Dmod.rs309 pub struct IEventClass2(::windows::runtime::IUnknown); in Invoke()
310 impl IEventClass2 {
428 unsafe impl ::windows::runtime::Interface for IEventClass2 {
433 fn from(value: IEventClass2) -> Self {
438 fn from(value: &IEventClass2) -> Self {
452 impl ::std::convert::From<IEventClass2> for IEventClass {
453 fn from(value: IEventClass2) -> Self {
457 impl ::std::convert::From<&IEventClass2> for IEventClass { in CallIndirect()
458 fn from(value: &IEventClass2) -> Self { in CallIndirect()
474 fn from(value: IEventClass2) -> Self {
[all …]
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/dcom/
H A Dcomev.py1318 class IEventClass2(IEventClass): class
1375 class IEventClass3(IEventClass2):
1377 IEventClass2.__init__(self,interface)
1738 …interfaces.append(IEventClass2(INTERFACE(self.get_cinstance(), ''.join(interface['abData']), self.…
/dports/net/py-impacket/impacket-0.9.17/tests/SMB_RPC/
H A Dtest_dcomrt.py260 ev = comev.IEventClass2(ev)