ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Functions | |
BOOL | ShowDeviceProblemWizard (IN HWND hWndParent OPTIONAL, IN HDEVINFO hDevInfo, IN PSP_DEVINFO_DATA DevInfoData, IN HMACHINE hMachine OPTIONAL) |
BOOL WINAPI | DeviceProblemWizardA (IN HWND hWndParent OPTIONAL, IN LPCSTR lpMachineName OPTIONAL, IN LPCSTR lpDeviceID) |
BOOL WINAPI | DeviceProblemWizardW (IN HWND hWndParent OPTIONAL, IN LPCWSTR lpMachineName OPTIONAL, IN LPCWSTR lpDeviceID) |
UINT WINAPI | DeviceProblemTextA (IN HMACHINE hMachine OPTIONAL, IN DEVINST dnDevInst, IN ULONG uProblemId, OUT LPSTR lpString, IN UINT uMaxString) |
UINT WINAPI | DeviceProblemTextW (IN HMACHINE hMachine OPTIONAL, IN DEVINST dnDevInst, IN ULONG uProblemId, OUT LPWSTR lpString, IN UINT uMaxString) |
Variables | |
static const UINT | ProblemStringId [NUM_CM_PROB] |
UINT WINAPI DeviceProblemTextA | ( | IN HMACHINE hMachine | OPTIONAL, |
IN DEVINST | dnDevInst, | ||
IN ULONG | uProblemId, | ||
OUT LPSTR | lpString, | ||
IN UINT | uMaxString | ||
) |
Definition at line 417 of file devprblm.cpp.
UINT WINAPI DeviceProblemTextW | ( | IN HMACHINE hMachine | OPTIONAL, |
IN DEVINST | dnDevInst, | ||
IN ULONG | uProblemId, | ||
OUT LPWSTR | lpString, | ||
IN UINT | uMaxString | ||
) |
Definition at line 491 of file devprblm.cpp.
Referenced by DeviceProblemTextA(), GetDeviceStatusString(), and InitProbeListPage().
BOOL WINAPI DeviceProblemWizardA | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCSTR lpMachineName | OPTIONAL, | ||
IN LPCSTR | lpDeviceID | ||
) |
Definition at line 213 of file devprblm.cpp.
BOOL WINAPI DeviceProblemWizardW | ( | IN HWND hWndParent | OPTIONAL, |
IN LPCWSTR lpMachineName | OPTIONAL, | ||
IN LPCWSTR | lpDeviceID | ||
) |
Definition at line 280 of file devprblm.cpp.
Referenced by DeviceProblemWizardA().
BOOL ShowDeviceProblemWizard | ( | IN HWND hWndParent | OPTIONAL, |
IN HDEVINFO | hDevInfo, | ||
IN PSP_DEVINFO_DATA | DevInfoData, | ||
IN HMACHINE hMachine | OPTIONAL | ||
) |
Definition at line 34 of file devprblm.cpp.
Referenced by AdvPropGeneralDlgProc(), and DeviceProblemWizardW().
|
static |
Definition at line 337 of file devprblm.cpp.
Referenced by DeviceProblemTextW().