|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <Windows.h>#include <windowsx.h>#include <setupapi.h>#include <cfgmgr32.h>#include <commctrl.h>#include <Uxtheme.h>#include <Cfgmgr32.h>#include <devguid.h>#include <process.h>#include <dbt.h>#include <RegStr.h>#include <tchar.h>#include <atlbase.h>#include <atlstr.h>#include <atlcoll.h>#include <strsafe.h>#include <devmgr/devmgr.h>

Go to the source code of this file.
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | _ATL_CSTRING_EXPLICIT_CONSTRUCTORS |
| #define | ERR printf |
| #define | FIXME printf |
| #define | UNIMPLEMENTED |
| #define | WINE_DEFAULT_DEBUG_CHANNEL(t) |
Functions | |
| DWORD WINAPI | pSetupGuidFromString (PCWSTR pString, LPGUID lpGUID) |
| BOOL WINAPI | InstallDevInst (IN HWND hWndParent, IN LPCWSTR InstanceId, IN BOOL bUpdate, OUT LPDWORD lpReboot) |
| BOOL WINAPI InstallDevInst | ( | IN HWND | hWndParent, |
| IN LPCWSTR | InstanceId, | ||
| IN BOOL | bUpdate, | ||
| OUT LPDWORD | lpReboot | ||
| ) |
Definition at line 24 of file stubs.cpp.
Referenced by ShowDeviceProblemWizard(), UpdateDriver(), and CDeviceView::UpdateSelectedDevice().
Definition at line 1751 of file misc.c.
Referenced by DisplayClassProperties(), and GetDeviceDisplayInfo().