For the complete documentation index, see llms.txt. This page is also available as Markdown.

PROCESS_INFORMATION

public struct PROCESS_INFORMATION
{
    public HANDLE hProcess;
    public HANDLE hThread;
    public uint dwProcessId;
    public uint dwThreadId;
}

Last updated