Attaches the calling process to the console of the specified process.
BOOL AttachConsole( _In_ DWORD dwProcessId );
int AttachConsole(int dwProcessId) => _AttachConsole(dwProcessId);