Home
last modified time | relevance | path

Searched refs:Estimated100msToReady (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dioevent.h23 ULONG Estimated100msToReady; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dioevent.h23 ULONG Estimated100msToReady; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaioevent.pas176 Estimated100msToReady: ULONG;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs891 pub Estimated100msToReady: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs6565 pub Estimated100msToReady: u32, field
6575 ….field("Reason", &self.Reason).field("Estimated100msToReady", &self.Estimated100msToReady).finish() in fmt()
6580 …er.Version && self.Reason == other.Reason && self.Estimated100msToReady == other.Estimated100msToR… in eq()