Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deventsys.h87 typedef struct IEventProperty IEventProperty; typedef
1078 struct IEventProperty : public IDispatch { struct
1089 ULONG (WINAPI *AddRef)(IEventProperty *This);
1090 ULONG (WINAPI *Release)(IEventProperty *This);
1091 HRESULT (WINAPI *GetTypeInfoCount)(IEventProperty *This,UINT *pctinfo);
1095 HRESULT (WINAPI *get_Name)(IEventProperty *This,BSTR *propertyName);
1096 HRESULT (WINAPI *put_Name)(IEventProperty *This,BSTR propertyName);
1097 HRESULT (WINAPI *get_Value)(IEventProperty *This,VARIANT *propertyValue);
1098 HRESULT (WINAPI *put_Value)(IEventProperty *This,VARIANT *propertyValue);
1101 struct IEventProperty { struct
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deventsys.h87 typedef struct IEventProperty IEventProperty; typedef
1078 struct IEventProperty : public IDispatch { struct
1089 ULONG (WINAPI *AddRef)(IEventProperty *This);
1090 ULONG (WINAPI *Release)(IEventProperty *This);
1091 HRESULT (WINAPI *GetTypeInfoCount)(IEventProperty *This,UINT *pctinfo);
1095 HRESULT (WINAPI *get_Name)(IEventProperty *This,BSTR *propertyName);
1096 HRESULT (WINAPI *put_Name)(IEventProperty *This,BSTR propertyName);
1097 HRESULT (WINAPI *get_Value)(IEventProperty *This,VARIANT *propertyValue);
1098 HRESULT (WINAPI *put_Value)(IEventProperty *This,VARIANT *propertyValue);
1101 struct IEventProperty { struct
[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.rs60 pub type IEventProperty = *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.rs859 pub struct IEventProperty(::windows::runtime::IUnknown);
860 impl IEventProperty {
880 unsafe impl ::windows::runtime::Interface for IEventProperty {
884 impl ::std::convert::From<IEventProperty> for ::windows::runtime::IUnknown {
885 fn from(value: IEventProperty) -> Self {
889 impl ::std::convert::From<&IEventProperty> for ::windows::runtime::IUnknown {
890 fn from(value: &IEventProperty) -> Self {
905 impl ::std::convert::From<IEventProperty> for super::super::Ole::Automation::IDispatch {
906 fn from(value: IEventProperty) -> Self {
911 impl ::std::convert::From<&IEventProperty> for super::super::Ole::Automation::IDispatch {
[all …]