Home
last modified time | relevance | path

Searched refs:TOKEN_STATISTICS (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/sspicli/
H A DInterop.TOKENS.cs38 internal struct TOKEN_STATISTICS struct in Interop
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DComPlusAuthorization.cs86 TOKEN_STATISTICS tokenStats = (TOKEN_STATISTICS) in GetModifiedIDLUID()
87 Marshal.PtrToStructure(buffer.DangerousGetHandle(), typeof(TOKEN_STATISTICS)); in GetModifiedIDLUID()
H A DSafeNativeMethods.cs201 struct TOKEN_STATISTICS struct
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DTokenHelpersTests.cpp223 TestGetTokenInfoForCurrentThread<TOKEN_STATISTICS>();
295 REQUIRE_NOTHROW(wil::get_token_information<TOKEN_STATISTICS>());
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c437 TOKEN_STATISTICS Stats; in GetSecurityLogonSessionData()
446 …Success = GetTokenInformation( hToken, TokenStatistics, &Stats, sizeof(TOKEN_STATISTICS), &ReqLen … in GetSecurityLogonSessionData()
/dports/security/krb5/krb5-1.19.2/src/windows/kfwlogon/
H A Dkfwlogon.c437 TOKEN_STATISTICS Stats; in GetSecurityLogonSessionData()
446 …Success = GetTokenInformation( hToken, TokenStatistics, &Stats, sizeof(TOKEN_STATISTICS), &ReqLen … in GetSecurityLogonSessionData()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dsecurity.h367 } TOKEN_STATISTICS, *PTOKEN_STATISTICS; typedef
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/src/System/Security/Principal/
H A DWindowsIdentity.cs777 Interop.TOKEN_STATISTICS statistics = pStatistics.Read<Interop.TOKEN_STATISTICS>(0); in GetLogonAuthId()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dwin_util.cc212 TOKEN_STATISTICS ts; in IsServiceUser()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_util.cc212 TOKEN_STATISTICS ts; in IsServiceUser()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dwin_util.cc212 TOKEN_STATISTICS ts; in IsServiceUser()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_util.cc212 TOKEN_STATISTICS ts; in IsServiceUser()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dwin_util.cc212 TOKEN_STATISTICS ts; in IsServiceUser()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_util.cc212 TOKEN_STATISTICS ts; in IsServiceUser()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/common/win/OldCC/
H A Dutil.cxx202 TOKEN_STATISTICS ts; in get_authentication_id()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dtoken_helpers.h52 …template<> struct MapTokenStructToInfoClass<TOKEN_STATISTICS> { static const TOKEN_INFORMATION_CLA…
/dports/security/krb5/krb5-1.19.2/src/ccapi/common/win/OldCC/
H A Dutil.cxx202 TOKEN_STATISTICS ts; in get_authentication_id()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/principal/
H A Dwindowsidentity.cs932 … Win32Native.TOKEN_STATISTICS statistics = pStatistics.Read<Win32Native.TOKEN_STATISTICS>(0); in GetLogonAuthId()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/
H A Dmod.rs1595 pub struct TOKEN_STATISTICS { struct
1608 impl ::core::marker::Copy for TOKEN_STATISTICS {} argument
1610 impl ::core::clone::Clone for TOKEN_STATISTICS { implementation
/dports/security/krb5/krb5-1.19.2/src/windows/leashdll/
H A Dlshfunc.c572 TOKEN_STATISTICS Stats; in GetSecurityLogonSessionData()
585 …Success = GetTokenInformation( TokenHandle, TokenStatistics, &Stats, sizeof(TOKEN_STATISTICS), &Re… in GetSecurityLogonSessionData()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dwinnt.h2372 typedef struct TOKEN_STATISTICS { struct
2383 } TOKEN_STATISTICS; argument
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dwinnt.h2372 typedef struct TOKEN_STATISTICS { struct
2383 } TOKEN_STATISTICS; argument
/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.py408 class TOKEN_STATISTICS(Structure): class
421 PTOKEN_STATISTICS = POINTER(TOKEN_STATISTICS)
1604 TokenInformation = TOKEN_STATISTICS()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py408 class TOKEN_STATISTICS(Structure): class
421 PTOKEN_STATISTICS = POINTER(TOKEN_STATISTICS)
1604 TokenInformation = TOKEN_STATISTICS()
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dadvapi32.py408 class TOKEN_STATISTICS(Structure): class
421 PTOKEN_STATISTICS = POINTER(TOKEN_STATISTICS)
1604 TokenInformation = TOKEN_STATISTICS()

123456789