2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the Wine project.
6 #ifndef _WPROCESS_DEFINED
7 #define _WPROCESS_DEFINED
15 _ACRTIMP
intptr_t WINAPIV
_wexecl(const wchar_t*,const wchar_t*,...);
16 _ACRTIMP
intptr_t WINAPIV
_wexecle(const wchar_t*,const wchar_t*,...);
17 _ACRTIMP
intptr_t WINAPIV
_wexeclp(const wchar_t*,const wchar_t*,...);
18 _ACRTIMP
intptr_t WINAPIV
_wexeclpe(const wchar_t*,const wchar_t*,...);
19 _ACRTIMP
intptr_t __cdecl
_wexecv(const wchar_t*,const wchar_t* const *);
20 _ACRTIMP
intptr_t __cdecl
_wexecve(const wchar_t*,const wchar_t* const *,const wchar_t* const *);
21 _ACRTIMP
intptr_t __cdecl
_wexecvp(const wchar_t*,const wchar_t* const *);
22 _ACRTIMP
intptr_t __cdecl
_wexecvpe(const wchar_t*,const wchar_t* const *,const wchar_t* const *);
23 _ACRTIMP
intptr_t WINAPIV
_wspawnl(int,const wchar_t*,const wchar_t*,...);
24 _ACRTIMP
intptr_t WINAPIV
_wspawnle(int,const wchar_t*,const wchar_t*,...);
25 _ACRTIMP
intptr_t WINAPIV
_wspawnlp(int,const wchar_t*,const wchar_t*,...);
26 _ACRTIMP
intptr_t WINAPIV
_wspawnlpe(int,const wchar_t*,const wchar_t*,...);
27 _ACRTIMP
intptr_t __cdecl
_wspawnv(int,const wchar_t*,const wchar_t* const *);
28 _ACRTIMP
intptr_t __cdecl
_wspawnve(int,const wchar_t*,const wchar_t* const *,const wchar_t* const *);
29 _ACRTIMP
intptr_t __cdecl
_wspawnvp(int,const wchar_t*,const wchar_t* const *);
30 _ACRTIMP
intptr_t __cdecl
_wspawnvpe(int,const wchar_t*,const wchar_t* const *,const wchar_t* const *);
31 _ACRTIMP
int __cdecl
_wsystem(const wchar_t*);
37 #endif /* _WPROCESS_DEFINED */