CONSOLE_WINDOW_OWNER - NtDoc

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

typedef struct _CONSOLE_WINDOW_OWNER
{
    HWND WindowHandle;
    ULONG OwnerProcessId;
    ULONG OwnerThreadId;
} CONSOLE_WINDOW_OWNER, *PCONSOLE_WINDOW_OWNER;

#endif

View code on GitHub

NtDoc

No description available.