Class: ChildProcess::Windows::ProcessInfo

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/childprocess/windows/structs.rb

Overview

typedef struct _PROCESS_INFORMATION

HANDLE hProcess;
HANDLE hThread;
DWORD  dwProcessId;
DWORD  dwThreadId;

PROCESS_INFORMATION, *LPPROCESS_INFORMATION;