Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfunctiondiscoveryapi.h16 typedef struct IFunctionInstance IFunctionInstance; typedef
41 #define INTERFACE IFunctionInstance
47 DECLARE_INTERFACE_(IFunctionInstance,IUnknown) in DECLARE_INTERFACE_() argument
89 STDMETHOD_(HRESULT,Execute)(THIS_ IFunctionInstance **ppIFunctionInstance) PURE; in DECLARE_INTERFACE_()
118 …HRESULT,Get)(THIS_ const WCHAR *pszInstanceIdentity,DWORD *pdwIndex,IFunctionInstance **ppIFunctio… in DECLARE_INTERFACE_()
119 STDMETHOD_(HRESULT,Item)(THIS_ DWORD dwIndex,IFunctionInstance **ppFunctionInstance) PURE; in DECLARE_INTERFACE_()
120 STDMETHOD_(HRESULT,Add)(THIS_ IFunctionInstance *pIFunctionInstance) PURE; in DECLARE_INTERFACE_()
121 STDMETHOD_(HRESULT,Remove)(THIS_ DWORD dwIndex,IFunctionInstance **ppIFunctionInstance) PURE; in DECLARE_INTERFACE_()
190 …HRESULT,GetInstance)(THIS_ const WCHAR *pszFunctionInstanceIdentity,IFunctionInstance **ppIFunctio… in DECLARE_INTERFACE_()
193 …tegory,const WCHAR *pszSubCategory,const WCHAR *pszCategoryIdentity,IFunctionInstance **ppIFunctio… in DECLARE_INTERFACE_()
H A Dfunctiondiscoverynotification.h28 …yUpdateAction enumQueryUpdateAction,FDQUERYCONTEXT fdqcQueryContext,IFunctionInstance *pIFunctionI… in DECLARE_INTERFACE_()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfunctiondiscoveryapi.h16 typedef struct IFunctionInstance IFunctionInstance; typedef
41 #define INTERFACE IFunctionInstance
47 DECLARE_INTERFACE_(IFunctionInstance,IUnknown) in DECLARE_INTERFACE_() argument
89 STDMETHOD_(HRESULT,Execute)(THIS_ IFunctionInstance **ppIFunctionInstance) PURE; in DECLARE_INTERFACE_()
118 …HRESULT,Get)(THIS_ const WCHAR *pszInstanceIdentity,DWORD *pdwIndex,IFunctionInstance **ppIFunctio… in DECLARE_INTERFACE_()
119 STDMETHOD_(HRESULT,Item)(THIS_ DWORD dwIndex,IFunctionInstance **ppFunctionInstance) PURE; in DECLARE_INTERFACE_()
120 STDMETHOD_(HRESULT,Add)(THIS_ IFunctionInstance *pIFunctionInstance) PURE; in DECLARE_INTERFACE_()
121 STDMETHOD_(HRESULT,Remove)(THIS_ DWORD dwIndex,IFunctionInstance **ppIFunctionInstance) PURE; in DECLARE_INTERFACE_()
190 …HRESULT,GetInstance)(THIS_ const WCHAR *pszFunctionInstanceIdentity,IFunctionInstance **ppIFunctio… in DECLARE_INTERFACE_()
193 …tegory,const WCHAR *pszSubCategory,const WCHAR *pszCategoryIdentity,IFunctionInstance **ppIFunctio… in DECLARE_INTERFACE_()
H A Dfunctiondiscoverynotification.h28 …yUpdateAction enumQueryUpdateAction,FDQUERYCONTEXT fdqcQueryContext,IFunctionInstance *pIFunctionI… in DECLARE_INTERFACE_()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/FunctionDiscovery/
H A Dmod.rs255 ) -> ::windows::runtime::Result<IFunctionInstance> { in CreateInstance() argument
401 pub struct IFunctionInstance(::windows::runtime::IUnknown); struct
402 impl IFunctionInstance { impl
423 unsafe impl ::windows::runtime::Interface for IFunctionInstance { implementation
427 impl ::std::convert::From<IFunctionInstance> for ::windows::runtime::IUnknown {
428 fn from(value: IFunctionInstance) -> Self { in from()
432 impl ::std::convert::From<&IFunctionInstance> for ::windows::runtime::IUnknown {
433 fn from(value: &IFunctionInstance) -> Self { in from()
449 fn from(value: IFunctionInstance) -> Self { in from()
455 fn from(value: &IFunctionInstance) -> Self { in from()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/FunctionDiscovery/
H A Dmod.rs62 pub type IFunctionInstance = *mut ::core::ffi::c_void; typedef