ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Typedefs | |
typedef HINSTANCE(WINAPI * | FN_RealShellExecuteExA) (_In_opt_ HWND hwnd, _In_opt_ LPCSTR lpOperation, _In_opt_ LPCSTR lpFile, _In_opt_ LPCSTR lpParameters, _In_opt_ LPCSTR lpDirectory, _In_opt_ LPSTR lpReturn, _In_opt_ LPCSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess, _In_ DWORD dwFlags) |
typedef HINSTANCE(WINAPI * | FN_RealShellExecuteExW) (_In_opt_ HWND hwnd, _In_opt_ LPCWSTR lpOperation, _In_opt_ LPCWSTR lpFile, _In_opt_ LPCWSTR lpParameters, _In_opt_ LPCWSTR lpDirectory, _In_opt_ LPWSTR lpReturn, _In_opt_ LPCWSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess, _In_ DWORD dwFlags) |
Functions | |
BOOL | IsWindowsServer2003SP2OrGreater (void) |
static void | TEST_Start (void) |
static void | TEST_End (void) |
static void | TEST_RealShellExecuteExA (void) |
static void | TEST_RealShellExecuteExW (void) |
START_TEST (RealShellExecuteEx) | |
Variables | |
static HINSTANCE | s_hSHELL32 = NULL |
static FN_RealShellExecuteExA | s_fnRealShellExecuteExA = NULL |
static FN_RealShellExecuteExW | s_fnRealShellExecuteExW = NULL |
static WINDOW_LIST | s_List1 |
static WINDOW_LIST | s_List2 |
typedef HINSTANCE(WINAPI * FN_RealShellExecuteExA) (_In_opt_ HWND hwnd, _In_opt_ LPCSTR lpOperation, _In_opt_ LPCSTR lpFile, _In_opt_ LPCSTR lpParameters, _In_opt_ LPCSTR lpDirectory, _In_opt_ LPSTR lpReturn, _In_opt_ LPCSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess, _In_ DWORD dwFlags) |
Definition at line 17 of file RealShellExecuteEx.cpp.
typedef HINSTANCE(WINAPI * FN_RealShellExecuteExW) (_In_opt_ HWND hwnd, _In_opt_ LPCWSTR lpOperation, _In_opt_ LPCWSTR lpFile, _In_opt_ LPCWSTR lpParameters, _In_opt_ LPCWSTR lpDirectory, _In_opt_ LPWSTR lpReturn, _In_opt_ LPCWSTR lpTitle, _In_opt_ LPVOID lpReserved, _In_ INT nCmdShow, _Out_opt_ PHANDLE lphProcess, _In_ DWORD dwFlags) |
Definition at line 30 of file RealShellExecuteEx.cpp.
Definition at line 12 of file RealShellExecuteEx.cpp.
Referenced by TEST_RealShellExecuteExA().
START_TEST | ( | RealShellExecuteEx | ) |
Definition at line 112 of file RealShellExecuteEx.cpp.
Definition at line 54 of file RealShellExecuteEx.cpp.
Referenced by TEST_RealShellExecuteExA(), and TEST_RealShellExecuteExW().
Definition at line 63 of file RealShellExecuteEx.cpp.
Referenced by START_TEST().
Definition at line 89 of file RealShellExecuteEx.cpp.
Referenced by START_TEST().
Definition at line 49 of file RealShellExecuteEx.cpp.
Referenced by TEST_RealShellExecuteExA(), and TEST_RealShellExecuteExW().
|
static |
Definition at line 44 of file RealShellExecuteEx.cpp.
Referenced by START_TEST(), and TEST_RealShellExecuteExA().
|
static |
Definition at line 45 of file RealShellExecuteEx.cpp.
Referenced by START_TEST(), and TEST_RealShellExecuteExW().
Definition at line 43 of file RealShellExecuteEx.cpp.
Referenced by START_TEST().
|
static |
Definition at line 47 of file RealShellExecuteEx.cpp.
Referenced by TEST_End(), and TEST_Start().
|
static |
Definition at line 47 of file RealShellExecuteEx.cpp.
Referenced by TEST_End().