#include "shelltest.h"
#include <stdio.h>
#include <winbase.h>
#include <shlwapi.h>
Go to the source code of this file.
◆ WAIT_SLEEP
◆ START_TEST()
Definition at line 18 of file ShellExecuteW.cpp.
19{
24
26 {
27 skip(
"GetWindowsDirectoryW failed\n");
28 return;
29 }
31 {
32 skip(
"GetSystemDirectoryW failed\n");
33 return;
34 }
36 {
37 trace(
"GetEnvironmentVariableW('SystemDrive') failed\n");
38 SysDrive[0] = SysDir[0];
40 SysDrive[2] = 0;
41 }
43
44
51 {
53
56 }
57
58
64 {
66
69 }
70
71
77 {
79
82 }
83
84
90 {
92
95 }
96
97
103 {
105
108 }
109
110
116 {
118
121 }
122
123
129 {
131
134 }
135
136
142 {
144
147 }
148}
#define GetEnvironmentVariableW(x, y, z)
UINT WINAPI GetSystemDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
UINT WINAPI GetWindowsDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
unsigned __int3264 UINT_PTR
#define PathAddBackslashW
HINSTANCE WINAPI ShellExecuteW(HWND hwnd, LPCWSTR lpVerb, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd)
VOID WINAPI DECLSPEC_HOTPATCH Sleep(IN DWORD dwMilliseconds)
DWORD WINAPI GetLastError(void)
HWND WINAPI FindWindowW(_In_opt_ LPCWSTR, _In_opt_ LPCWSTR)