Tech Support > Microsoft Windows > Drivers
Can/Does a KSEMAPHORE reach NEGATIVE count?
Posted on February 22nd, 2008 | 7 Comments

Don meant that if a thread could wait for indeterminate time for a semaphore, it may be necessary to use a separate event to wake it up when you want to shut it down. "David Craig"...

WDF - how to share interrupt between two driver those are in the samestack?
Posted on February 21st, 2008 | 8 Comments

as long as the child stack behave properly and turns off the interrupt when it is disabled, i do not see a problem with the design. d -- Please do not send e-mail directly to this alias. this alias...

Windows WDK Download
Posted on February 21st, 2008 | 16 Comments

cl.exe version is less interesting. the backend c2 is. -- Calvin Guan Broadcom Corporation Connecting Everything(r) "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in...

How can I request OIDs to Native 802.11 miniport driver?
Posted on February 21st, 2008 | 1 Comments

Have you tried "vendor specific" OIDs? (high byte = 0xFF) --PA "Zhou" <czzhou@gmail.com> wrote in message news:65d0dfcc-4bf0-4ec7-8427-a44b3c4380f5@d4g2000prg.googlegroups.com...

\Device\PhysicalMemory
Posted on February 21st, 2008 | 6 Comments

Maxim, Heard wrong! Regards, ReC "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message news:%233fRl$HdIHA.5668@TK2MSFTNGP05.phx.gbl...

question on mirror and miniport driver.
Posted on February 21st, 2008 | 4 Comments

Mirror drivers needs a bare bone miniport to get NtGdi to enumerate the physical-devices create by VideoPrt.sys on behalf of the miniport when VideoPortInitialize succeeds. -- -- This posting is...

Ermap8 matureb oys
Posted on February 21st, 2008 | 0 Comments

'fat chicks an dweed' ( F A T C H I C K P I C T U R E S grann yXXXXing lesbia nvideos fat blac kchick fatbangers three fa tchicks on a diet peter griffin no fa tchicks fat chicks nee dlove too fatj...

Load mirror driver
Posted on February 21st, 2008 | 1 Comments

Hi Ravi, you should read the following sections for detailed information in the WDK: "Providing a Driver Package" "Distributing a Driver" "Device Installation"

enabling WDK diskperf output
Posted on February 21st, 2008 | 7 Comments

Hi Don, when I use IoGetRequestorProcessId () inside diskperf.c, I get a linker error. So I include "ntifs.h" which contains the correct declaration. But then I get a compilation error as ntifs.h...

Google.Earth.Pro.v4.1.7087
Posted on February 20th, 2008 | 0 Comments

der er så mange mennesker der har så travlt, så jeg fortæller små analogier istedet. tit med drengern's ord!! sTISFctory reply ;???? "news@posting.org" wrote:

PINBALL_FILE_SYSTEM,...
Posted on February 20th, 2008 | 4 Comments

Hi Maxim, if found this: http://en.wikipedia.org/wiki/High_Performance_File_System and see the greek guy who gave me the previous answer that it was a NT4 Driver and also shipped with Windows 2000...

DiskPerfDebug printing junk values;
Posted on February 20th, 2008 | 0 Comments

Hi, I modified WinDDK diskperf example to trap a specific IOCTL. I also modified the DiskPerfDebug () as the condition in that was not making sense to me. The modified DiskPerfDebugPrint () is able...

SCSI IOControl in user mode
Posted on February 20th, 2008 | 3 Comments

Nope, you have to be an admin to acquire the handle to the physical drive, or use the SetupApi DLL and to use CreateFile. You can do it from a service, which the user app then connects to via a...

INT_MAX in WDK?
Posted on February 20th, 2008 | 14 Comments

On Feb 19, 4:43*am, "Doron Holan " <dor...@online.microsoft.com> wrote: To quote from C++ for Kernel Mode Drivers: Pros and Cons on whdc: "To write drivers in C++, you must understand the code...

testcap with resolution of 1600 x 1200?
Posted on February 20th, 2008 | 0 Comments

How do I modify the testcap driver to support a max resolution of 1600 x 1200 instead of the 640 x 480 in the example? When I change the MaxOutputSize values in capstrm.h I can only get a max output...

problem about NIC fault tolerance,thank you! Ñ¡Ïî
Posted on February 19th, 2008 | 0 Comments

my name is Andrew Zhang.My progaramm (like "NIC EXPRESS" software or "Intel pro"software enclosed) is to do:I have two NIC,connected to two diffferent switcher.when one adapter or road is...

Defering completion processing
Posted on February 19th, 2008 | 5 Comments

Just be careful not to touch the IRP in the dispatch routine after you've put it onto the queue. -- This posting is provided "AS IS" with no warranties, and confers no rights. "Jeff"...

FYI: That "Magical" 5 Minute Timeout
Posted on February 19th, 2008 | 12 Comments

You didn't? I did, was about to mention it in fact. You also have to use "mc -c" to get it set when you define your own. -- The personal opinion of Gary G. Little "Tim Roberts" <timr@probo.com>...

ERROR_DEVICE_NOT_CONNECTED (0x48f)
Posted on February 19th, 2008 | 0 Comments

Can anyone give me more insight into this error code: ERROR_DEVICE_NOT_CONNECTED. I am installing a driver to a PCIe bridge chip. The plug and play software recognizes the hardware. The driver...

Disabling Mouse Acceleration and Ballastic scaling for Windows XP
Posted on February 19th, 2008 | 6 Comments

You know, I haven't actually tried this, but you might see what happens if your only ever send packets with <= 1 mickey of motion in X and/or Y, but just send them faster. Of course, that would only...