Home
last modified time | relevance | path

Searched defs:DisableAllPrivileges (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/advapi32/
H A DInterop.AdjustTokenPrivileges_TokenPrivilege.cs16 bool DisableAllPrivileges, in AdjustTokenPrivileges()
H A DInterop.AdjustTokenPrivileges.cs16 bool DisableAllPrivileges, in AdjustTokenPrivileges()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/csharp/
H A DAnsible.Privilege.cs43 [MarshalAs(UnmanagedType.Bool)] bool DisableAllPrivileges, in AdjustTokenPrivileges()
216 public static Dictionary<string, bool?> DisableAllPrivileges(SafeHandle token) in DisableAllPrivileges() method in Ansible.Privilege.PrivilegeUtil
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/csharp/
H A DAnsible.Privilege.cs43 [MarshalAs(UnmanagedType.Bool)] bool DisableAllPrivileges, in AdjustTokenPrivileges()
216 public static Dictionary<string, bool?> DisableAllPrivileges(SafeHandle token) in DisableAllPrivileges() method in Ansible.Privilege.PrivilegeUtil
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/csharp/
H A DAnsible.Process.cs42 public UInt16 wShowWindow;
218 … using (SafeMemoryBuffer buf = NativeMethods.CommandLineToArgvW(lpCommandLine, out numArgs)) in DisablePrivilege()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DAdvapi32.java2147 boolean DisableAllPrivileges, WinNT.TOKEN_PRIVILEGES NewState, in AdjustTokenPrivileges()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5551 BOOL DisableAllPrivileges, PTOKEN_PRIVILEGES NewState, DWORD BufferLength, in AdjustTokenPrivileges()
5852 BOOL DisableAllPrivileges, PTOKEN_PRIVILEGES NewState, DWORD BufferLength, in AdjustTokenPrivileges()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5551 BOOL DisableAllPrivileges, PTOKEN_PRIVILEGES NewState, DWORD BufferLength, in AdjustTokenPrivileges()
5852 BOOL DisableAllPrivileges, PTOKEN_PRIVILEGES NewState, DWORD BufferLength, in AdjustTokenPrivileges()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/win32/
H A DNativeMethods.cs1317 bool DisableAllPrivileges, in AdjustTokenPrivileges()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/
H A Dwin32native.cs2054 [In] bool DisableAllPrivileges, in AdjustTokenPrivileges()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A DkPrf2WinApiWrappers-kernel32.h5303 …OOL WINAPI kPrf2Wrap_AdjustTokenPrivileges( HANDLE TokenHandle, BOOL DisableAllPrivileges, PTOKEN_… in kPrf2Wrap_AdjustTokenPrivileges()