UtilProcessGetProcessPrivilegeState(String, Int32, ProcessPrivileges) Method
Gets the state of a privilege from the specified process on the target computer.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- computer String
-
The computer on which to retrieve the privileges of the process.
If this value is empty, it checks the privileges for the current computer.
- pid Int32
-
The process identifier (PID).
- privilege ProcessPrivileges
-
The privileges to check.
PrivilegeStates
The privilege state.