ReactOS 0.4.15-dev-8100-g1887773
joy.h
Go to the documentation of this file.
1#pragma once
2
3#define WIN32_NO_STATUS
4#define _INC_WINDOWS
5#define COM_NO_WINDOWS_H
6#include <stdarg.h>
7#include <windef.h>
8#include <winbase.h>
9#include <objbase.h>
10#include <commctrl.h>
11#include <cpl.h>
12
13#include "resource.h"
14
15typedef struct
16{
17 int idIcon;
18 int idName;
19 int idDescription;
20 APPLET_PROC AppletProc;
22
23typedef struct
24{
25 WCHAR szTarget[MAX_PATH];
26 WCHAR szWorkingDirectory[MAX_PATH];
28 WCHAR szLinkName[MAX_PATH];
30
31
32extern HINSTANCE hApplet;
33
34void ShowLastWin32Error(HWND hWndOwner);
35
36/* EOF */
LONG(APIENTRY * APPLET_PROC)(HWND, UINT, LPARAM, LPARAM)
Definition: cpl.h:23
static const WCHAR szDescription[]
Definition: provider.c:55
#define MAX_PATH
Definition: compat.h:34
void ShowLastWin32Error(HWND hWndOwner)
Definition: winutils.c:11
struct APPLET * PAPPLET
struct CREATE_LINK_CONTEXT * PCREATE_LINK_CONTEXT
HINSTANCE hApplet
Definition: access.c:17
Definition: hotplug.h:34
__wchar_t WCHAR
Definition: xmlstorage.h:180