Share via


NativeMethods.PROCESS_INFORMATION Struct

Definition

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.

Applies to