#include "shelltest.h"
#include <cpl.h>
#include <stdio.h>
#include <debug.h>
Go to the source code of this file.
◆ MSG_NOT_CALLED
◆ NDEBUG
◆ Control_RunDLLW()
Definition at line 1173 of file control.c.
1174{
1176
1177 TRACE(
"(%p, %p, %s, 0x%08x)\n",
1179
1180#ifndef __REACTOS__
1181 memset(&panel, 0,
sizeof(panel));
1183#endif
1184
1187 } else {
1189 }
1190}
static void list_init(struct list_entry *head)
static void Control_DoWindow(CPanel *panel, HWND hWnd, HINSTANCE hInst)
static void Control_DoLaunch(CPanel *panel, HWND hWnd, LPCWSTR wszCmd)
Referenced by START_TEST().
◆ CPlApplet()
Definition at line 25 of file Control_RunDLLW.cpp.
29{
31
32 switch (uMsg)
33 {
36
38 return 2;
39
41 {
47 }
48 break;
50 {
52
57 {
61 }
62 else
63 {
67 }
68 break;
69 }
72 break;
75 ok(lParam2 !=
NULL,
"Got NULL lParam2!\n");
76 if (lParam2)
78 break;
79 }
80
82}
WCHAR g_wstrParams[MAX_PATH]
struct tagNEWCPLINFOW * LPNEWCPLINFOW
struct tagNEWCPLINFOW NEWCPLINFOW
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
◆ START_TEST()
Definition at line 144 of file Control_RunDLLW.cpp.
145{
148
150
152 {
154
162 }
163}
void WINAPI Control_RunDLLW(HWND hWnd, HINSTANCE hInst, LPCWSTR cmd, DWORD nCmdShow)
struct param_test tests[]
DWORD WINAPI GetModuleFileNameW(HINSTANCE hModule, LPWSTR lpFilename, DWORD nSize)
GLenum const GLfloat * params
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
HWND WINAPI GetDesktopWindow(void)
◆ g_iClk
◆ g_iParams
◆ g_wstrParams
◆ tests