Is there a way to work with processes in Windows without extern(c)?
dog2002 via Digitalmars-d-learn Wed, 13 Jan 2021 06:05:39 -0800
I need to get a list of processes in Windows (and their pid). I
could use extern(c) and Process Walking (Process32First,
Process32Next), but maybe there is a way to get the list by means
of D?
- Is there a way to work with processes in W... dog2002 via Digitalmars-d-learn
- Re: Is there a way to work with proce... Dennis via Digitalmars-d-learn
- Re: Is there a way to work with p... dog2002 via Digitalmars-d-learn