ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <windowsx.h>
#include <newdev.h>
#include <regstr.h>
#include <dll/newdevp.h>
#include <wine/debug.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _DEVINSTDATA |
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | COBJMACROS |
#define | WM_SEARCH_FINISHED (WM_USER + 10) |
#define | WM_INSTALL_FINISHED (WM_USER + 11) |
Typedefs | |
typedef struct _DEVINSTDATA | DEVINSTDATA |
typedef struct _DEVINSTDATA * | PDEVINSTDATA |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (newdev) | |
BOOL | ScanFoldersForDriver (IN PDEVINSTDATA DevInstData) |
BOOL | PrepareFoldersToScan (IN PDEVINSTDATA DevInstData, IN BOOL IncludeRemovableDevices, IN BOOL IncludeCustomPath, IN HWND hwndCombo OPTIONAL) |
BOOL | InstallCurrentDriver (IN PDEVINSTDATA DevInstData) |
BOOL | CheckBestDriver (_In_ PDEVINSTDATA DevInstData, _In_ PCWSTR pszDir) |
BOOL | DisplayWizard (IN PDEVINSTDATA DevInstData, IN HWND hwndParent, IN UINT startPage) |
Variables | |
HINSTANCE | hDllInstance |
#define _INC_WINDOWS |
Definition at line 7 of file newdev_private.h.
#define COBJMACROS |
Definition at line 10 of file newdev_private.h.
#define COM_NO_WINDOWS_H |
Definition at line 8 of file newdev_private.h.
#define WIN32_NO_STATUS |
Definition at line 6 of file newdev_private.h.
Definition at line 45 of file newdev_private.h.
Definition at line 44 of file newdev_private.h.
typedef struct _DEVINSTDATA DEVINSTDATA |
typedef struct _DEVINSTDATA * PDEVINSTDATA |
BOOL CheckBestDriver | ( | _In_ PDEVINSTDATA | DevInstData, |
_In_ PCWSTR | pszDir | ||
) |
Definition at line 412 of file newdev.c.
Referenced by BrowseCallbackProc().
Definition at line 1378 of file wizard.c.
Referenced by DevInstallW(), and InstallDevInstEx().
BOOL InstallCurrentDriver | ( | IN PDEVINSTDATA | DevInstData | ) |
Definition at line 529 of file newdev.c.
Referenced by DevInstallW(), InstallDriverProc(), and UpdateDriverForPlugAndPlayDevicesW().
BOOL PrepareFoldersToScan | ( | IN PDEVINSTDATA | DevInstData, |
IN BOOL | IncludeRemovableDevices, | ||
IN BOOL | IncludeCustomPath, | ||
IN HWND hwndCombo | OPTIONAL | ||
) |
Definition at line 455 of file newdev.c.
Referenced by CHSourceDlgProc(), DevInstallW(), and WelcomeDlgProc().
BOOL ScanFoldersForDriver | ( | IN PDEVINSTDATA | DevInstData | ) |
Definition at line 420 of file newdev.c.
Referenced by DevInstallW(), and FindDriverProc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | newdev | ) |