|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <newdev_private.h>

Public Attributes | |
| HFONT | hTitleFont |
| BOOL | bUpdate |
| PBYTE | buffer |
| DWORD | requiredSize |
| DWORD | regDataType |
| HWND | hDialog |
| HDEVINFO | hDevInfo |
| SP_DEVINFO_DATA | devInfoData |
| SP_DRVINFO_DATA_W | drvInfoData |
| LPWSTR | CustomSearchPath |
Definition at line 29 of file newdev_private.h.
| PBYTE _DEVINSTDATA::buffer |
Definition at line 33 of file newdev_private.h.
Referenced by DevInstallW(), and InstallDevInstEx().
| BOOL _DEVINSTDATA::bUpdate |
Definition at line 32 of file newdev_private.h.
Referenced by FindDriverProc(), and InstallDevInstEx().
| LPWSTR _DEVINSTDATA::CustomSearchPath |
Definition at line 41 of file newdev_private.h.
Referenced by CHSourceDlgProc().
| SP_DEVINFO_DATA _DEVINSTDATA::devInfoData |
Definition at line 38 of file newdev_private.h.
Referenced by DevInstallW(), FindDriverProc(), InstallDevInstEx(), InstallDrvDlgProc(), NoDriverDlgProc(), SearchDrvDlgProc(), and UpdateDriverForPlugAndPlayDevicesW().
| SP_DRVINFO_DATA_W _DEVINSTDATA::drvInfoData |
Definition at line 39 of file newdev_private.h.
| HDEVINFO _DEVINSTDATA::hDevInfo |
Definition at line 37 of file newdev_private.h.
Referenced by DevInstallW(), FindDriverProc(), InstallDevInstEx(), InstallDrvDlgProc(), NoDriverDlgProc(), SearchDrvDlgProc(), and UpdateDriverForPlugAndPlayDevicesW().
| HWND _DEVINSTDATA::hDialog |
Definition at line 36 of file newdev_private.h.
Referenced by FindDriverProc(), and InstallDriverProc().
| HFONT _DEVINSTDATA::hTitleFont |
Definition at line 31 of file newdev_private.h.
| DWORD _DEVINSTDATA::regDataType |
Definition at line 35 of file newdev_private.h.
Referenced by DevInstallW(), and InstallDevInstEx().
| DWORD _DEVINSTDATA::requiredSize |
Definition at line 34 of file newdev_private.h.
Referenced by DevInstallW(), and InstallDevInstEx().