Home
last modified time | relevance | path

Searched refs:SetAppModeInfo (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dshell_integration.h114 void SetAppModeInfo(const AppModeInfo* info);
H A Dshell_integration.cc96 void SetAppModeInfo(const struct AppModeInfo* info) { in SetAppModeInfo() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs2460 pub SetAppModeInfo: PLSA_SET_APP_MODE_INFO, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs5288 pub SetAppModeInfo: ::std::option::Option<PLSA_SET_APP_MODE_INFO>,
5369 && self.SetAppModeInfo.map(|f| f as usize) == other.SetAppModeInfo.map(|f| f as usize)