Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsrm.h39 enum eWINDOW_ADVANCE_METHOD { enum
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsrm.h39 enum eWINDOW_ADVANCE_METHOD { enum
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawsrm.pas168 eWINDOW_ADVANCE_METHOD = (
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs5113 pub type eWINDOW_ADVANCE_METHOD = i32; typedef
5114 pub const E_WINDOW_ADVANCE_BY_TIME: eWINDOW_ADVANCE_METHOD = 1i32;
5115 pub const E_WINDOW_USE_AS_DATA_CACHE: eWINDOW_ADVANCE_METHOD = 2i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs12063 pub struct eWINDOW_ADVANCE_METHOD(pub i32); struct
12064 pub const E_WINDOW_ADVANCE_BY_TIME: eWINDOW_ADVANCE_METHOD = eWINDOW_ADVANCE_METHOD(1i32);
12065 pub const E_WINDOW_USE_AS_DATA_CACHE: eWINDOW_ADVANCE_METHOD = eWINDOW_ADVANCE_METHOD(2i32);
12066 impl ::std::convert::From<i32> for eWINDOW_ADVANCE_METHOD { implementation
12071 unsafe impl ::windows::runtime::Abi for eWINDOW_ADVANCE_METHOD { implementation