AllocConsole function kernel32

int AllocConsole()

Allocates a new console for the calling process.

BOOL AllocConsole(void);

Implementation

int AllocConsole() => _AllocConsole();