ReactOS 0.4.15-dev-7918-g2a2556c
procid.c
Go to the documentation of this file.
1#include <precomp.h>
2#include <process.h>
3
4/*
5 * @implemented
6 */
7int _getpid (void)
8{
9 return (int)GetCurrentProcessId();
10}
11
int _getpid(void)
Definition: procid.c:7
DWORD WINAPI GetCurrentProcessId(void)
Definition: proc.c:1158