CONSOLE_SET_FOREGROUND - NtDoc

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

typedef struct _CONSOLE_SET_FOREGROUND
{
    HANDLE ProcessHandle;
    BOOL Foreground;
} CONSOLE_SET_FOREGROUND, *PCONSOLE_SET_FOREGROUND;

#endif

View code on GitHub

NtDoc

No description available.