Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenprocid.c
Go to the documentation of this file.
00001 #include <precomp.h> 00002 #include <process.h> 00003 00004 /* 00005 * @implemented 00006 */ 00007 int _getpid (void) 00008 { 00009 return (int)GetCurrentProcessId(); 00010 } 00011 Generated on Sat May 26 2012 04:35:28 for ReactOS by
1.7.6.1
|