Re: adapter questions
From: Stephan Wolf (stewo68_at_hotmail.com)
Date: 04/28/04
- Next message: Bill McKenzie: "Re: .c or .cpp"
- Previous message: WDD: "Re: how to use AllocateCommonBuffer in bus master DMA??"
- In reply to: Michael: "adapter questions"
- Next in thread: Thomas F. Divine [DDK MVP]: "Re: adapter questions"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Apr 2004 16:47:18 +0200
Speaking for network (NDIS) adapters, you can access all network
devices via the INetCfg interface. Check the entry "ComponentId" under
the registry key that opens via INetCfgComponent::OpenParamKey().
See the bindview and/or netcfg samples in the DDK on how to use
INetCfg.
If you want to take a look using regedit first, the key in question is
under
HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\xxxx
Stephan
--- On Wed, 28 Apr 2004 15:00:02 +0200, "Michael" <anonymous@discussions.microsoft.com> wrote: >Hi, >Is it possible through NDIS or any other way to know if an adapter in my >computer is a bluetooth adapter? > >another question. >how do I know if a adapter is used in a bridge with some other adapter in >windows xp? > >thanks
- Next message: Bill McKenzie: "Re: .c or .cpp"
- Previous message: WDD: "Re: how to use AllocateCommonBuffer in bus master DMA??"
- In reply to: Michael: "adapter questions"
- Next in thread: Thomas F. Divine [DDK MVP]: "Re: adapter questions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|