Tech Support > Microsoft Windows > Drivers
Using a checked build for debugging on WINXP SP2
Posted on March 3rd, 2008 | 2 Comments

Hi Don, Thanks for answering. I tried the filename.chk method initially, but had the same results. I wondered if I had a version mismatch. I will give it a try. Thanks again, I will let you know...

How to get device arrival and removal notification in an applicati
Posted on March 3rd, 2008 | 2 Comments

On Mar 3, 12:04 am, Jay <J...@discussions.microsoft.com> wrote: Device Manager is just watching for DBT_DEVNODES_CHANGED and then refreshing the entire device list from scratch every time. This is...

Kernel mode socket
Posted on March 3rd, 2008 | 1 Comments

Vista has kernel mode sockets, earlier systems only have TDI. -- Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver Consulting Website: http://www.windrvr.com Blog:...

Vista Inbox HDAUDIO Driver BSOD 7E ISSUE
Posted on March 3rd, 2008 | 0 Comments

Hi ALL I meet a problem after install Vista Inbox hdaudio Driver and do S4 sleep Test for several times. the Stack is: 85bb8b44 9aaac124 HdAudio!CAzCommon::SendVerb+0x1f 85bb8b70...

beginners help
Posted on March 3rd, 2008 | 5 Comments

Thanks to you all for replying regards "Calvin Guan" wrote:

About Bitmap drive source code
Posted on March 3rd, 2008 | 0 Comments

help me pls, WDK sample Bitmap drive souce code give out single page BMP file, so how can i modify that code to support multiple page BMP files. now i m add OEMStartPage method like below, but...

Want to know if I need to change my windows XP driver to work onwindows vista 32 bit
Posted on March 3rd, 2008 | 1 Comments

Imti <imtiazfirst@gmail.com> wrote: Vista has changed the behavior of DbgPrint. I would think you have other ways to decide whether the driver is...

Question Reguarding Handles
Posted on March 2nd, 2008 | 5 Comments

I never asked for you to write it for me, but anyway I got it working so thanks. "David Craig" wrote:

OS goes BSOD,...but why?
Posted on March 2nd, 2008 | 2 Comments

Hi Kalle, i think, but i am not sure, since i had no time to examine the memory dump (deep) yet, that this is araised from a bad multimedia filter that comes with a well known codec pack, which does...

dvd rw will not read
Posted on March 2nd, 2008 | 0 Comments

have a HL-DT-ST DVD-RW GSA-H11N ATA device will notm read tried updating still doesn't work all i get is code 37 error

Benefits of gates
Posted on March 1st, 2008 | 0 Comments

Hi I have basic questions about gates. Intel designed gates for system calls. Why? Because: " * Note that both the selector and offset are given in the call gate preventing lower privileged...

Porting pthread_mutex and pthread_cond into Win32
Posted on March 1st, 2008 | 8 Comments

Calling complex functions under the lock is bad idea for sure. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "Doron Holan "...

Crash on NdisMCoIndicateReceivePacket() API call
Posted on March 1st, 2008 | 1 Comments

This is a write thru a NULL pointer to some struct, not because of invalid memory. --PA "Angie" <kimojolin@yahoo.com> wrote in message news:exRuXE0eIHA.5280@TK2MSFTNGP02.phx.gbl...

Little Driver USB
Posted on March 1st, 2008 | 2 Comments

Ferro Francesco <ferro.francesco@gmail.com> wrote: I would think any USB trackpad would be built to be a USB HID device, which would mean driver support was automatic. -- Tim Roberts,...

driver compilation options
Posted on February 29th, 2008 | 1 Comments

The dependency checker in wdk6000 is broken. Use anything other than 6000. I always do clean build if I'm using wdk6000. -- Calvin Guan Broadcom Corporation Connecting Everything(r) "Raj"...

send notification from mirror driver to user application
Posted on February 29th, 2008 | 3 Comments

You have your own surface in your mirror driver where you can (if you wish of course) render all GDI commands. In this case (if you render all commands) that surfase actually is a bitmap which is a...

Upgrading to 6001.18000
Posted on February 29th, 2008 | 0 Comments

When I try to re-install a driver that was rebuilt with 6001.18000 (originally built against 6001) I get all sort of strange behavior. Sometimes the installation hangs, or the driver just exits...

IoOpenDeviceRegistryKey WdfDeviceOpenRegistryKey Docerr
Posted on February 29th, 2008 | 2 Comments

Hi Doron, I know, and sorry for not using the formal feedback. I submitted "formal" docerrs in the past and they were mostly ignored. I'm not blaming MS, I guess the amount of spam and junk is...

NdisMCoIndicateReceiveNetBufferLists not working with NDIS_RECEIVE_FLAGS_RESOURCES flag
Posted on February 29th, 2008 | 3 Comments

I just wanted to prvoe that when "NDIS_RECEIVE_FLAGS_RESOURCES " is specified, the indicated buffer is returned from the MiniportReturnNetBufferLists callback function. This is not correct. According...

NDIS - crash in NETIO.SYS after NdisMSendNetBufferListsComplete
Posted on February 29th, 2008 | 3 Comments

Thanks Yu. This seems to fix the issue. I only used 2 changes from the latest 2008 server DDK, not all. 1st change.. In __inline PNET_BUFFER_LIST MP_FREE_SEND_NET_BUFFER(