Re: USB: IsWin9x() function: what is it for?

From: Robin (holi_at_nospam.com)
Date: 08/05/04


Date: Thu, 05 Aug 2004 10:12:39 +0200

Bryan S. Burgin [MSFT] wrote:

> This could be helpful if you're writing a binary compatible driver (a
> driver where the same binary image can run on both 9x and NT-based
> systems). In such a situation, it might be helpful to know what
> environment you're running on to account for differences in the platforms.
>
> Bryan S. Burgin
> bburgin@microsoft.com
>
> This posting is provided "AS IS" with no warranties, and confers no rights.

Many thanks for answering.

As I try to write a WDM compliant driver, do I still have to care what
system lies underneath? I understood WDM to be the solution to this
situation, that driver developers don't have to care about Windows
versions anymore.

So what are friction points I have to know about? Is there a summary
that shows me where I have to care what platform the driver is running on?

Thanks

Robin



Relevant Pages


Loading