Windows error 0x800F0214, -2146500076

Detailed Error Information

SPAPI_E_DI_BAD_PATH[1]

MessageThe specified path does not contain any applicable device INFs.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode15 (0x00f)
NameFACILITY_SETUPAPI[2][1]
DescriptionThe source of the error code is the Setup API.[2][1]
Error Code532 (0x0214)

Questions

0votes
1answer

Error installing a virtual printer driver on windows 7 64bit

I have developed a virtual printer driver in vc++.net and it is working fine in 32 bit environment. But while install it in win7 64 bit, it throws an error "Operation could not be completed (error 0x800f0214)" at the line > rundll32 printui.dll,PrintUIEntry /if /b "printername" /f "printer.inf" /r > [...] read more
windows
printing
driver
device-driver

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0