AllocConsole function kernel32

int AllocConsole()

Allocates a new console for the calling process.

BOOL WINAPI AllocConsole(void);

Implementation

int AllocConsole() => _AllocConsole();