ReactOS 0.4.16-dev-38-g96c65e9
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static DWORD | GetHotPlugFlags (VOID) |
static DWORD | SetHotPlugFlags (_In_ DWORD dwFlags) |
static VOID | UpdateDialog (_In_ HWND hwndDlg) |
static VOID | ShowContextMenu (HWND hwndDlg, HWND hwndTreeView, PHOTPLUG_DATA pHotplugData) |
static DEVINST | GetSelectedDeviceInst (_In_ PHOTPLUG_DATA pHotplugData) |
static VOID | ShowDeviceProperties (_In_ HWND hwndParent, _In_ DEVINST DevInst) |
INT_PTR CALLBACK | SafeRemovalDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
LONG APIENTRY | InitApplet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
LONG CALLBACK | CPlApplet (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
INT WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) |
Variables | |
HINSTANCE | hApplet = 0 |
APPLET | Applets [NUM_APPLETS] |
Definition at line 399 of file hotplug.c.
Definition at line 25 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
|
static |
Definition at line 139 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
Definition at line 380 of file hotplug.c.
Definition at line 202 of file hotplug.c.
Referenced by InitApplet().
Definition at line 58 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
|
static |
Definition at line 110 of file hotplug.c.
Referenced by OpenDialogProc(), SafeRemovalDlgProc(), SaveDialogProc(), and VfdPageDlgProc().
Definition at line 160 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
Definition at line 92 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
APPLET Applets[NUM_APPLETS] |
Definition at line 18 of file hotplug.c.
Referenced by CPlApplet().
HINSTANCE hApplet = 0 |
Definition at line 15 of file hotplug.c.
Referenced by DllMain(), InitApplet(), and SafeRemovalDlgProc().