#pragma once #define WIN32_NO_STATUS #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "resource.h" /* Hotplug Flags */ #define HOTPLUG_DISPLAY_DEVICE_COMPONENTS 0x00000002 // Globals extern HINSTANCE hApplet; // defines #define NUM_APPLETS (1) // global structures typedef struct { int idIcon; int idName; int idDescription; APPLET_PROC AppletProc; }APPLET, *PAPPLET; // hotplug.c LONG APIENTRY InitApplet( HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);