Home
last modified time | relevance | path

Searched refs:CONVINFO_STATUS (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DataExchange/
H A Dmod.rs175 pub wStatus: CONVINFO_STATUS,
209 pub type CONVINFO_STATUS = u32; typedef
210 pub const ST_ADVISE: CONVINFO_STATUS = 2u32;
211 pub const ST_BLOCKED: CONVINFO_STATUS = 8u32;
212 pub const ST_BLOCKNEXT: CONVINFO_STATUS = 128u32;
213 pub const ST_CLIENT: CONVINFO_STATUS = 16u32;
214 pub const ST_CONNECTED: CONVINFO_STATUS = 1u32;
215 pub const ST_INLIST: CONVINFO_STATUS = 64u32;
216 pub const ST_ISLOCAL: CONVINFO_STATUS = 4u32;
217 pub const ST_ISSELF: CONVINFO_STATUS = 256u32;
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DataExchange/
H A Dmod.rs99 pub wStatus: CONVINFO_STATUS,
225 pub struct CONVINFO_STATUS(pub u32);
226 pub const ST_ADVISE: CONVINFO_STATUS = CONVINFO_STATUS(2u32);
227 pub const ST_BLOCKED: CONVINFO_STATUS = CONVINFO_STATUS(8u32);
228 pub const ST_BLOCKNEXT: CONVINFO_STATUS = CONVINFO_STATUS(128u32);
229 pub const ST_CLIENT: CONVINFO_STATUS = CONVINFO_STATUS(16u32);
230 pub const ST_CONNECTED: CONVINFO_STATUS = CONVINFO_STATUS(1u32);
231 pub const ST_INLIST: CONVINFO_STATUS = CONVINFO_STATUS(64u32);
232 pub const ST_ISLOCAL: CONVINFO_STATUS = CONVINFO_STATUS(4u32);
233 pub const ST_ISSELF: CONVINFO_STATUS = CONVINFO_STATUS(256u32);
[all …]