ReactOS 0.4.15-dev-6057-gd708c79
|
Go to the source code of this file.
Classes | |
struct | _HOTPLUG_DATA |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _HOTPLUG_DATA | HOTPLUG_DATA |
typedef struct _HOTPLUG_DATA * | PHOTPLUG_DATA |
Functions | |
static DWORD | GetHotPlugFlags (VOID) |
static DWORD | SetHotPlugFlags (_In_ DWORD dwFlags) |
static HTREEITEM | InsertDeviceTreeItem (_In_ HWND hwndDeviceTree, _In_ HTREEITEM hParent, _In_ DWORD DevInst, _In_ PHOTPLUG_DATA pHotplugData) |
static VOID | RecursiveInsertSubDevices (_In_ HWND hwndDeviceTree, _In_ HTREEITEM hParentItem, _In_ DWORD ParentDevInst, _In_ PHOTPLUG_DATA pHotplugData) |
static VOID | EnumHotpluggedDevices (HWND hwndDeviceTree, PHOTPLUG_DATA pHotplugData) |
static VOID | UpdateButtons (HWND hwndDlg) |
static VOID | ShowContextMenu (HWND hwndDlg, HWND hwndTreeView, PHOTPLUG_DATA pHotplugData) |
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] |
typedef struct _HOTPLUG_DATA HOTPLUG_DATA |
typedef struct _HOTPLUG_DATA * PHOTPLUG_DATA |
Definition at line 534 of file hotplug.c.
|
static |
Definition at line 231 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
Definition at line 39 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
Definition at line 514 of file hotplug.c.
|
static |
Definition at line 108 of file hotplug.c.
Referenced by EnumHotpluggedDevices(), and RecursiveInsertSubDevices().
|
static |
Definition at line 174 of file hotplug.c.
Referenced by EnumHotpluggedDevices(), and RecursiveInsertSubDevices().
Definition at line 349 of file hotplug.c.
Referenced by InitApplet().
Definition at line 73 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
|
static |
Definition at line 319 of file hotplug.c.
Referenced by OpenDialogProc(), SafeRemovalDlgProc(), SaveDialogProc(), and VfdPageDlgProc().
Definition at line 305 of file hotplug.c.
Referenced by SafeRemovalDlgProc().
APPLET Applets[NUM_APPLETS] |
Definition at line 32 of file hotplug.c.
Referenced by CPlApplet().
HINSTANCE hApplet = 0 |
Definition at line 29 of file hotplug.c.
Referenced by DllMain(), InitApplet(), and SafeRemovalDlgProc().