Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h278 typedef struct IObjectContext IObjectContext; typedef
3415 struct IObjectContext : public IUnknown { struct
3430 ULONG (WINAPI *AddRef)(IObjectContext *This);
3431 ULONG (WINAPI *Release)(IObjectContext *This);
3433 HRESULT (WINAPI *SetComplete)(IObjectContext *This);
3434 HRESULT (WINAPI *SetAbort)(IObjectContext *This);
3435 HRESULT (WINAPI *EnableCommit)(IObjectContext *This);
3436 HRESULT (WINAPI *DisableCommit)(IObjectContext *This);
3437 WINBOOL (WINAPI *IsInTransaction)(IObjectContext *This);
3438 WINBOOL (WINAPI *IsSecurityEnabled)(IObjectContext *This);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h278 typedef struct IObjectContext IObjectContext; typedef
3415 struct IObjectContext : public IUnknown { struct
3430 ULONG (WINAPI *AddRef)(IObjectContext *This);
3431 ULONG (WINAPI *Release)(IObjectContext *This);
3433 HRESULT (WINAPI *SetComplete)(IObjectContext *This);
3434 HRESULT (WINAPI *SetAbort)(IObjectContext *This);
3435 HRESULT (WINAPI *EnableCommit)(IObjectContext *This);
3436 HRESULT (WINAPI *DisableCommit)(IObjectContext *This);
3437 WINBOOL (WINAPI *IsInTransaction)(IObjectContext *This);
3438 WINBOOL (WINAPI *IsSecurityEnabled)(IObjectContext *This);
[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.rs718 pub type IObjectContext = *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.rs7418 pub struct IObjectContext(::windows::runtime::IUnknown);
7419 impl IObjectContext {
7448 unsafe impl ::windows::runtime::Interface for IObjectContext {
7452 impl ::std::convert::From<IObjectContext> for ::windows::runtime::IUnknown {
7453 fn from(value: IObjectContext) -> Self {
7457 impl ::std::convert::From<&IObjectContext> for ::windows::runtime::IUnknown {
7458 fn from(value: &IObjectContext) -> Self {
7462 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IObjectContext {
7467 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IObjectContext {