ReactOS 0.4.15-dev-6067-g0b695a6
hotplug.h File Reference
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <wincon.h>
#include <winreg.h>
#include <windowsx.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include <limits.h>
#include <setupapi.h>
#include <cfgmgr32.h>
#include <dbt.h>
#include <regstr.h>
#include "resource.h"
Include dependency graph for hotplug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  APPLET
 

Macros

#define WIN32_NO_STATUS
 
#define HOTPLUG_DISPLAY_DEVICE_COMPONENTS   0x00000002
 
#define NUM_APPLETS   (1)
 

Typedefs

typedef struct APPLETPAPPLET
 

Functions

LONG APIENTRY InitApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam)
 

Variables

HINSTANCE hApplet
 

Macro Definition Documentation

◆ HOTPLUG_DISPLAY_DEVICE_COMPONENTS

#define HOTPLUG_DISPLAY_DEVICE_COMPONENTS   0x00000002

Definition at line 24 of file hotplug.h.

◆ NUM_APPLETS

#define NUM_APPLETS   (1)

Definition at line 30 of file hotplug.h.

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 3 of file hotplug.h.

Typedef Documentation

◆ PAPPLET

typedef struct APPLET * PAPPLET

Function Documentation

◆ InitApplet()

LONG APIENTRY InitApplet ( HWND  hwnd,
UINT  uMsg,
LPARAM  wParam,
LPARAM  lParam 
)

Definition at line 514 of file hotplug.c.

519{
520 DPRINT("InitApplet()\n");
521
524 hwnd,
526
527 // TODO
528 return TRUE;
529}
#define TRUE
Definition: types.h:120
#define IDD_SAFE_REMOVE_HARDWARE_DIALOG
Definition: resource.h:9
INT_PTR CALLBACK SafeRemovalDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
Definition: hotplug.c:349
HINSTANCE hApplet
Definition: hotplug.c:29
#define DPRINT
Definition: sndvol32.h:71
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
#define MAKEINTRESOURCE
Definition: winuser.h:591
#define DialogBox
Definition: winuser.h:5751

Variable Documentation

◆ hApplet

HINSTANCE hApplet
extern

Definition at line 17 of file access.c.