I created an application window where it catches the pid of the process, but I wanted him to get the pid of the process and the TID of thread to list them in a ListViewer
is possible in C + +?
As in the picture below:
Asked
Active
Viewed 82 times
1

DROP TABLE users
- 1,955
- 14
- 26

Wellison
- 19
- 4
-
It is mostly operating system specific (not compiler specific), even if Visual C++ strongly suggest some kind of Windows. So please tell more about your OS (and version)! – Basile Starynkevitch Jan 02 '14 at 17:55
-
visual-c++ suggests its windows:) – marcinj Jan 02 '14 at 17:55
-
With standard c++ or c++/CLI? – Manu343726 Jan 02 '14 at 17:55
-
operating system Windows 7 – Wellison Jan 02 '14 at 18:24