- virtual audio driver
- Posted on March 3rd, 2005 | 0 Comments
Hi,Its Lenin from Bangalore, India. I have started with Writting "WDM Virtual Audio Drivers", A kernal mode Driver for our Application. Here in my Driver,i want to Capture the Raw PCM data Writting...
- physical disk size is different from different reporting sources
- Posted on March 3rd, 2005 | 0 Comments
I have met a very "bizzar" problem recently about the size of the physical disk. by using different way this size is reported in different number. I first used the WMI Win32_DiskDrive class to get...
- USB OUT operation with zero length
- Posted on March 2nd, 2005 | 2 Comments
Hi, I want to send 0 length interupt transfer from the PC to my usb device. My intention of doing this is to flush the receiving end on my usb device, because if the last OUT packet size was 64...
- moufiltr installation
- Posted on March 2nd, 2005 | 0 Comments
Hi
- help on build the driver.
- Posted on March 2nd, 2005 | 2 Comments
I want to remove the unused local variables on the driver. I used command "build -bcZ" didn't see any warning messages. note: displays full error message text (doesn't truncate) Is there a way to...
- WIA Scanner
- Posted on March 2nd, 2005 | 0 Comments
Hi, We bought a scanner (HP5590) which comes with a WIA driver. The scanner supports ADF and duplex but when i try to access the scanner with the WIA (WIAAUT in VB.NET) interface it indicates me...
- Need Help on Legacy Devices
- Posted on March 2nd, 2005 | 5 Comments
Hi All, I'm new to this Driver Development. Please can any one specify the skeleton code for a Legacy Device driver without a device or where can i find that. Thanks in advance Driver Developer
- How to get Thread ID in the driver dispatch function.
- Posted on March 2nd, 2005 | 4 Comments
Hi, I have two questions which are given below. How to find out the thread ID inside any dispatch function of a Top-level driver (ex- file system driver).
- how to get 10us timer?
- Posted on March 2nd, 2005 | 8 Comments
I am to get a timer less than 10us in Windows os! what shall I do?
- RE: Largest and Cheapest Sex & Romance Ebooks (175 in Total) with full
- Posted on March 2nd, 2005 | 0 Comments
"joyrider" wrote:
- Read all characters of a TTF as bitmaps
- Posted on March 2nd, 2005 | 0 Comments
Hi, I need to write a printer driver, but I need to read the TTF font characters of a viven Font. How can I do this. Tnaks for help. AF
- Need to read Font Family or Font Name
- Posted on March 2nd, 2005 | 0 Comments
Hi, I am writing an Printer driver and need to read the font family (like "Times Roman"). Can somebody help me pleas? Af
- 64-bit drivers. Problem with FP functions: sin, cos, log etc
- Posted on March 2nd, 2005 | 1 Comments
Hi, I'm currently porting my 64-bit driver from the older version of DDK to 3790.1433. The last remaining problem is with the floating point standard functions: sin, cos, log, log10, pow and sqrt....
- Problem with IoGetDeviceInterfaces
- Posted on March 2nd, 2005 | 3 Comments
Hi, Inside a HID Miniclass driver I'm attempting to find the name of my HID device(collection) so that I can create a symbolic link for use by another driver. Following archived posts it seems that...
- Access for a device object
- Posted on March 1st, 2005 | 7 Comments
I wrote a driver for a piece of hardware. I can do file I/O on it fine if I am logged in as an Administrator, but get an ERROR_ACCESS_DENIED error while logged in as regualr user. Where can I...
- NDIS IM over NDISWAN on XPSP2
- Posted on March 1st, 2005 | 7 Comments
I have an NDISIM that polices N/W traffic by detecting 'suspect' packets, pending them, internally queuing them and then using a worker thread to call TDI to send a TCP message seeking sanction for...
- Remove power to USB port
- Posted on March 1st, 2005 | 3 Comments
I am currently using CM_Request_Device_Eject to safely disconnect a USB device. I would like to know if it possible to programatically shut down a USB port so that the device no longer sees 5 volts...
- how to install driver for limited user (not administrator)
- Posted on March 1st, 2005 | 2 Comments
A normal user cannot install a driver, this would break all the security of the system. -- Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver Consulting Remove StopSpam from the...
- Relative open with a volume handle ?
- Posted on March 1st, 2005 | 13 Comments
Is it possible to use the relative open with NtCreateFile and a volume handle; or is this strictly a file system concept? I want to reopen a volume handle with different access...
- IOCTL_VOLUME_LOGICAL_TO_PHYSICAL prob on w2k
- Posted on March 1st, 2005 | 1 Comments
Hi, this ioctl doesnt work for me on w2k sp4, however it works on wxp sp2 on the same machine. In MSDN & DDK there´s no compatability note for it.Why ? - The error message reads: "Wrong parameter" In...

