#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 40 of file appwiz.c.
41{
43
44 switch (uMsg)
45 {
48
50 return 1;
51
54
61 break;
62
70 break;
71 }
72
74}
#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 77 of file appwiz.c.
78{
80
82 {
87 break;
88 }
89
91}
#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{
21
23 {
26 }
27
29 {
32 }
33
36}
BOOL install_addon(addon_t addon_type, HWND hwnd_parent)
GLenum const GLfloat * params
Referenced by CPlApplet().
◆ hApplet