struct Win32_PROCESS_INFORMATION { Win32_HANDLE hProcess; Win32_HANDLE hThread; Win32_DWORD dwProcessId; Win32_DWORD dwThreadId; }