ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

process.h File Reference
#include <crtdefs.h>
#include <sys/types.h>

Go to the source code of this file.

Defines

#define _P_WAIT   0
#define _P_NOWAIT   1
#define _OLD_P_OVERLAY   2
#define _P_NOWAITO   3
#define _P_DETACH   4
#define _P_OVERLAY   2
#define _WAIT_CHILD   0
#define _WAIT_GRANDCHILD   1
#define _CRT_TERMINATE_DEFINED
#define _CRT_SYSTEM_DEFINED
#define _WPROCESS_DEFINED
#define _CRT_WSYSTEM_DEFINED
#define P_WAIT   _P_WAIT
#define P_NOWAIT   _P_NOWAIT
#define P_OVERLAY   _P_OVERLAY
#define OLD_P_OVERLAY   _OLD_P_OVERLAY
#define P_NOWAITO   _P_NOWAITO
#define P_DETACH   _P_DETACH
#define WAIT_CHILD   _WAIT_CHILD
#define WAIT_GRANDCHILD   _WAIT_GRANDCHILD

Functions

_CRTIMP uintptr_t __cdecl _beginthread (void(__cdecl *_StartAddress)(void *), unsigned _StackSize, void *_ArgList)
_CRTIMP void __cdecl _endthread (void)
_CRTIMP uintptr_t __cdecl _beginthreadex (void *_Security, unsigned _StackSize, unsigned(__stdcall *_StartAddress)(void *), void *_ArgList, unsigned _InitFlag, unsigned *_ThrdAddr)
_CRTIMP void __cdecl _endthreadex (unsigned _Retval)
 __declspec (noreturn) void __cdecl exit(int _Code)
_CRTIMP void __cdecl _cexit (void)
_CRTIMP void __cdecl _c_exit (void)
_CRTIMP int __cdecl _getpid (void)
_CRTIMP intptr_t __cdecl _cwait (int *_TermStat, intptr_t _ProcHandle, int _Action)
_CRTIMP intptr_t __cdecl _execl (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _execle (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _execlp (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _execlpe (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _execv (const char *_Filename, const char *const *_ArgList)
_CRTIMP intptr_t __cdecl _execve (const char *_Filename, const char *const *_ArgList, const char *const *_Env)
_CRTIMP intptr_t __cdecl _execvp (const char *_Filename, const char *const *_ArgList)
_CRTIMP intptr_t __cdecl _execvpe (const char *_Filename, const char *const *_ArgList, const char *const *_Env)
_CRTIMP intptr_t __cdecl _spawnl (int _Mode, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _spawnle (int _Mode, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _spawnlp (int _Mode, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _spawnlpe (int _Mode, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl _spawnv (int _Mode, const char *_Filename, const char *const *_ArgList)
_CRTIMP intptr_t __cdecl _spawnve (int _Mode, const char *_Filename, const char *const *_ArgList, const char *const *_Env)
_CRTIMP intptr_t __cdecl _spawnvp (int _Mode, const char *_Filename, const char *const *_ArgList)
_CRTIMP intptr_t __cdecl _spawnvpe (int _Mode, const char *_Filename, const char *const *_ArgList, const char *const *_Env)
int __cdecl system (const char *_Command)
_CRTIMP intptr_t __cdecl _wexecl (const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wexecle (const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wexeclp (const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wexeclpe (const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wexecv (const wchar_t *_Filename, const wchar_t *const *_ArgList)
_CRTIMP intptr_t __cdecl _wexecve (const wchar_t *_Filename, const wchar_t *const *_ArgList, const wchar_t *const *_Env)
_CRTIMP intptr_t __cdecl _wexecvp (const wchar_t *_Filename, const wchar_t *const *_ArgList)
_CRTIMP intptr_t __cdecl _wexecvpe (const wchar_t *_Filename, const wchar_t *const *_ArgList, const wchar_t *const *_Env)
_CRTIMP intptr_t __cdecl _wspawnl (int _Mode, const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wspawnle (int _Mode, const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wspawnlp (int _Mode, const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wspawnlpe (int _Mode, const wchar_t *_Filename, const wchar_t *_ArgList,...)
_CRTIMP intptr_t __cdecl _wspawnv (int _Mode, const wchar_t *_Filename, const wchar_t *const *_ArgList)
_CRTIMP intptr_t __cdecl _wspawnve (int _Mode, const wchar_t *_Filename, const wchar_t *const *_ArgList, const wchar_t *const *_Env)
_CRTIMP intptr_t __cdecl _wspawnvp (int _Mode, const wchar_t *_Filename, const wchar_t *const *_ArgList)
_CRTIMP intptr_t __cdecl _wspawnvpe (int _Mode, const wchar_t *_Filename, const wchar_t *const *_ArgList, const wchar_t *const *_Env)
_CRTIMP int __cdecl _wsystem (const wchar_t *_Command)
void __cdecl __security_init_cookie (void)
void __cdecl __security_check_cookie (uintptr_t _StackCookie)
intptr_t __cdecl _loaddll (char *_Filename)
int __cdecl _unloaddll (intptr_t _Handle)
 int (__cdecl *__cdecl _getdllprocaddr(intptr_t _Handle, char *_ProcedureName, intptr_t _Ordinal))(void)
_CRTIMP intptr_t __cdecl cwait (int *_TermStat, intptr_t _ProcHandle, int _Action)
_CRTIMP intptr_t __cdecl execl (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl execle (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl execlp (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl execlpe (const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl spawnl (int, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl spawnle (int, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl spawnlp (int, const char *_Filename, const char *_ArgList,...)
_CRTIMP intptr_t __cdecl spawnlpe (int, const char *_Filename, const char *_ArgList,...)
_CRTIMP int __cdecl getpid (void)
_CRTIMP intptr_t __cdecl execv (const char *_Filename, char *const _ArgList[])
_CRTIMP intptr_t __cdecl execve (const char *_Filename, char *const _ArgList[], char *const _Env[])
_CRTIMP intptr_t __cdecl execvp (const char *_Filename, char *const _ArgList[])
_CRTIMP intptr_t __cdecl execvpe (const char *_Filename, char *const _ArgList[], char *const _Env[])
_CRTIMP intptr_t __cdecl spawnv (int, const char *_Filename, char *const _ArgList[])
_CRTIMP intptr_t __cdecl spawnve (int, const char *_Filename, char *const _ArgList[], char *const _Env[])
_CRTIMP intptr_t __cdecl spawnvp (int, const char *_Filename, char *const _ArgList[])
_CRTIMP intptr_t __cdecl spawnvpe (int, const char *_Filename, char *const _ArgList[], char *const _Env[])

Variables

uintptr_t __security_cookie

Generated on Sun May 27 2012 05:29:28 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.