RemoteHookingGetCurrentProcessId Method |
Returns the current native system process ID.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static int GetCurrentProcessId()
Public Shared Function GetCurrentProcessId As Integer
public:
static int GetCurrentProcessId()
static member GetCurrentProcessId : unit -> int
Return Value
Type:
Int32The native system process ID.
See Also