Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h407 typedef struct IGetSession IGetSession; typedef
5323 struct IGetSession : public IUnknown { struct
5330 HRESULT (WINAPI *QueryInterface)(IGetSession *This,REFIID riid,void **ppvObject);
5331 ULONG (WINAPI *AddRef)(IGetSession *This);
5332 ULONG (WINAPI *Release)(IGetSession *This);
5333 HRESULT (WINAPI *GetSession)(IGetSession *This,REFIID riid,IUnknown **ppSession);
5336 struct IGetSession { struct
5346 HRESULT WINAPI IGetSession_GetSession_Proxy(IGetSession *This,REFIID riid,IUnknown **ppSession);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h407 typedef struct IGetSession IGetSession; typedef
5323 struct IGetSession : public IUnknown { struct
5330 HRESULT (WINAPI *QueryInterface)(IGetSession *This,REFIID riid,void **ppvObject);
5331 ULONG (WINAPI *AddRef)(IGetSession *This);
5332 ULONG (WINAPI *Release)(IGetSession *This);
5333 HRESULT (WINAPI *GetSession)(IGetSession *This,REFIID riid,IUnknown **ppSession);
5336 struct IGetSession { struct
5346 HRESULT WINAPI IGetSession_GetSession_Proxy(IGetSession *This,REFIID riid,IUnknown **ppSession);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs7980 pub struct IGetSession(::windows::runtime::IUnknown);
7981 impl IGetSession {
7987 unsafe impl ::windows::runtime::Interface for IGetSession {
7991 impl ::std::convert::From<IGetSession> for ::windows::runtime::IUnknown {
7992 fn from(value: IGetSession) -> Self {
7996 impl ::std::convert::From<&IGetSession> for ::windows::runtime::IUnknown {
7997 fn from(value: &IGetSession) -> Self {
8001 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IGetSession {
8006 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IGetSession {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Search/
H A Dmod.rs3466 pub type IGetSession = *mut ::core::ffi::c_void; typedef