mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NEWDEV] Set the CM_PROB_FAILED_INSTALL problem code on failed install
CORE-17527
This commit is contained in:
@@ -104,7 +104,10 @@ SetFailedInstall(
|
||||
(PBYTE)pszUnknownGuid,
|
||||
(wcslen(pszUnknownGuid) + 1) * sizeof(WCHAR));
|
||||
|
||||
/* FIXME: Set device problem code 28 (CM_PROB_FAILED_INSTALL) */
|
||||
/* Set device problem code CM_PROB_FAILED_INSTALL */
|
||||
CM_Set_DevNode_Problem(DevInfoData->DevInst,
|
||||
CM_PROB_FAILED_INSTALL,
|
||||
CM_SET_DEVNODE_PROBLEM_OVERRIDE);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user