- indexing
- title: "Visual Eiffel Library.", "Win32 API: The `PROCESS_INFORMATION%' structure is filled in by the `CreateProcess%' function with information about a newly created process and its primary thread."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_PROCESS_INFORMATION
- feature -- Class data
-
hProcess: INTEGER
-
hThread: INTEGER
-
dwProcessId: INTEGER
-
dwThreadId: INTEGER
- feature -- Access
-
ptr: POINTER
end -- class WAPI_PROCESS_INFORMATION