[DllImport("kernel32.dll", SetLastError = true)]
static extern uint GetConsoleProcessList(
uint[] ProcessList,
uint ProcessCount
);
Declare Function GetConsoleProcessList Lib "kernel32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
Please add some!
uint[] procIDs = new uint[64];
GetConsoleProcessList(procIDs, 64);