Home
last modified time | relevance | path

Searched refs:IAccIdentity (Results 1 – 12 of 12) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doleacc.h45 typedef struct IAccIdentity IAccIdentity; typedef
70 typedef struct IAccIdentity IAccIdentity; typedef
758 struct IAccIdentity : public IUnknown { struct
765 HRESULT (WINAPI *QueryInterface)(IAccIdentity *This,REFIID riid,void **ppvObject);
766 ULONG (WINAPI *AddRef)(IAccIdentity *This);
767 ULONG (WINAPI *Release)(IAccIdentity *This);
768 …HRESULT (WINAPI *GetIdentityString)(IAccIdentity *This,DWORD dwIDChild,BYTE **ppIDString,DWORD *pd…
771 struct IAccIdentity { struct
781 …HRESULT WINAPI IAccIdentity_GetIdentityString_Proxy(IAccIdentity *This,DWORD dwIDChild,BYTE **ppID…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doleacc.h45 typedef struct IAccIdentity IAccIdentity; typedef
70 typedef struct IAccIdentity IAccIdentity; typedef
758 struct IAccIdentity : public IUnknown { struct
765 HRESULT (WINAPI *QueryInterface)(IAccIdentity *This,REFIID riid,void **ppvObject);
766 ULONG (WINAPI *AddRef)(IAccIdentity *This);
767 ULONG (WINAPI *Release)(IAccIdentity *This);
768 …HRESULT (WINAPI *GetIdentityString)(IAccIdentity *This,DWORD dwIDChild,BYTE **ppIDString,DWORD *pd…
771 struct IAccIdentity { struct
781 …HRESULT WINAPI IAccIdentity_GetIdentityString_Proxy(IAccIdentity *This,DWORD dwIDChild,BYTE **ppID…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DAccessibility.cs83 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DAccessibility.cs83 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DAccessibility.cs83 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DAccessibility.cs83 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DAccessibility.cs83 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DAccessibility.cs83 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DAccessibility.cs99 public partial interface IAccIdentity interface
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DAccessibility.cs99 public partial interface IAccIdentity interface
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs874 pub type IAccIdentity = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs1053 pub struct IAccIdentity(::windows::runtime::IUnknown);
1054 impl IAccIdentity {
1059 unsafe impl ::windows::runtime::Interface for IAccIdentity {
1063 impl ::std::convert::From<IAccIdentity> for ::windows::runtime::IUnknown {
1064 fn from(value: IAccIdentity) -> Self {
1068 impl ::std::convert::From<&IAccIdentity> for ::windows::runtime::IUnknown {
1069 fn from(value: &IAccIdentity) -> Self {
1073 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAccIdentity {
1078 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAccIdentity {