- NetShareAdd() In Kernel Mode
- Posted on March 21st, 2005 | 1 Comments
Hello In user mode, when you set sharing on a directory the NetShareAdd function is called. What function is called in kernel mode when you share a directory? When ZwCreateFile is called due to...
- OID_TAPI_GET_ID question.
- Posted on March 21st, 2005 | 2 Comments
The win2003 DDK tells for the OID_TAPI_GET_ID: IN DeviceClass = "ndis" // case insensitive IN ulSelect = LINECALLSELECT_CALL IN hdCall = ActiveCallHandle OUT DeviceID = ConnectionWrapperID Is...
- Problem with WIA TWAIN compability driver
- Posted on March 21st, 2005 | 0 Comments
I have written a WIA driver for a scanner. When I scan using the WIA scanner wizard, I can prescan and select the area I want to scan. The precan look very nice. If I scan to a file I have to set the...
- Writing to file
- Posted on March 20th, 2005 | 1 Comments
Hi, I tried to use the following call to open a file (and to be able to continue my writing to it): status = ZwCreateFile(&hfile,GENERIC_WRITE | FILE_APPEND_DATA, &oa, &iostatus,...
- 64bit drivers for Win Pro x64
- Posted on March 20th, 2005 | 0 Comments
Hi, Is there a reliable(?) source of drivers for devices for XP Pro 64bit? I'm looking for 56k modem drivers/ADSL modem drivers/printer/you get the general idea! Thx
- WDM to WinCE porting
- Posted on March 20th, 2005 | 2 Comments
Hi All, I have to port a WDM video capture driver to WinCE ...As you know WDM has got a stream class driver which will communicate to the undrlying miniport driver like tuner,decoder and...
- Serial communication over ethernet
- Posted on March 20th, 2005 | 2 Comments
Hello, I am trying to emulate Com Port using my NDIS driver and I don't how to proceed. Do I have to get a Virtual Com port, to write a filter driver between serial driver and my NDIS driver...
- Enabling and disabling COMM port FIFOs
- Posted on March 20th, 2005 | 2 Comments
Hello, Is it possible to control a comm port FIFO (enable/disable) without using the registry. In our application, FIFO control must be immediate. Windows 9X, NT, 2000, XP. Software must integrate...
- Driver for USB Flash Drive wanted - Desperate pl. HELP
- Posted on March 20th, 2005 | 5 Comments
Hi, Sorry for spamming to most popular news groups :) I am desperate and I dont think a lot of people visit drivers news groups. I bought a Jetway iVogue 512 MB Flash USB drive recently. It did not...
- SCSI_PASS_THROUGH_DIRECT and SCSI_PASS_THROUGH documentation is wr
- Posted on March 19th, 2005 | 4 Comments
I used following links to extract...
- Can software pose as a USB device?
- Posted on March 19th, 2005 | 1 Comments
Hello. I'm new in Windows driver development and I'd like to know if a software can behave like a USB device (is emulate the right word?). The OS should be able to detect this software as a new...
- a TOOL to dump memory.dmp into text file ?
- Posted on March 19th, 2005 | 4 Comments
Hi Experts: Is there a tool which can "translate" all information saved in a memory dump file (a kernel memory dump, or a complete memory dump) into a plain text file? I'm looking at using dumpchk,...
- Trying to send multiple small IRPs -- thread hangs?
- Posted on March 19th, 2005 | 8 Comments
I have a problem with my driver which is a disk filter. I have to break up read/write requests into multiple smaller requests to send to the disk driver. IoMakeAssociatedIrp() is exactly what I need,...
- Print Monitor and MS Word
- Posted on March 18th, 2005 | 0 Comments
Hi all, At my place of work, we decided to monitor our print servers and log details (number of pages and copies, job size, user, computer, etc.) of every job sent to the print server. We've...
- How to Port Inline Assembly code to AMD64
- Posted on March 18th, 2005 | 1 Comments
Hi, Can anyone tell me How to port the inline assembly code to AMD64?? I have a 32-bit C++ Library where inline assembly code has been used. On MSDN I have found that Intrinsic functions are to...
- Debug Language monitor
- Posted on March 18th, 2005 | 0 Comments
Hi, I made my own language monitor. I put some DebugBreak in my code to debug my monitor. When I print with Microsoft Word, The process stop well at my breakpoint, but I try to make a test...
- How to understand USB displays in device manager
- Posted on March 18th, 2005 | 7 Comments
In the device manager, display is as follows: Universal Serial Bus controllers - Intel(R)82801EB USB Host Controller -24D2 - Intel(R)82801EB USB Host Controller -24D4 - Intel(R)82801EB USB Host...
- HPGL Plotter Driver
- Posted on March 18th, 2005 | 7 Comments
Does one exist for XP ?
- relation of SRBs and StreamClassStreamNotification function
- Posted on March 18th, 2005 | 1 Comments
Hi all, In my pc camera driver, there must be a SRB_READ_DATA command function, such as "VideoReadData" named, to receive images captured from digital camera into SRB data buffer. This will make a...
- problem with 2 device objects
- Posted on March 18th, 2005 | 0 Comments
Iam writing a serial port filter driver.I have 2 device objects,the extra device object is to track the IOCTLS from user mode application (as given in DDK docs) and can get the data from...

