ReactOS 0.4.16-dev-959-g2ec3a19
getpid.cpp File Reference
#include <corecrt_internal.h>
Include dependency graph for getpid.cpp:

Go to the source code of this file.

Functions

int __cdecl _getpid ()
 

Function Documentation

◆ _getpid()

int __cdecl _getpid ( void  )

Definition at line 13 of file getpid.cpp.

14{
15 return GetCurrentProcessId();
16}
DWORD WINAPI GetCurrentProcessId(void)
Definition: proc.c:1158

Referenced by clnt_dg_create().