AllocConsole function Null safety kernel32
Allocates a new console for the calling process.
BOOL WINAPI AllocConsole(void);
Implementation
int AllocConsole() => _AllocConsole();
Allocates a new console for the calling process.
BOOL WINAPI AllocConsole(void);
int AllocConsole() => _AllocConsole();