Home
last modified time | relevance | path

Searched refs:XACTOPT (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Transactions/
H A DOletxTransactionFormatter.cs52 XACTOPT options; in GetTimeoutFromTransaction()
68 XACTOPT options; in GetTransactionAttributes()
83 struct XACTOPT struct in System.ServiceModel.Transactions.OleTxTransactionFormatter
108 void SetOptions([In] ref XACTOPT pOptions); in SetOptions()
109 void GetOptions([Out] out XACTOPT pOptions); in GetOptions()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtransact.h147 typedef struct XACTOPT { struct
150 } XACTOPT; typedef
315 virtual HRESULT WINAPI SetOptions(XACTOPT *pOptions) = 0;
316 virtual HRESULT WINAPI GetOptions(XACTOPT *pOptions) = 0;
324 HRESULT (WINAPI *SetOptions)(ITransactionOptions *This,XACTOPT *pOptions);
325 HRESULT (WINAPI *GetOptions)(ITransactionOptions *This,XACTOPT *pOptions);
339 HRESULT WINAPI ITransactionOptions_SetOptions_Proxy(ITransactionOptions *This,XACTOPT *pOptions);
341 HRESULT WINAPI ITransactionOptions_GetOptions_Proxy(ITransactionOptions *This,XACTOPT *pOptions);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtransact.h147 typedef struct XACTOPT { struct
150 } XACTOPT; argument
315 virtual HRESULT WINAPI SetOptions(XACTOPT *pOptions) = 0;
316 virtual HRESULT WINAPI GetOptions(XACTOPT *pOptions) = 0;
324 HRESULT (WINAPI *SetOptions)(ITransactionOptions *This,XACTOPT *pOptions);
325 HRESULT (WINAPI *GetOptions)(ITransactionOptions *This,XACTOPT *pOptions);
339 HRESULT WINAPI ITransactionOptions_SetOptions_Proxy(ITransactionOptions *This,XACTOPT *pOptions);
341 HRESULT WINAPI ITransactionOptions_GetOptions_Proxy(ITransactionOptions *This,XACTOPT *pOptions);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs209 pub struct XACTOPT { struct
213 impl ::core::marker::Copy for XACTOPT {} argument
214 impl ::core::clone::Clone for XACTOPT { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs3127 pub unsafe fn SetOptions(&self, poptions: *const XACTOPT) -> ::windows::runtime::Result<()> { in SetOptions()
3130 pub unsafe fn GetOptions(&self, poptions: *mut XACTOPT) -> ::windows::runtime::Result<()> { in GetOptions()
3164 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, poptions: *const XACTOPT) -> ::win…
3165 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, poptions: *mut XACTOPT) -> ::windo…
4134 pub struct XACTOPT { struct
4138 impl XACTOPT {} implementation
4139 impl ::std::default::Default for XACTOPT { implementation
4144 impl ::std::fmt::Debug for XACTOPT { implementation
4149 impl ::std::cmp::PartialEq for XACTOPT { implementation
4154 impl ::std::cmp::Eq for XACTOPT {} implementation
[all …]