AttachConsole method

int AttachConsole(
  1. int dwProcessId
)

Implementation

int AttachConsole(
  int dwProcessId,
) {
  return _AttachConsole(
    dwProcessId,
  );
}