- Watch NFL Games Online
- Posted on October 14th, 2007 | 0 Comments
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if...
- NOT working - KdPrintEx(( DPFLTR_IHVDRIVER_ID, flags,...
- Posted on October 12th, 2007 | 4 Comments
alex wrote: There is a problem with how DPFLTR_IHVDRIVER_ID is defined in the WDK. See http://www.osronline.com/showThread.cfm?link=107386 -- Alex Fedotov
- deleting a registry ke
- Posted on October 12th, 2007 | 1 Comments
you can only delete a key if there are no subkeys. so, if you want to do this in a driver you have to enumerate all of the subkeys recursively and delete every one of them. this is what regedit...
- TDI listen hangs. How to know, why?
- Posted on October 12th, 2007 | 3 Comments
There were few my bugs (ex: byte order in network addresses) and a misunderstanding how to properly preallocate and re-use of IRPs. Bugs corrected. IRP pre-allocation and re-use I replaced with...
- Beginer - Where to start?
- Posted on October 12th, 2007 | 4 Comments
Gentlemen Thank you for all the inputs, its helpful for me. I understand, that once we make it working using WDF, then we can explore it by making changes/build and find out whats under the hood....
- Making Beep from a kernel driver
- Posted on October 11th, 2007 | 9 Comments
I appriciate the view that this function belongs to the user land. But my ioctl based code is very simple and has worked for over a decade. I just ran into a problem on a 64-bit system. I guess the...
- Ethernet driver buffer allocation
- Posted on October 11th, 2007 | 2 Comments
Modern NDIS drivers receive packets to the DMA common buffer. Then the chunks of this common buffer are indicated up to TCP/IP, which passes them to AFD. If AFD has pending receive call from the app...
- Windows XP & non-paged pool
- Posted on October 11th, 2007 | 3 Comments
MmAllocatePagesForMdl is WDM. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com
- FTDI's FT232R chipset Junk data bytes
- Posted on October 11th, 2007 | 1 Comments
<vijayaraju.k@gmail.com> wrote in message news:1192094078.176225.79620@d55g2000hsg.googlegroups.com... You are receiving the data transferred across the USB bus, which is not the same as the data...
- Language Monitor
- Posted on October 11th, 2007 | 0 Comments
I wrote a language monitor for our custom made printers. It reads the status of the printer every 30 seconds and flag if there is a problem with the printer. Everything works fine, we can install...
- Getting started modifying a NT serial card driver to run on XP
- Posted on October 11th, 2007 | 1 Comments
do you have any idea where it is failing? typically drivers which consume hw resources should be converted from the NT4 style driver to support pnp (so you have the resources assigned to your device...
- IoReadPartitionTableEx
- Posted on October 11th, 2007 | 10 Comments
OK, so I correlated IoReadPartitionTableEx/IoWritePartitionTableEx functions with IOCTLs that they issue. Both issue IOCTL_GET_DRIVE_GEOMETRY_EX IOCTL, which fails in my IOCTL handler because I was...
- Can't get reading extended config space to work on Vista
- Posted on October 11th, 2007 | 0 Comments
I am pretty sure that the BIOS is allowing Vista to take control of PCIe since in WinDBG I can do a !pci 0x101 3 0 0 (my device is on bus 3, dev 0, func 0): ...... Enhanced Capabilities: 100: CapID...
- missing DirectoryChange notifications
- Posted on October 11th, 2007 | 0 Comments
Hi all, I'm writing an IFS minifilter doing some HSM stuff. Most operations are queue using FltQueueXXX functions. In worker function changes to files are done using e.g. FltSetInformation,...
- Application for printer installation
- Posted on October 11th, 2007 | 0 Comments
Hi, I am using Windows Vista and want to use "AddPrinter" in my applictation to install a printer driver. The problem is, that Windows creates an error. This does not happen in older versions of...
- IOCTL_SCSI_PASS_THRU SAT support
- Posted on October 11th, 2007 | 6 Comments
Any kind of interface was pehaps over ambitious. I guess what I would really like to do is download drive microcode and possibly send vendor unique commands to a SATA drive connected to a SATA chip...
- Multple LUN support question for USB flash drive
- Posted on October 11th, 2007 | 0 Comments
Hi, I'm trying to expose a USB composite device with the mass storage interface at interface 2. Although I reported support for Hierachial support (HiSUP bit set to 1), the system does not try to...
- please help me, how to record sound on playback device???
- Posted on October 11th, 2007 | 3 Comments
If i get multstr (available in MSVAS after building) as VAD then this can be "an audio source" ? "P2P" <phamquoctoan@gmail.com> wrote in message news:%2382Jwl%23CIHA.1208@TK2MSFTNGP05.phx.gbl...
- Driver Test Manager (2 tests fail in the unclassified tests)
- Posted on October 11th, 2007 | 0 Comments
Hi, We are using the DTM (Driver Test Manager 1.0.6417.304) to test our kernel mode device driver (mirror driver) to get a digital signature. We are using the following configuration: Controller:...
- Table of VendorIDs
- Posted on October 11th, 2007 | 5 Comments
This is not called "display", this is called "monitor". Try VESA websites. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

