GetProcessPrivilegeStates(Process, String) | Returns a collection with the current privilege state (enabled, disabled, removed, etc) of each process privilege on the specified process. |
GetProcessPrivilegeStates(Process, PrivilegeStates, String) | Returns a collection with the process privileges that matches the given privilege state (enabled, disabled, removed, etc) on the specified process. |