From: Erik HG on
The newest WDK available from microsoft.com is version 6000. How do I get
the sample from 6001?

"Doron Holan [MSFT]" wrote:

> if you have not written a driver in over 10 years, alot has happened. you
> should familiarize yourself with pnp and power and WDM in general. there is
> a bluetooth sample driver in the 6001 WDK,
> WinDDK\6001.18000\src\bth\bthecho. i would suggest you that start with
> sample.
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Erik HG" <ErikHG(a)discussions.microsoft.com> wrote in message
> news:08D6EA8F-ED44-41B6-B51D-A69895E7699E(a)microsoft.com...
> > Could you please tell me where an example of this is? I haven't written
> > an
> > NT driver since 1996 and am a bit rusty.
> >
> > Thanks,
> > -Erik
> >
> > "Doron Holan [MSFT]" wrote:
> >
> >> bthenum will enumerate your PDO and when you attach to it, it will
> >> forward
> >> io you send to the PDO to bthport. this is how all of the BRBs work
> >>
> >> d
> >>
>
>
From: Erik HG on
Whoops! Sorry. I see that the new WDK 6001 came out two weeks ago, just
after I downloaded version 6000. *sigh*

-Erik

"Erik HG" wrote:

> The newest WDK available from microsoft.com is version 6000. How do I get
> the sample from 6001?
>
> "Doron Holan [MSFT]" wrote:
>
> > if you have not written a driver in over 10 years, alot has happened. you
> > should familiarize yourself with pnp and power and WDM in general. there is
> > a bluetooth sample driver in the 6001 WDK,
> > WinDDK\6001.18000\src\bth\bthecho. i would suggest you that start with
> > sample.
> >
> > d
> >
> > --
> > Please do not send e-mail directly to this alias. this alias is for
> > newsgroup purposes only.
> > This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >
> > "Erik HG" <ErikHG(a)discussions.microsoft.com> wrote in message
> > news:08D6EA8F-ED44-41B6-B51D-A69895E7699E(a)microsoft.com...
> > > Could you please tell me where an example of this is? I haven't written
> > > an
> > > NT driver since 1996 and am a bit rusty.
> > >
> > > Thanks,
> > > -Erik
> > >
> > > "Doron Holan [MSFT]" wrote:
> > >
> > >> bthenum will enumerate your PDO and when you attach to it, it will
> > >> forward
> > >> io you send to the PDO to bthport. this is how all of the BRBs work
> > >>
> > >> d
> > >>
> >
> >
First  |  Prev  | 
Pages: 1 2
Prev: malloc,free,mbtow problem
Next: WPP & KMDF Crash