Tech Support > Microsoft Windows > Drivers
Ndis 6 Miniport: NET_BUFFER with no data
Posted on February 25th, 2008 | 0 Comments

Hi All, I am very new to NDIS development. I did search but couldn't find a similar problem discussed. I am getting a NET_BUFFER (passed to MiniportSendNetBufferLists) which has no data (DataLength...

Bug in PartMgr
Posted on February 25th, 2008 | 5 Comments

1) correct. to fix this you need to register for pnp notification callback on the file object by calling IoRegisterPlugPlayNotification so that you are told when a query remove -> remove or surprise...

Do we need DTM for Windows 2000, XP and Vista x32
Posted on February 25th, 2008 | 8 Comments

WLK test tool is named DTM, it is a complex client-server app which maintains the central database, probably several test machines and probably several controlling machines. WLK is downloadable from...

Windows Print Provider
Posted on February 25th, 2008 | 0 Comments

Hello, in DDK (Driver Development Kit) is sample of print provider (folder src \print\pp). I compiled this sample and wrote short program which install this print provider (by function...

Port number on the parent usb hub
Posted on February 25th, 2008 | 2 Comments

Leen Toelen wrote: Check out the USBView sample which comes with the DDK/WDK and the 'Display USB' sample from Intel: http://www.intel.com/intelpress/usb/examples/dusbvc.htm The magic link between...

[Commercial] Training on Windows System and Kernel Programming fromprofessionals
Posted on February 25th, 2008 | 0 Comments

Hello All, With a growing demand for Windows System Professionals, we are pleased to announce a new weekend batch of "Windows Internals and Device Drivers" for working professionals and...

ethernet switch card design
Posted on February 25th, 2008 | 0 Comments

Hi Do you know the knowledge to develop a PC ethernet switch card like this http://www.directindustry.com/prod/performance-technologies/ethernet-switch-card-35173-216639.html Is there some good...

Carl Palmer free MP3s
Posted on February 25th, 2008 | 0 Comments

C A R L P A L M E R M P 3 D O W N L O A D *Working Live Vol.1 2003* 'Carl Palmer - Barbarian' (http://tinyurl.com/2cdcww) (5:54 5.41Mb 128kbps) 'Carl Palmer - Bullfrog'...

Cari Lekebusch and Gene Hunt mp3 music
Posted on February 25th, 2008 | 0 Comments

C A R I L E K E B U S C H A N D G E N E H U N T M P 3 S E A R C H *Audio Mekcanicks EP 2000* 'Cari Lekebusch and Gene Hunt - a1 takin out garbage' (http://tinyurl.com/2do5ah) (5:01...

Regarding IA64 bit driver
Posted on February 25th, 2008 | 4 Comments

I have the application always build in 32, it sends some IOCTL to the driver. I see applications working in x64 environment with 32 build but fails to work in IA64 environment with 32...

avshws & rwiso
Posted on February 23rd, 2008 | 1 Comments

DamL <damien.lebrun@cynove.com> wrote: This has already been asked and answered on the "ntdev" mailing list. Right. You won't use ioctls to talk to the driver. Instead, you'll use the DirectShow...

bulkusb.sys performance again
Posted on February 23rd, 2008 | 1 Comments

xxx <anshul.solanki@gmail.com> wrote: Part of this depends on your host controller. Some host controllers are simply poorly designed and cannot sustain more than about 30 MB/s, which is what you...

problem to understand behavior of I/O manager
Posted on February 23rd, 2008 | 9 Comments

Not possible. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

PNP
Posted on February 23rd, 2008 | 0 Comments

I'm having a problem passing the PNP test script (checking deviceID string fails). Can anyone help?

KMDF driver accessing parallel port
Posted on February 23rd, 2008 | 2 Comments

Hello, Doron Holan wrote: Or, he might decide to send only INTERNAL ioctls (IOCTL_INTERNAL_PARALLEL_PORT_ALLOCATE, either IOCTL_INTERNAL_PARALLEL_PORT_FREE or FreePort() from the...

Bran Van 3000 mp3 ringtones
Posted on February 23rd, 2008 | 0 Comments

B R A N V A N 3 0 0 0 M P 3 D O W N L O A D *Astounded Remixes 2001* 'Bran Van 3000 - Astounded (Eric Kupper mix)' (http://tinyurl.com/yshjv7) (7:25 7.81Mb 148kbps) 'Bran Van 3000 -...

Virtual Serial Port and KMDF
Posted on February 22nd, 2008 | 1 Comments

take the KMDF serial port example (src\kmdf\serial) and then remove each instance where it connects an interrupt or touches an io register. replace each of these instances with your new hardware. ...

Strange CmResourceTypeInterrupt Level & Vector values
Posted on February 22nd, 2008 | 4 Comments

the number of levels does not really matter, the encoding can change from release to release as well. d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes...

UsbSamp used with Device Simulation Framework causes BSOD
Posted on February 22nd, 2008 | 2 Comments

you only get a BSOD if you run a chk driver w/out a debugger attached. if you are doing driver development, do it right and attach a kernel debugger d -- Please do not send e-mail directly to this...

Doubt in wdm concepts
Posted on February 22nd, 2008 | 8 Comments

Grep the WDK samples for "EventCategoryDeviceInterfaceChange" -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "qwert"...