17 #if _CRT_FUNCTIONS_REQUIRED 
   18     #ifdef _CRT_USE_WINAPI_FAMILY_DESKTOP_APP 
  116     #endif // _CRT_USE_WINAPI_FAMILY_DESKTOP_APP 
  117 #endif // _CRT_FUNCTIONS_REQUIRED 
_CRT_BEGIN_C_HEADER _DCRTIMP intptr_t __cdecl _wexecl(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_DCRTIMP int __cdecl _wsystem(_In_opt_z_ wchar_t const *_Command)
 
_DCRTIMP intptr_t __cdecl _wspawnvpe(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList, _In_opt_z_ wchar_t const *const *_Env)
 
_DCRTIMP intptr_t __cdecl _wspawnv(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList)
 
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
 
_DCRTIMP intptr_t __cdecl _wspawnlpe(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_DCRTIMP intptr_t __cdecl _wspawnvp(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList)
 
_DCRTIMP intptr_t __cdecl _wexecvpe(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList, _In_opt_z_ wchar_t const *const *_Env)
 
#define _In_opt_z_
Definition: sal.h:311
 
_DCRTIMP intptr_t __cdecl _wspawnve(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList, _In_opt_z_ wchar_t const *const *_Env)
 
_DCRTIMP intptr_t __cdecl _wexecv(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList)
 
#define _In_z_
Definition: sal.h:310
 
#define _In_
Definition: sal.h:305
 
#define _DCRTIMP
Definition: corecrt.h:43
 
_Check_return_ _In_z_ wchar_t const * _Mode
Definition: corecrt_wstdio.h:133
 
_DCRTIMP intptr_t __cdecl _wspawnl(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_DCRTIMP intptr_t __cdecl _wexeclpe(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_DCRTIMP intptr_t __cdecl _wexecvp(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList)
 
_DCRTIMP intptr_t __cdecl _wexecve(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *const *_ArgList, _In_opt_z_ wchar_t const *const *_Env)
 
int intptr_t
Definition: vcruntime.h:200
 
_DCRTIMP intptr_t __cdecl _wexeclp(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_In_opt_z_ wchar_t const _In_opt_z_ wchar_t const * _FileName
Definition: corecrt.h:253
 
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
 
_DCRTIMP intptr_t __cdecl _wspawnle(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_DCRTIMP intptr_t __cdecl _wexecle(_In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_DCRTIMP intptr_t __cdecl _wspawnlp(_In_ int _Mode, _In_z_ wchar_t const *_FileName, _In_z_ wchar_t const *_ArgList,...)
 
_Check_return_opt_ _In_opt_ _locale_t const va_list _ArgList
Definition: corecrt_wconio.h:295