#include "appwiz.h"
#include <shellapi.h>
#include <cpl.h>
#include <wine/unicode.h>
Go to the source code of this file.
◆ CPlApplet()
Definition at line 41 of file appwiz.c.
42{
44
45 switch (uMsg)
46 {
49
51 return 1;
52
55
62 break;
63
70 1);
71 break;
72 }
73
75}
#define IDS_CPLSYSTEMNAME
#define IDS_CPLSYSTEMDESCRIPTION
static LONG start_params(const WCHAR *params, HWND hwnd_parent)
HINSTANCE WINAPI ShellExecuteW(HWND hwnd, LPCWSTR lpVerb, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd)
◆ DllMain()
Definition at line 78 of file appwiz.c.
79{
81
83 {
88 break;
89 }
90
92}
#define DLL_PROCESS_ATTACH
#define DLL_THREAD_ATTACH
HRESULT WINAPI CoInitialize(LPVOID lpReserved)
static IN DWORD IN LPVOID lpvReserved
#define UNREFERENCED_PARAMETER(P)
◆ start_params()
Definition at line 17 of file appwiz.c.
18{
19 static const WCHAR install_geckoW[] = {
'i',
'n',
's',
't',
'a',
'l',
'l',
'_',
'g',
'e',
'c',
'k',
'o',0};
20 static const WCHAR install_monoW[] = {
'i',
'n',
's',
't',
'a',
'l',
'l',
'_',
'm',
'o',
'n',
'o',0};
21
24
28 }
29
33 }
34
37}
BOOL install_addon(addon_t addon_type, HWND hwnd_parent)
GLenum const GLfloat * params
Referenced by CPlApplet().
◆ hApplet