First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
Any wifi / bluetooth keyboard / mouse receiver driver source code?
I need to write a receiver driver installed on windows to listen wifi or bluetooth mouse and keyboard. For the communication between PC and devices, I searched http://www.btframework.com/wcl.htm (I am not sure whether there are other alternatives). However, I cannot search the receiver driver. It is supp... 15 Jan 2010 01:46
Help, NDIS BSOD
We have an NDIS IM developed based on Passthru sample. It works fine on x86 platform for years. Recently, we port it to x64 server and got BSOD every 20 hours of loading. It won't happen at sunday when nobody connect to that server. The crash code are DRIVER_CORRUPTED_MMPOOL (d0), DRIVER_CORRUPTED_EXPOOL ... 15 Jan 2010 06:05
Is it ok to terminate the process from process notification routin
I am going to use PsSetCreateProcessNotifyRoutine to catch the process creation events and decide if it's allowed to run the process. Will it be ok to terminate the process via ZwTerminateProcess() from the callback, or there is another way to block process start? ... 13 Jan 2010 16:37
Message Compiler (MC.EXE) auto-generates "broken" code
I am using the Message Compiler tool with supplied with the Win7 DDK / SDK that is documented on MSDN (http://msdn.microsoft.com/en-us/library/aa385638(VS.85).aspx) as being able to produce event publishing code suitable for use in Kernel or User mode on both XP and Vista/Win7. The documentation states, for... 13 Jan 2010 08:43
How to change a KMDF sample code to a VC6.0 project?
Hi, Is there any way to change a KMDF sample code to a VC6.0 project? I'm tryinh to change them to VC projects, like what I did to my old WDM drivers, but the system crashes at the call to WdfDriverCreate. I notices there is a "KMDF_VERSION_MAJOR=1" entry in the Source files of KMDF samples. Where should I... 14 Jan 2010 22:31
Problems with text transforms
Hi, I have a DrvTextOut hook going and I'm having troubles getting the correct transformation information. Basically, I'm doing the following: XFORMOBJ* pxo = FONTOBJ_pxoGetXform(pfo); XFORML xForm; XFORMOBJ_iGetXform(pxo, &xForm); When I have a look at the data in xForm it looks like: ... 12 Jan 2010 18:35
checking the write protect status of floppy disk
Hi All, Is there any way to check whether the floppy disk is write protected or not? Currently I'm writing a file in floppy disk and check the error message for write protected(ERROR_WRITE_PROTECT) Is there any other method to check the status of floppy disk Thanks, Mani ... 12 Jan 2010 10:41
DPInst and DIfx usage
Hi, I'm posting this for the 3rd time. Somhow my posts are not showing up for whatever reason - please excuse. I have a requirement to install a device driver from my MFC application and have looked through some MSDN documention on usage of DPInst and DIFx framework, but I haven't got a clear idea yet. 1... 12 Jan 2010 10:41
DPInst and DIfx usage
Hi, I have a requirement to install a device driver using DPInst / DIfx from an MFC based application. I've looked through the MSDN documentation on these but haven't got a clear idea of what exactly are the steps involved in doing this. If I use ShellExecute(Ex) to invoke DPInst from my application, what ... 13 Jan 2010 02:13
WdfDriverCreate causes a bug check 0x7E?
Hi guys, I'm just starting learning about WDF and trying to port my WDM driver to a KMDF version. My driver is a class upper filter driver for the Image class which plays some video effects for video devices, such as webcams. So I first installed my WHQL'ed driver (WDM version) on Windows7 32bit system, an... 12 Jan 2010 15:13
First  |  Prev |  Next  |  Last
Pages: 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83