First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
Linking a dll or a lib file developped in C++ using Visual Studio
Hello, I'm programming a virtual miniport driver that has to redirect every network packets to a windows service. To use this service, I need to link my driver with a library that was originally developped with Visual Studio 2003 in C++ language. My driver is written in C language. But when I try to use fu... 28 Apr 2008 08:24
32-bit HANDLE in 64-bit driver
Hi, I had used following technique in communication user-mode app <--> driver: User app passes event handle to driver and driver retrieves pointer to object body with help of ObReferenceObjectByHandle() . Driver then signals some events to user mode application with KeSetEvent(). Problem is: Currently I ha... 28 Apr 2008 12:19
Need assistance with DPinst
Hi, I am working on the automation of the driver install for a USB connected device. I don't have any experience with driver install, and hope that I can get some help from this forum. The device connects with USB and only has a .inf file. The driver itself is usbscan.sys. Currently when the device is co... 29 Apr 2008 09:38
Unidrv WHQL
Is a unidrv based printer driver subject to the same WLK and driver signing procedures as a straight GDI printer driver? ... 28 Apr 2008 01:58
WDF ToolKit ?
Hi Is Microsoft WDK the only Kit for WDF , any other third-party Kit pack their wizard over this framework ? Does DDK support WDF , or we should use WDK ? Does WDK build environment support both WDF and WDM , any different usage ? Thank you . ... 28 Apr 2008 08:24
which sample code driver should I use ?
Dear All, I'm going to develop a driver for notebook using. The driver need to handle a device (capacitive sensor finger touch) and then tuning system audio volume. In such a case, which sample code classified in WDK source catalogue is suitable to refer ? ... 30 Apr 2008 01:20
USB Composite (Multi-function) Device question ..
Hi I have some request that modify device drivers for USB composite (multi-function) Device . This device use one USB cable to connect PC . and it can switch to 2 mode by buttons . The first mode is Windows CE device which uses Microsoft device driver, the other mode is USB composite (multi-function) device... 27 Apr 2008 22:04
Dynamic linking to ksecdd on Windows Server 2008
Hi, I have MyDriver.sys that can be loaded on Server 2003 and 2008. The driver imports a function from ksecdd.sys. The function is available on 2008 only. How do I dynamically link to ksecdd.sys? MmGetSystemRoutineAddress doesn't work. Can I use delayed imports in a kernel mode driver? Thank you, Andrew ... 29 Apr 2008 15:09
how to correctly install a NDIS IM from your app?
hi. currently i'm doing SetupCopyOEMInfW() for each inf file, then issue a NetCfgClassSetup::Install() for the pnpid of my service (not miniport) component. it works fine on all systems in the test environment (2000, xp, vista home) except for one Vista Business Edition installation at one of my friends -- Ne... 8 May 2008 18:01
Need command options for working in Device manager
Hi, i need command options for working in Device manager for Unistalling and Reinstalling in command prompt. ... 27 Apr 2008 08:47
First  |  Prev |  Next  |  Last
Pages: 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72