Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtxcoord.h62 typedef struct ITransactionExport ITransactionExport; typedef
318 …virtual HRESULT WINAPI Create(ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExpo…
327 …sactionExportFactory *This,ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExport);
343 …sactionExportFactory *This,ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExport);
387 struct ITransactionExport : public IUnknown { struct
395 HRESULT (WINAPI *QueryInterface)(ITransactionExport *This,REFIID riid,void **ppvObject);
396 ULONG (WINAPI *AddRef)(ITransactionExport *This);
397 ULONG (WINAPI *Release)(ITransactionExport *This);
398 …HRESULT (WINAPI *Export)(ITransactionExport *This,IUnknown *punkTransaction,ULONG *pcbTransactionC…
402 struct ITransactionExport { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtxcoord.h62 typedef struct ITransactionExport ITransactionExport; typedef
318 …virtual HRESULT WINAPI Create(ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExpo…
327 …sactionExportFactory *This,ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExport);
343 …sactionExportFactory *This,ULONG cbWhereabouts,byte *rgbWhereabouts,ITransactionExport **ppExport);
387 struct ITransactionExport : public IUnknown { struct
395 HRESULT (WINAPI *QueryInterface)(ITransactionExport *This,REFIID riid,void **ppvObject);
396 ULONG (WINAPI *AddRef)(ITransactionExport *This);
397 ULONG (WINAPI *Release)(ITransactionExport *This);
398 …HRESULT (WINAPI *Export)(ITransactionExport *This,IUnknown *punkTransaction,ULONG *pcbTransactionC…
402 struct ITransactionExport { struct
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs118 pub type ITransactionExport = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs2864 pub struct ITransactionExport(::windows::runtime::IUnknown); struct
2865 impl ITransactionExport { implementation
2874 unsafe impl ::windows::runtime::Interface for ITransactionExport { implementation
2878 impl ::std::convert::From<ITransactionExport> for ::windows::runtime::IUnknown {
2879 fn from(value: ITransactionExport) -> Self { in from()
2883 impl ::std::convert::From<&ITransactionExport> for ::windows::runtime::IUnknown {
2884 fn from(value: &ITransactionExport) -> Self { in from()
2888 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITransactionExport { implementation
2893 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITransactionExport { implementation
2915 … cbwhereabouts: u32, rgbwhereabouts: *const u8) -> ::windows::runtime::Result<ITransactionExport> { in Create() argument
[all …]