This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
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
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