NativeMethods.PROCESS_INFORMATION Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the process information.
public: value class NativeMethods::PROCESS_INFORMATION
public struct NativeMethods.PROCESS_INFORMATION
type NativeMethods.PROCESS_INFORMATION = struct
Public Structure NativeMethods.PROCESS_INFORMATION
- Inheritance
-
NativeMethods.PROCESS_INFORMATION
Fields
dwProcessId |
Specifies the process ID. |
dwThreadId |
Specifies the thread ID. |
hProcess |
Specifies the process. |
hThread |
Specifies the thread. |