Home
last modified time | relevance | path

Searched refs:TOKEN_APPCONTAINER_INFORMATION (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DTokenHelpersTests.cpp209 TestGetTokenInfoForCurrentThread<TOKEN_APPCONTAINER_INFORMATION>();
291 REQUIRE_NOTHROW(wil::get_token_information<TOKEN_APPCONTAINER_INFORMATION>());
310 REQUIRE_NOTHROW(wil::get_token_information_failfast<TOKEN_APPCONTAINER_INFORMATION>());
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/
H A Dapp-helpers.c40 sizeof(TOKEN_APPCONTAINER_INFORMATION); in get_app_sid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/tests/common/
H A Dtest_utils.cc93 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dsecurity.h397 } TOKEN_APPCONTAINER_INFORMATION, *PTOKEN_APPCONTAINER_INFORMATION; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dtarget_process.cc53 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_process.cc53 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_process.cc54 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_process.cc54 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dtarget_process.cc54 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dtarget_process.cc54 std::vector<char> app_container_info(sizeof(TOKEN_APPCONTAINER_INFORMATION) + in GetTokenAppContainerSid()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dtoken_helpers.h38 …template<> struct MapTokenStructToInfoClass<TOKEN_APPCONTAINER_INFORMATION> { static const TOKEN_I…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/
H A Dmod.rs1324 pub struct TOKEN_APPCONTAINER_INFORMATION { struct
1328 impl ::core::marker::Copy for TOKEN_APPCONTAINER_INFORMATION {} implementation
1330 impl ::core::clone::Clone for TOKEN_APPCONTAINER_INFORMATION { implementation
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py372 class TOKEN_APPCONTAINER_INFORMATION(Structure): class
376 PTOKEN_APPCONTAINER_INFORMATION = POINTER(TOKEN_APPCONTAINER_INFORMATION)
1549 TokenInformation = TOKEN_APPCONTAINER_INFORMATION()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py372 class TOKEN_APPCONTAINER_INFORMATION(Structure): class
376 PTOKEN_APPCONTAINER_INFORMATION = POINTER(TOKEN_APPCONTAINER_INFORMATION)
1549 TokenInformation = TOKEN_APPCONTAINER_INFORMATION()
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py372 class TOKEN_APPCONTAINER_INFORMATION(Structure): class
376 PTOKEN_APPCONTAINER_INFORMATION = POINTER(TOKEN_APPCONTAINER_INFORMATION)
1549 TokenInformation = TOKEN_APPCONTAINER_INFORMATION()
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py372 class TOKEN_APPCONTAINER_INFORMATION(Structure): class
376 PTOKEN_APPCONTAINER_INFORMATION = POINTER(TOKEN_APPCONTAINER_INFORMATION)
1549 TokenInformation = TOKEN_APPCONTAINER_INFORMATION()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/
H A Dmod.rs4681 pub struct TOKEN_APPCONTAINER_INFORMATION { struct
4685 impl TOKEN_APPCONTAINER_INFORMATION {} argument
4687 impl ::std::default::Default for TOKEN_APPCONTAINER_INFORMATION { implementation
4693 impl ::std::fmt::Debug for TOKEN_APPCONTAINER_INFORMATION { implementation
4699 impl ::std::cmp::PartialEq for TOKEN_APPCONTAINER_INFORMATION { implementation
4705 impl ::std::cmp::Eq for TOKEN_APPCONTAINER_INFORMATION {} implementation
4707 unsafe impl ::windows::runtime::Abi for TOKEN_APPCONTAINER_INFORMATION { implementation
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/winapi/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/winapi-0.3.6/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/winapi-0.3.5/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/games/dose-response/dose-response-179c326/cargo-crates/winapi-0.3.6/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/winapi-0.3.4/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/winapi-0.3.3/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;
/dports/graphics/svgbob/svgbob-c3e84c87094550d8cdc6fc48b40a00712b2951cb/svgbob_cli/cargo-crates/winapi-0.3.6/src/um/
H A Dwinnt.rs2543 STRUCT!{struct TOKEN_APPCONTAINER_INFORMATION {
2546 pub type PTOKEN_APPCONTAINER_INFORMATION = *mut TOKEN_APPCONTAINER_INFORMATION;

1234567