Searched refs:num_pids (Results 1 – 1 of 1) sorted by relevance
53 DWORD num_pids = GetConsoleProcessList(pids, ARRAYSIZE(pids)); in ConsoleIsExclusive() local54 return num_pids <= 1; in ConsoleIsExclusive()