Home
last modified time | relevance | path

Searched refs:XACTCONST (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.rs201 pub type XACTCONST = i32; typedef
202 pub const XACTCONST_TIMEOUTINFINITE: XACTCONST = 0i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtransact.h135 typedef enum XACTCONST { enum
137 } XACTCONST; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtransact.h135 typedef enum XACTCONST { enum
137 } XACTCONST; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs4105 pub struct XACTCONST(pub i32); struct
4106 pub const XACTCONST_TIMEOUTINFINITE: XACTCONST = XACTCONST(0i32);
4107 impl ::std::convert::From<i32> for XACTCONST { implementation
4112 unsafe impl ::windows::runtime::Abi for XACTCONST { implementation