|
First
|
Prev |
Next
|
Last
Pages: 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
Any suggestions to find out the issue for Surprise Removal ? Dear All: I am a newer for coding driver. I got a wdf source code from co-worker to solve one issue. I found when unplug unexpectedly(surprise removal), my driver can't not enter EvtDeviceD0Exit callback function. I would try to register EvtDeviceSurpriseRemoval callback function to ... 1 Apr 2008 09:33
User application is not able to open NDIS IM Driver. Hi, I have developped NDIS IM driver. I am facing one problem with driver. Sometimes, Driver gets installed but If user land test application is not able to open Driver handle. I have to restart the system the everything works fine. Please suggset me how to look this problem. -- With regards thanks An... 31 Mar 2008 14:05
I am struck with configuration file COM port driver I am working on COM port driver UART 0 in windows CE for chip DM6443. and I am struck with configuration file COM port driver PDD portion 0) how to link PDD to MDD 1) registry setting 2) .def file entries and 3) sources entries Thanks in advance ... 29 Mar 2008 02:23
I am struck with configuration file COM port driver I am working on COM port driver UART 0 in windows CE for chip DM6443. and I am struck with configuration file COM port driver 1) registry setting 2) .def file entries and 3) sources entries Thanks in advance ... 29 Mar 2008 08:31
W2K Libraries are corrupted in the WS2008 and Vista RTM releases.. Is there any developer how tried to compile an existing "old" W2K driver in the new WDK RTM releases? I´m almost sure such a test is never made by MS ... Somebody (MS) recompiled a part of the W2K libraries at 1/18/2008 (most of them are created 1/3/2008). Most probably this modification mixed windows XP libra... 28 Mar 2008 19:52
IOCTL_SCSI_GET_ADDRESS Hi, I use the msdn sample getaddr.exe on a Win2K3 x64 server with argument scsi6: and it failed with error code 50 (this request is not supported) after IOCTL_SCSI_GET_ADDRESS. Is this by design? Since the program gets correct address if I use PhysicalDrive10 as argument. I need to write a application to d... 28 Mar 2008 14:57
About Power management problem of Legacy NDIS IM Driver. Hello everyone! I'm really new about drivers and working on maintenance NDIS Intermediate driver. The driver has a problem that it prevents the system to get suspended on windows xp. This driver was written few years ago by someone. The driver seems to be written from passthru released on 1992.(very old.) A... 28 Mar 2008 13:51
default I/O Target & remote I/O Target by WDK 6000, sample driver for 1394: the driver has a default I/O target for each device, which is the device's next-lower driver: ------------------------------------------------------------------------------------------- \src\kmdf\1394\driver\pnp.c deviceExtension->StackIoTarget = WdfDeviceGetIoTarget(devi... 28 Mar 2008 11:40
Printer Driver Development Hi every one. I am looking for initial help to write a tiff image printer in .net environment using C# or vb.net. I want to convert word, excel ,PowerPoint and some formats into Tiff image directly or using spool file (I don't aware of basic of virtual printer). since my actual process is long running an... 2 Apr 2008 04:53
Disable multi core Hi, I use an old driver and a device which was designed 10 years ago. The issue is that they cannot run on a multi-core system. Beside of the solution of designing a new hardware, I thought about an option of disabaling the multi core option of the CPU(s). Is it possible? If so, how can I do it? The relevant O... 3 Apr 2008 01:17 |