|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| HINSTANCE | hDllInstance |
| BOOL CheckBestDriver | ( | _In_ PDEVINSTDATA | DevInstData, |
| _In_ PCWSTR | pszDir | ||
| ) |
Definition at line 420 of file newdev.c.
Referenced by BrowseCallbackProc().
| BOOL WINAPI ClientSideInstallW | ( | IN HWND | hWndOwner, |
| IN HINSTANCE | hInstance, | ||
| IN LPWSTR | lpNamedPipeName, | ||
| IN INT | Show | ||
| ) |
Definition at line 956 of file newdev.c.
| BOOL WINAPI DevInstallW | ( | IN HWND | hWndParent, |
| IN HINSTANCE | hInstance, | ||
| IN LPCWSTR | InstanceId, | ||
| IN INT | Show | ||
| ) |
Definition at line 653 of file newdev.c.
Referenced by ClientSideInstallW().
@DllMain
Core routine of the Utility Manager's library.
| [in] | hDllInstance | The entry point instance of the library. |
| [in] | fdwReason | The reason argument to indicate the motive DllMain is being called. |
| [in] | lpvReserved | Reserved. |
Definition at line 1050 of file newdev.c.
Definition at line 338 of file newdev.c.
Referenced by SearchDriverRecursive().
| BOOL InstallCurrentDriver | ( | IN PDEVINSTDATA | DevInstData | ) |
Definition at line 537 of file newdev.c.
Referenced by DevInstallW(), InstallDriverProc(), and UpdateDriverForPlugAndPlayDevicesW().
| BOOL WINAPI InstallDevInst | ( | IN HWND | hWndParent, |
| IN LPCWSTR | InstanceId, | ||
| IN BOOL | bUpdate, | ||
| OUT LPDWORD | lpReboot | ||
| ) |
Definition at line 942 of file newdev.c.
Referenced by ShowDeviceProblemWizard(), UpdateDriver(), and CDeviceView::UpdateSelectedDevice().
| BOOL WINAPI InstallDevInstEx | ( | IN HWND | hWndParent, |
| IN LPCWSTR | InstanceId, | ||
| IN BOOL | bUpdate, | ||
| OUT LPDWORD | lpReboot, | ||
| IN DWORD | Unknown | ||
| ) |
Definition at line 826 of file newdev.c.
Referenced by InstallDevInst().
Definition at line 331 of file newdev.c.
Referenced by SearchDriverRecursive().
| BOOL PrepareFoldersToScan | ( | IN PDEVINSTDATA | DevInstData, |
| IN BOOL | IncludeRemovableDevices, | ||
| IN BOOL | IncludeCustomPath, | ||
| IN HWND hwndCombo | OPTIONAL | ||
| ) |
Definition at line 463 of file newdev.c.
Referenced by CHSourceDlgProc(), DevInstallW(), and WelcomeDlgProc().
| BOOL ScanFoldersForDriver | ( | IN PDEVINSTDATA | DevInstData | ) |
Definition at line 428 of file newdev.c.
Referenced by DevInstallW(), and FindDriverProc().
|
static |
Definition at line 260 of file newdev.c.
Referenced by ScanFoldersForDriver(), SearchDriverRecursive(), and UpdateDriverForPlugAndPlayDevicesW().
|
static |
Definition at line 350 of file newdev.c.
Referenced by CheckBestDriver(), ScanFoldersForDriver(), and SearchDriverRecursive().
| BOOL WINAPI UpdateDriverForPlugAndPlayDevicesA | ( | IN HWND | hwndParent, |
| IN LPCSTR | HardwareId, | ||
| IN LPCSTR | FullInfPath, | ||
| IN DWORD | InstallFlags, | ||
| OUT PBOOL bRebootRequired | OPTIONAL | ||
| ) |
Definition at line 215 of file newdev.c.
| BOOL WINAPI UpdateDriverForPlugAndPlayDevicesW | ( | IN HWND | hwndParent, |
| IN LPCWSTR | HardwareId, | ||
| IN LPCWSTR | FullInfPath, | ||
| IN DWORD | InstallFlags, | ||
| OUT PBOOL bRebootRequired | OPTIONAL | ||
| ) |
Definition at line 41 of file newdev.c.
Referenced by UpdateDriverForPlugAndPlayDevicesA().