Windows error 0x000003EB, 1003

Detailed Error Information

CAN_NOT_COMPLETE[1]

MessageCannot complete this function.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800703EB.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code1003 (0x03eb)

Questions

2votes
1answer

LINUX kill_pid fails

I introduce my self in the driver programming via a book. This book is about Linux-driver programming with a 2.6 Kernel. But now I met a problem. I copied the following code from the book. And tried to understand it. So far, so good. #include <linux/module.h> #include <linux/version.h> #include <linux/init.h> [...] read more
c
linux
linux-kernel
linux-device-driver
embedded-linux
0votes
1answer

Getting error 0x000003eb when installing DDK sample printer drivers

I've got a development machine, which has been severly abused when it comes to installing and removing printer drivers. I'm now at the stage where I want to install some sample printer drivers from the DDK (WDK), but unfortunately I get the message 'Unable to install printer. Operation could not [...] read more
drivers
printer

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