First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
SetupCopyOEMInf windows 7
Hi, I'm using the SetupCopyOEMInf API to pre-install a USB plug&play printer. My program work in XP and Vista , in Windows 7 when I plug the printer the sistem search the printerdriver using the Windows Update procedure , and only after skipped this phase, install the printerdriver using my pre-installaed signe... 15 Mar 2010 17:01
PARALLEL PORT PROGRAMMING
Hello, could somebody include lines of C++ code where I can send data to the parallel port ? I am using windows vista 64 bits and Visual C++ 2005. I have already tried _out, outportb and assembler but I could not make any code work .... I had the same code running on a XP computer but Vista is killing me.... 16 Mar 2010 01:22
Requesting device speed with WinUSB
Hello, I am trying to request device speed with the following code: WINUSB_INTERFACE_HANDLE WinUsbHandle; BOOL boolResult; ULONG length; UCHAR speed; length = sizeof(speed); boolResult = WinUsb_QueryDeviceInformation(WinUSbHandle, DEVICE_SPEED, &length, &speed); My Device is a USB 2.0 device with Lo... 21 Mar 2010 19:44
WLK 1.5: IO Cancellation with Direct IO on network storage (Previe
Can't help Martin, but I'm experiencing the same problem. It doesn't make sense to run this test, as it seems to be for testing USB mass storage devices, which I am not. Cross-posted to microsoft.public.development.device.drivers.dtm...... "Martin Dominik" wrote: Hello, I am trying to run unclass... 16 Mar 2010 04:41
DEVPKEY_Device_BusReportedDeviceDesc where does it come from....
Hi, I have a virtual usb bus driver that returns manufacturer string in response to IRP_MN_QUERY_DEVICE_TEXT and DeviceTextDescription. Similarly the bus driver returns product string in response to IRP_MN_QUERY_DEVICE_TEXT and DeviceTextLocationInformation. On Windows 7, device properties and "Bus report... 15 Mar 2010 08:59
Windows Logo Kit Installation Issue?
Hi, I known that maybe this is not the best place to post this question but i'm developing a windows driver and that's why i need Windows Logo Kit. What happens is that I have downloaded the Windows Logo Kit iso and when I i«m about to install it on Windows 7, I have an error from the installer saying that ... 22 Mar 2010 15:33
mirror driver Win7 mediaplay problem
Hi, I write a mirror driver as virtual extend monitor I can use Mediaplay play video in WinXP but when I run Mediaplay in Vista or Win7 , drag Mediaplay to extend monitor the Mediaplay all screen be black but run K-lite classic Mediaplay is fine no any problem , why Mediaplay can't play on extend monitor ... 23 Mar 2010 00:09
Persistence of events in BaseNamedObjects folder
I have a problem where events gets created properly during driver installation. But after a reboot IoCreateNotificationEvent fails to initialize the same set of events. In the driver, DriverEntry function initializes these events. Driver is installed with ServiceType=1 and StartType=3. So I would assume Base... 14 Mar 2010 19:54
ad-hoc mode and 802.11g as a requirement
my NDIS IM adds some network functionality which is possible only in ad-hoc mode of the wifi network and only if the modulation is OFDM and not DSSS. (802.11b is DSSS and 802.11g is OFDM) i reserved a particular SSID as an indication to my driver to activate itself. i want to make it disconnect the media if it do... 14 Mar 2010 14:19
SPDRP_ADDRESS / CM_DRP_ADDRESS returns 0 on USB 3.0 controller
As pointed out by Philip Ries [MSFT] here some time ago, the meaning of SPDRP_ADDRESS / CM_DRP_ADDRESS is the port number for USB devices. (http://groups.google.com/group/microsoft.public.development.device.drivers/browse_thread/thread/18908b4625564088) Now I've got my first USB 3.0 Controller card (NEC �PD720... 17 Mar 2010 04:41
First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66