Home
last modified time | relevance | path

Searched refs:DBPARAMIOENUM (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/Search/
H A Dmod.rs1467 pub type DBPARAMIOENUM = i32; typedef
1468 pub const DBPARAMIO_NOTPARAM: DBPARAMIOENUM = 0i32;
1469 pub const DBPARAMIO_INPUT: DBPARAMIOENUM = 1i32;
1470 pub const DBPARAMIO_OUTPUT: DBPARAMIOENUM = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs1904 pub struct DBPARAMIOENUM(pub i32);
1905 pub const DBPARAMIO_NOTPARAM: DBPARAMIOENUM = DBPARAMIOENUM(0i32);
1906 pub const DBPARAMIO_INPUT: DBPARAMIOENUM = DBPARAMIOENUM(1i32);
1907 pub const DBPARAMIO_OUTPUT: DBPARAMIOENUM = DBPARAMIOENUM(2i32);
1908 impl ::std::convert::From<i32> for DBPARAMIOENUM {
1913 unsafe impl ::windows::runtime::Abi for DBPARAMIOENUM {
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h658 enum DBPARAMIOENUM { enum
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h658 enum DBPARAMIOENUM { enum