Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs203 pub type XACTHEURISTIC = i32; typedef
204 pub const XACTHEURISTIC_ABORT: XACTHEURISTIC = 1i32;
205 pub const XACTHEURISTIC_COMMIT: XACTHEURISTIC = 2i32;
206 pub const XACTHEURISTIC_DAMAGE: XACTHEURISTIC = 3i32;
207 pub const XACTHEURISTIC_DANGER: XACTHEURISTIC = 4i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtransact.h139 typedef enum XACTHEURISTIC { enum
141 } XACTHEURISTIC; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtransact.h139 typedef enum XACTHEURISTIC { enum
141 } XACTHEURISTIC; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs4118 pub struct XACTHEURISTIC(pub i32); struct
4119 pub const XACTHEURISTIC_ABORT: XACTHEURISTIC = XACTHEURISTIC(1i32);
4120 pub const XACTHEURISTIC_COMMIT: XACTHEURISTIC = XACTHEURISTIC(2i32);
4121 pub const XACTHEURISTIC_DAMAGE: XACTHEURISTIC = XACTHEURISTIC(3i32);
4122 pub const XACTHEURISTIC_DANGER: XACTHEURISTIC = XACTHEURISTIC(4i32);
4123 impl ::std::convert::From<i32> for XACTHEURISTIC { implementation
4128 unsafe impl ::windows::runtime::Abi for XACTHEURISTIC { implementation