Tech Support > Microsoft Windows > Drivers
IoQueueWorkitem and stack paged out
Posted on October 30th, 2007 | 2 Comments

"Mark Roddy" <markr@hollistech.com> wrote in message news:%23BZSkImGIHA.5544@TK2MSFTNGP02.phx.gbl... They don't actually call KeWaitForSingleObject, but call some Dequeue function which call...

Printdriver: problem with papersize and FileMaker
Posted on October 29th, 2007 | 0 Comments

Hi, I'm looking for some input on the following problem: I've developed a virtual printer driver which seems to work fine. Till testing it with FileMaker.... FileMaker does not retrieve the...

WIA on Windows Vista: Push Model
Posted on October 29th, 2007 | 0 Comments

I develop a minidriver for an USB scanner. It has to work on Windows 2000, XP, 2003, Vista x86 and Vista x64. I used the wiascanr sample and I made a Twain Data Source for Windows 2000. My...

How to enable SDIO high speed....
Posted on October 29th, 2007 | 2 Comments

Forgot to say Thanks Yue... Thanks for ur response. "Yue Zuo " wrote:

Transfer through bulk pipe in VISTA ( depends on Host controller ?
Posted on October 29th, 2007 | 1 Comments

Hi, I've same kind of problem with a camera. Host USB controller is an ICH8 too. When frame size is bigger than let's say 0x80000 roughly, the data are corrupted under vista. Under XP, no...

extend logical disk size from 20 to 30 GB - Help!!!!!!!!!
Posted on October 29th, 2007 | 0 Comments

I have a physical drive of capacity 40GB. I have a logical disk(F:) in it of size 20GB. I am writing a application in VC++(Windows Vista) to extend this logical disk size from 20 to 30 GB. Please...

WinXP 64-bit Virtual DMA_ADAPTER
Posted on October 29th, 2007 | 22 Comments

On Oct 27, 2:23 pm, "Maxim S. Shatskih" <ma...@storagecraft.com> wrote: As I stated above, I was able to resolve this issue by disassembling some DMA_ADAPTER creation code. Thank you Maxim and Alex...

File object question
Posted on October 29th, 2007 | 2 Comments

Thanks Maxim! That was exactly what I was hoping for! Jeff "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message news:OLeXIw$FIHA.1164@TK2MSFTNGP02.phx.gbl...

WMI_Remote access to driver----Help!!!!!!!!!!!!!!!
Posted on October 29th, 2007 | 2 Comments

Hi, Is there any sample code anywhere?? I am not sure of the WMI method to be used.I dont have a clear idea of using it.I know it can be done. THANKS IN ADVANCE "Alexander Grigoriev" wrote:

Question about "disabled display adapter" and VGA adapter.
Posted on October 29th, 2007 | 2 Comments

I think a "disabled display adapter" is being operated because a "disabled display adapter" still can dispaly pictures and i still can see vga.sys is in the module list when using windbg lm command....

Beginner - Need help on Printer Drivers
Posted on October 28th, 2007 | 1 Comments

A good starting point for learning about printer drivers is the Printer Driver Design Guide located in the WDK documentation or on the web...

How to generate checksum of a driver
Posted on October 28th, 2007 | 1 Comments

dumpbin /headers will print lots of info, this checksum included. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "Maruf Maniruzzaman"...

WDF Smartcard Software only driver: VendorName is NULL
Posted on October 28th, 2007 | 0 Comments

Hi, I am developing a software-only smartcard reader driver under WDF. When testing it using IFDtest, it says that VendorName for my reader is NULL and exits. After installing the driver (root...

Virtual Intel 21140-Based PCI Fast Ethernet Appears To Reset
Posted on October 27th, 2007 | 3 Comments

Stephan, some comments below... ProtocolStatus() for these indications, the delta in the timestamp is usually 32 ms.

how to use NDIS Ports
Posted on October 27th, 2007 | 1 Comments

I am not an NDIS 6 expert, but I would instead look at making a simple bus driver in KMDF that exposes two PDO one for each device, and handles the hardware interactions to the device. For the...

Virtual DMA_ADAPTER problem with verifier
Posted on October 26th, 2007 | 1 Comments

On Oct 26, 12:44 pm, marli...@gmail.com wrote: I found a way to work-around for my problem. I am running under 64-bit XP with Verifier on PortCls.sys which I was not able to do before. I have to...

Loading a driver on HID class
Posted on October 26th, 2007 | 8 Comments

the callback for IoRegisterPlugPlayNotification will be at the right state in which you can open the symlink. the HID compliant device works w/out an additional driver b/c the PDO is marked as raw. ...

DTM Controller installation
Posted on October 26th, 2007 | 2 Comments

That is correct. DTM is not localized for non-english installation -- John Garcia "Don Burn" wrote:

Where is my KSSTATE_STOP notification?
Posted on October 26th, 2007 | 9 Comments

Maybe 21 second is the size of the ring buffer (divided by the sound bitrate)? -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

virtual serial to usb driver
Posted on October 26th, 2007 | 8 Comments

On Oct 25, 12:55 am, subhash <subhashsukuma...@gmail.com> wrote: You could do a lower filter to usbser.sys, too..