Re: Detect PPPoE Broadband Connection - restated
From: Stephan Wolf (stewo68_at_hotmail.com)
Date: 03/03/04
- Next message: qfel: "Re: Problems with raw sockets!"
- Previous message: rui: "Windows peer-to-peer networking"
- Maybe in reply to: Ivan Brugiolo [MSFT]: "Re: Detect PPPoE Broadband Connection - restated"
- Next in thread: Maxim S. Shatskih: "Re: Detect PPPoE Broadband Connection - restated"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 03 Mar 2004 19:05:19 +0100
Such an adapter (PPPoE) is an NDIS Miniport driver that implements a
virtual network device (as opposed to a physical device). Such devices
have the NCF_VIRTUAL bit set in their "Characteristics", see e.g.
INetCfgComponent::GetCharacteristics().
Note, however, that there are various virtual network adapters, which
are not necessarily doing PPPoE.
See also the BindView sample in the DDK (snetcfg sample in earlier
DDKs) for how to use the INetCfg interface.
Stephan
--- On Wed, 03 Mar 2004 08:56:51 GMT, "Mark Holiday" <mholiday@nycap.NO-SPAM.rr.com> wrote: >Here is the problem restated for these newsgroups: > >I need to detect that a user has an active PPPoE connection >for Broadband, such as would be the case for a DSL connection. > >For example, under Network Connection applet: > >Type: "LAN or High-Speed Internet" >Device Name: <Name of PHYSICAL adapter in system> > >Type: "Broadband" >Device Name: "WAN Minport (PPPOE)" > >How can I reliably *programatically* - e.g. Win32 API - detect >that the "broadband device" is active? It does NOT seem to appear >in the system the same as a "physical" network adapter, such as >a good ol' wired NIC. > >(Thread started in NG microsoft.public.win32.programmer.networks) > >Thanks, >Mark
- Next message: qfel: "Re: Problems with raw sockets!"
- Previous message: rui: "Windows peer-to-peer networking"
- Maybe in reply to: Ivan Brugiolo [MSFT]: "Re: Detect PPPoE Broadband Connection - restated"
- Next in thread: Maxim S. Shatskih: "Re: Detect PPPoE Broadband Connection - restated"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|