#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.
27 skip(
"GetWindowsDirectoryW failed\n");
32 skip(
"GetSystemDirectoryW failed\n");
37 trace(
"GetEnvironmentVariableW('SystemDrive') failed\n");
38 SysDrive[0] = SysDir[0];
VOID WINAPI DECLSPEC_HOTPATCH Sleep(IN DWORD dwMilliseconds)
DWORD WINAPI GetLastError(VOID)
UINT WINAPI GetWindowsDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
LPWSTR WINAPI PathAddBackslashW(LPWSTR lpszPath)
HWND WINAPI FindWindowW(_In_opt_ LPCWSTR, _In_opt_ LPCWSTR)
unsigned __int3264 UINT_PTR
UINT WINAPI GetSystemDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
HINSTANCE WINAPI ShellExecuteW(HWND hwnd, LPCWSTR lpVerb, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd)
#define GetEnvironmentVariableW(x, y, z)