The Relationship Between Device Class And Driver2161 (11/26/2009 10:22:03 AM) Hi,
I use the SRC "\src\general\toaster\bus" in the DDK to build a BusEnum
driver.
when I create a PDO with "Mass Storage Type" and "Disk Drive GUID" in this
driver,
then a unknown device appears in ... Peter
How to communicate with user, from printer driver1150 (11/25/2009 2:31:09 PM) Hi !
I wrote a little driver (based on Bitmap example from WDK) that captures
printing and sends images thru NamedPipes to user application - this works.
Now, I want to be able to give a possibility to ... Utf
Can we use the "F6" or "Load Driver option" available during OS i1156 (11/25/2009 8:36:02 AM) Hello All
Can we use the "F6" or "Load Driver option" available during OS install any
and all PNP drivers ?
If yes, what special stuff needs to be added in uninstall section so that we
donot get a b... Utf
Enumerating USB device8188 (11/27/2009 1:48:01 AM) Hi,
I have a USB device that has 2 logical units.
USBSTOR\DISK&VEN_XXXX&PROD_YYYY&REV_0100\0123456789990&0 (Drive A:)
USBSTOR\DISK&VEN_XXXX&PROD_YYYY&REV_0100\0123456789990&1 (Drive B:)
I used SetupD... Utf
Checking Parameter of POEMDEV and disable starting printjob1183 (11/27/2009 2:12:51 PM) Hi all,
my problem is, that a printjob may only start, if all must fields are
filled, which are stored in POEMDEV.
I tried to check the values in hrOEMDevMode if the dwMode=OEMDM_MERGE.
If I do somethin... BlackMizi
Does usbccid.sys support ICCD class?2271 (12/2/2009 8:07:01 AM) There is no mention in MSDN that there is a microsoft driver for USB ICCD
class. It only mentionst that CCID is supported. Is there any driver for
USB ICCD class?
... Utf
USB enumeration timeout?22199 (11/16/2009 4:26:12 PM) When resuming from sleep, our embedded USB device gets powered and seconds
later it is expected to appear on the USB bus, or its drivers will get
unloaded (I guess Windows assumes the device has been remove... Utf
Why does my WLK test "USB Device Framework (CV)" fail?3303 (11/30/2009 12:57:01 PM) I don't know if this is the right forum to ask technical questions regarding
tests in the Windows Logo Kit (WLK) and DTM Studio, but I haven't found a
better place to post.
My problem is that my Unclassi... Utf
HTTP Filter Driver?1296 (12/2/2009 4:43:01 PM) I want to write a filter driver that sits above the Http driver. I'm calling
IoGetDeviceObjectPointer() with the name "\\Device\\Http\\AppPool" in a
UNICODE_STRING which is one of the HTTP devices (as show... Utf
Compile error after adding #define WPP_GLOBALLOGGER4296 (11/30/2009 6:37:01 PM) My driver is currently using WPP tracing to assist my development and
debugging. I need to see details that occur early, and decided to attempt
using the Global Logger Session. After reading several relat... Utf