ReactOS
0.4.16-dev-125-g798ea90
procid.c
Go to the documentation of this file.
1
#include <precomp.h>
2
#include <process.h>
3
4
/*
5
* @implemented
6
*/
7
int
_getpid
(
void
)
8
{
9
return
(
int
)
GetCurrentProcessId
();
10
}
11
_getpid
int _getpid(void)
Definition:
procid.c:7
GetCurrentProcessId
DWORD WINAPI GetCurrentProcessId(void)
Definition:
proc.c:1158
sdk
lib
crt
process
procid.c
Generated on Mon Oct 14 2024 06:13:15 for ReactOS by
1.9.6