Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h363 typedef struct IContextState IContextState; typedef
624 typedef struct IContextState IContextState; typedef
4161 struct IContextState : public IUnknown { struct
4171 HRESULT (WINAPI *QueryInterface)(IContextState *This,REFIID riid,void **ppvObject);
4172 ULONG (WINAPI *AddRef)(IContextState *This);
4173 ULONG (WINAPI *Release)(IContextState *This);
4174 HRESULT (WINAPI *SetDeactivateOnReturn)(IContextState *This,VARIANT_BOOL bDeactivate);
4175 HRESULT (WINAPI *GetDeactivateOnReturn)(IContextState *This,VARIANT_BOOL *pbDeactivate);
4176 HRESULT (WINAPI *SetMyTransactionVote)(IContextState *This,TransactionVote txVote);
4177 HRESULT (WINAPI *GetMyTransactionVote)(IContextState *This,TransactionVote *ptxVote);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h363 typedef struct IContextState IContextState; typedef
624 typedef struct IContextState IContextState; typedef
4161 struct IContextState : public IUnknown { struct
4171 HRESULT (WINAPI *QueryInterface)(IContextState *This,REFIID riid,void **ppvObject);
4172 ULONG (WINAPI *AddRef)(IContextState *This);
4173 ULONG (WINAPI *Release)(IContextState *This);
4174 HRESULT (WINAPI *SetDeactivateOnReturn)(IContextState *This,VARIANT_BOOL bDeactivate);
4175 HRESULT (WINAPI *GetDeactivateOnReturn)(IContextState *This,VARIANT_BOOL *pbDeactivate);
4176 HRESULT (WINAPI *SetMyTransactionVote)(IContextState *This,TransactionVote txVote);
4177 HRESULT (WINAPI *GetMyTransactionVote)(IContextState *This,TransactionVote *ptxVote);
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs684 pub type IContextState = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs5206 pub struct IContextState(::windows::runtime::IUnknown);
5207 impl IContextState {
5221 unsafe impl ::windows::runtime::Interface for IContextState {
5225 impl ::std::convert::From<IContextState> for ::windows::runtime::IUnknown {
5226 fn from(value: IContextState) -> Self {
5230 impl ::std::convert::From<&IContextState> for ::windows::runtime::IUnknown {
5231 fn from(value: &IContextState) -> Self {
5235 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IContextState {
5240 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IContextState {