What does HRESULT 0x800F0215 (SPAPI_E_NO_CLASSINSTALL_PARAMS) mean?

 
Previous Next
SPAPI_E_DI_BAD_PATH SPAPI_E_FILEQUEUE_LOCKED

SPAPI_E_NO_CLASSINSTALL_PARAMS

SPAPI_E_NO_CLASSINSTALL_PARAMS means that an operation expects class-install parameters, but none have been attached to the device information set or selected device element. The parameter block is operation-specific, so a structure for one DIF request cannot be assumed valid for another.

What to check

  • Identify the DIF operation being processed and use its documented class-install parameter structure.
  • Set the parameters on the same device information set or device element that the later operation uses.
  • Check structure size, install-function code, and lifetime before calling the corresponding SetupDi function.

Microsoft: SetupAPI class installation functions


Looking for a different code? Search another status or error code.