vote up 2 vote down star

Part of my application is in C++ under windows. I need the process id for the current process. Any thoughts?

flag

72% accept rate
nice question actually – Robert Gould Nov 18 '08 at 10:29
I first read it as "get rid of current process" :) – Otherside Nov 18 '08 at 10:52

2 Answers

vote up 8 vote down check

The GetCurrentProcessId function will do this.

link|flag
yup, that did it; funny how obscure this information is... – Bogdan Gavril Nov 18 '08 at 9:46
vote up 0 vote down

Why don't you use Google or MSDN for a such obvious thing like GetCurrentProcessId() ?!

link|flag
this is what comes up when I google it – herbrandson Aug 20 at 17:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.