ReactOS 0.4.16-dev-106-g10b08aa
|
Go to the source code of this file.
Variables | |
HINSTANCE | hDllInstance |
BOOL CheckBestDriver | ( | _In_ PDEVINSTDATA | DevInstData, |
_In_ PCWSTR | pszDir | ||
) |
Definition at line 412 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 948 of file newdev.c.
BOOL WINAPI DevInstallW | ( | IN HWND | hWndParent, |
IN HINSTANCE | hInstance, | ||
IN LPCWSTR | InstanceId, | ||
IN INT | Show | ||
) |
Definition at line 645 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 1042 of file newdev.c.
Definition at line 330 of file newdev.c.
Referenced by SearchDriverRecursive().
BOOL InstallCurrentDriver | ( | IN PDEVINSTDATA | DevInstData | ) |
Definition at line 529 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 934 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 818 of file newdev.c.
Referenced by InstallDevInst().
Definition at line 323 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 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().
|
static |
Definition at line 252 of file newdev.c.
Referenced by ScanFoldersForDriver(), SearchDriverRecursive(), and UpdateDriverForPlugAndPlayDevicesW().
|
static |
Definition at line 342 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 207 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().