CONSOLE_END_TASK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTUSER_H

typedef struct _CONSOLE_END_TASK
{
    HANDLE ProcessId;
    HWND WindowHandle;
    ULONG ConsoleEventCode;
    ULONG ConsoleFlags;
} CONSOLE_END_TASK, *PCONSOLE_END_TASK;

#endif

View code on GitHub

NtDoc

No description available.