First  |  Prev |  Next  |  Last
Pages: 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
Driver installation problem
I have written function driver using KMDF for USB mass storage device.When i tried to install the driver it gives an error: "This operation requires an interactive window station." ... 21 Mar 2010 02:45
Windows Phone 7 Driver Development?
Does anyone know where to find resources regarding device driver development for Windows Phone 7? There doesn't seem to be anything in WHDC/MSDN or anywhere I can find on the web, for that matter. -- Ray ... 12 Mar 2010 20:43
Get KSPROPERTY_BDA_NODE_DESCRIPTORS in a Filterdriver once
Hi i try to get the BDA Node discriptor in a device upperfilter for a BDA device. ksProperty.Set = KSPROPSETID_BdaTopology; ksProperty.Id = KSPROPERTY_BDA_NODE_DESCRIPTORS; ksProperty.Flags = KSPROPERTY_TYPE_GET; i test in FilterDispatchPnp after IRP_MN_START_DEVICE send Irp sync down -> crash STOP 000000... 12 Mar 2010 19:34
Problem with ZwEnumerateKey
Problem with ZwEnumerateKey Code fragment is run in a KMDF 1.7 driver under Windows 7 //the size of this union works for SmartWORKS subkeys (Bus#Slot#) of Parameters\Devices\MtxBrd union { KEY_BASIC_INFORMATION Basic; KEY_NODE_INFORMATION Node; KEY_FULL_INFORMATION Full; ... 16 Mar 2010 19:51
Windows Phone driver resources?
Does anyone know where to find resources regarding device driver development for Windows Phone 7? There doesn't seem to be anything in WHDC/MSDN or anywhere I can find on the web, for that matter. -- Ray ... 12 Mar 2010 12:49
DIFxAPI for 32 and 64 bit OS
Hi, I'm use the DriverPackagePreinstall() API in my application to pre-install a driver. This works on 32 bit systems but not on 64-bit systems. I get a ERROR_IN_WOW64 on 64-bit systems. I know that the DIFxAPI has different versions of the DLL for 32 and 64 bit, but when I try to use any of those it cause... 18 Mar 2010 23:29
Export functions in a driver
Hello all, I have a question about exporting functions in a driver. I did some exporting functions in other projects by using __declspec(dllexport) but using that in a printer driver it fails to build. I used data_seg(shared) to share data between processes using this DLL. How ever I want to retrieve this d... 12 Mar 2010 16:12
WHQL Test For Filter Driver
Hi all, We develop a disk low filter driver and we want to get the certification for this driver from Microsoft, what test catalog it should be passed in WLK? our software package includes a disk low filter driver and a bus enumeration driver, thanks. Regards, Peter, ... 27 Mar 2010 00:02
TDI_EVENT_RECEIVE_DATAGRAM callcack missing on vista
Hi Guys, I have a TDI client driver that works just fine on windows XP. I get the UCP/TCP event notifications and everything is fine. But when it comes to Windows vista or later, I don't have the UDP part working? When I analyzed more, I am not getting TDI_EVENT_RECEIVE_DATAGRAM registered callbacks. Is th... 11 Mar 2010 14:36
Bug Check in Filter Driver
Hello All, For my disk upper filter I turned on the driver verifier. While changing the power states (standby,hibernate or reboot) I get DRIVER_VERIFIER_IOMANAGER_VIOLATION bug check. The I/O error code is 0x21A (The previously-set IRP_MJ_POWER status has been converted to STATUS_NOT_SUPPORTED). In my filter ... 12 Mar 2010 18:27
First  |  Prev |  Next  |  Last
Pages: 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67