Home
last modified time | relevance | path

Searched refs:OFFLINEFILES_CONNECT_STATE (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.rs67 pub type OFFLINEFILES_CONNECT_STATE = i32; typedef
68 pub const OFFLINEFILES_CONNECT_STATE_UNKNOWN: OFFLINEFILES_CONNECT_STATE = 0i32;
69 pub const OFFLINEFILES_CONNECT_STATE_OFFLINE: OFFLINEFILES_CONNECT_STATE = 1i32;
70 pub const OFFLINEFILES_CONNECT_STATE_ONLINE: OFFLINEFILES_CONNECT_STATE = 2i32;
71 pub const OFFLINEFILES_CONNECT_STATE_TRANSPARENTLY_CACHED: OFFLINEFILES_CONNECT_STATE = 3i32;
72 pub const OFFLINEFILES_CONNECT_STATE_PARTLY_TRANSPARENTLY_CACHED: OFFLINEFILES_CONNECT_STATE = 4i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcscobj.h36 } OFFLINEFILES_CONNECT_STATE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcscobj.h36 } OFFLINEFILES_CONNECT_STATE; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/OfflineFiles/
H A Dmod.rs558 …pub unsafe fn GetConnectState(&self, pconnectstate: *mut OFFLINEFILES_CONNECT_STATE, pofflinereaso… in GetConnectState() argument
562 …:HWND>>(&self, hwndparent: Param0, dwflags: u32, connectstate: OFFLINEFILES_CONNECT_STATE) -> ::wi… in SetConnectState()
605 …stem" fn(this: ::windows::runtime::RawPtr, pconnectstate: *mut OFFLINEFILES_CONNECT_STATE, pofflin…
3244 pub struct OFFLINEFILES_CONNECT_STATE(pub i32); struct
3245 pub const OFFLINEFILES_CONNECT_STATE_UNKNOWN: OFFLINEFILES_CONNECT_STATE = OFFLINEFILES_CONNECT_STA…
3246 pub const OFFLINEFILES_CONNECT_STATE_OFFLINE: OFFLINEFILES_CONNECT_STATE = OFFLINEFILES_CONNECT_STA…
3247 pub const OFFLINEFILES_CONNECT_STATE_ONLINE: OFFLINEFILES_CONNECT_STATE = OFFLINEFILES_CONNECT_STAT…
3248 …OFFLINEFILES_CONNECT_STATE_TRANSPARENTLY_CACHED: OFFLINEFILES_CONNECT_STATE = OFFLINEFILES_CONNECT…
3249 …FILES_CONNECT_STATE_PARTLY_TRANSPARENTLY_CACHED: OFFLINEFILES_CONNECT_STATE = OFFLINEFILES_CONNECT…
3250 impl ::std::convert::From<i32> for OFFLINEFILES_CONNECT_STATE { implementation
[all …]