Home
last modified time | relevance | path

Searched refs:DBSTATUSENUM25 (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.rs2373 pub type DBSTATUSENUM25 = i32; typedef
2374 pub const DBSTATUS_E_CANCELED: DBSTATUSENUM25 = 27i32;
2375 pub const DBSTATUS_E_NOTCOLLECTION: DBSTATUSENUM25 = 28i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Search/
H A Dmod.rs3193 pub struct DBSTATUSENUM25(pub i32);
3194 pub const DBSTATUS_E_CANCELED: DBSTATUSENUM25 = DBSTATUSENUM25(27i32);
3195 pub const DBSTATUS_E_NOTCOLLECTION: DBSTATUSENUM25 = DBSTATUSENUM25(28i32);
3196 impl ::std::convert::From<i32> for DBSTATUSENUM25 {
3201 unsafe impl ::windows::runtime::Abi for DBSTATUSENUM25 {
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h720 enum DBSTATUSENUM25 { enum
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doledb.h720 enum DBSTATUSENUM25 { enum