Re: USB: IsWin9x() function: what is it for?
From: Robin (holi_at_nospam.com)
Date: 08/05/04
- Next message: Adriana Iobb: "error when including ntddk.h in video driver sources"
- Previous message: Stephan Wolf: "Re: How to handle TCP checksum, if adapter support TCP checksum offloading?"
- In reply to: Bryan S. Burgin [MSFT]: "RE: USB: IsWin9x() function: what is it for?"
- Next in thread: Bryan S. Burgin [MSFT]: "Re: USB: IsWin9x() function: what is it for?"
- Reply: Bryan S. Burgin [MSFT]: "Re: USB: IsWin9x() function: what is it for?"
- Reply: Maxim S. Shatskih: "Re: USB: IsWin9x() function: what is it for?"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Adriana Iobb: "error when including ntddk.h in video driver sources"
- Previous message: Stephan Wolf: "Re: How to handle TCP checksum, if adapter support TCP checksum offloading?"
- In reply to: Bryan S. Burgin [MSFT]: "RE: USB: IsWin9x() function: what is it for?"
- Next in thread: Bryan S. Burgin [MSFT]: "Re: USB: IsWin9x() function: what is it for?"
- Reply: Bryan S. Burgin [MSFT]: "Re: USB: IsWin9x() function: what is it for?"
- Reply: Maxim S. Shatskih: "Re: USB: IsWin9x() function: what is it for?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|