Home
last modified time | relevance | path

Searched refs:OFFLINEFILES_ITEM_TIME (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/Storage/OfflineFiles/
H A Dmod.rs162 pub type OFFLINEFILES_ITEM_TIME = i32; typedef
163 pub const OFFLINEFILES_ITEM_TIME_CREATION: OFFLINEFILES_ITEM_TIME = 0i32;
164 pub const OFFLINEFILES_ITEM_TIME_LASTACCESS: OFFLINEFILES_ITEM_TIME = 1i32;
165 pub const OFFLINEFILES_ITEM_TIME_LASTWRITE: OFFLINEFILES_ITEM_TIME = 2i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcscobj.h88 } OFFLINEFILES_ITEM_TIME; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcscobj.h88 } OFFLINEFILES_ITEM_TIME; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/OfflineFiles/
H A Dmod.rs2130 …ltimeofday: *mut super::super::Foundation::BOOL, ptimetype: *mut OFFLINEFILES_ITEM_TIME, pcompare:… in GetTimeFilter() argument
2169 …ltimeofday: *mut super::super::Foundation::BOOL, ptimetype: *mut OFFLINEFILES_ITEM_TIME, pcompare:…
3372 pub struct OFFLINEFILES_ITEM_TIME(pub i32); struct
3373 pub const OFFLINEFILES_ITEM_TIME_CREATION: OFFLINEFILES_ITEM_TIME = OFFLINEFILES_ITEM_TIME(0i32);
3374 pub const OFFLINEFILES_ITEM_TIME_LASTACCESS: OFFLINEFILES_ITEM_TIME = OFFLINEFILES_ITEM_TIME(1i32);
3375 pub const OFFLINEFILES_ITEM_TIME_LASTWRITE: OFFLINEFILES_ITEM_TIME = OFFLINEFILES_ITEM_TIME(2i32);
3376 impl ::std::convert::From<i32> for OFFLINEFILES_ITEM_TIME { implementation
3381 unsafe impl ::windows::runtime::Abi for OFFLINEFILES_ITEM_TIME { implementation