RemoteHookingGetProcessIdentity Method |
Returns the
WindowsIdentity of the user the target process belongs to.
You need
PROCESS_QUERY_INFORMATION access to the target.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static WindowsIdentity GetProcessIdentity(
int InTargetPID
)
Public Shared Function GetProcessIdentity (
InTargetPID As Integer
) As WindowsIdentity
public:
static WindowsIdentity^ GetProcessIdentity(
int InTargetPID
)
static member GetProcessIdentity :
InTargetPID : int -> WindowsIdentity
Parameters
- InTargetPID
- Type: SystemInt32
An accessible target process ID.
Return Value
Type:
WindowsIdentityThe identity of the target owner.
Exceptions See Also