Home
last modified time | relevance | path

Searched refs:DBSOURCETYPEENUM (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.rs2335 pub type DBSOURCETYPEENUM = i32; typedef
2336 pub const DBSOURCETYPE_DATASOURCE: DBSOURCETYPEENUM = 1i32;
2337 pub const DBSOURCETYPE_ENUMERATOR: DBSOURCETYPEENUM = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs3089 pub struct DBSOURCETYPEENUM(pub i32);
3090 pub const DBSOURCETYPE_DATASOURCE: DBSOURCETYPEENUM = DBSOURCETYPEENUM(1i32);
3091 pub const DBSOURCETYPE_ENUMERATOR: DBSOURCETYPEENUM = DBSOURCETYPEENUM(2i32);
3092 impl ::std::convert::From<i32> for DBSOURCETYPEENUM {
3097 unsafe impl ::windows::runtime::Abi for DBSOURCETYPEENUM {
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h3437 enum DBSOURCETYPEENUM { enum
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h3437 enum DBSOURCETYPEENUM { enum