ReactOS 0.4.15-dev-7834-g00c4b3d
procid.c File Reference
#include <precomp.h>
#include <process.h>
Include dependency graph for procid.c:

Go to the source code of this file.

Functions

int _getpid (void)
 

Function Documentation

◆ _getpid()

int _getpid ( void  )

Definition at line 7 of file procid.c.

8{
9 return (int)GetCurrentProcessId();
10}
DWORD WINAPI GetCurrentProcessId(void)
Definition: proc.c:1158

Referenced by clnt_dg_create().