Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: _gcvt() format? Pin
toxcct17-Oct-05 4:46
toxcct17-Oct-05 4:46 
QuestionUsing GetAdaptersInfo() to find NIC's Pin
Taka Muraoka17-Oct-05 3:30
Taka Muraoka17-Oct-05 3:30 
AnswerRe: Using GetAdaptersInfo() to find NIC's Pin
cmk18-Oct-05 9:30
cmk18-Oct-05 9:30 
GeneralRe: Using GetAdaptersInfo() to find NIC's Pin
Taka Muraoka18-Oct-05 9:48
Taka Muraoka18-Oct-05 9:48 
GeneralRe: Using GetAdaptersInfo() to find NIC's Pin
cmk18-Oct-05 11:34
cmk18-Oct-05 11:34 
GeneralRe: Using GetAdaptersInfo() to find NIC's Pin
Taka Muraoka18-Oct-05 18:13
Taka Muraoka18-Oct-05 18:13 
GeneralRe: Using GetAdaptersInfo() to find NIC's Pin
cmk18-Oct-05 18:57
cmk18-Oct-05 18:57 
GeneralRe: Using GetAdaptersInfo() to find NIC's Pin
cmk18-Oct-05 19:34
cmk18-Oct-05 19:34 
Here's what i get when i have:
- loopback driver enabled
- USB 802.11b Linksys adapter running and connected
- 3Com ethernet card enabled but not connected

GetAdaptersInfo:
 
AdapterName : {06843A50-0E17-4875-9A37-0B0FFFD46917}
Description : Linksys Wireless-B USB Network Adapter v2.8
Type        : 6
Address     : 6  00-0C-41 59-50-A2
 
AdapterName : {1FAF0AD2-E065-4CE1-8130-1F53A2094248}
Description : MS LoopBack Driver
Type        : 6
Address     : 6  02-00-4C 4F-4F-50
 
AdapterName : {25FB0619-5DCC-4154-B82A-659516BE0744}
Description : 3Com EtherLink PCI
Type        : 6
Address     : 6  00-50-04 AB-A7-DB
 
GetIfTable:
 
wszName       :
bDescr        : MS TCP Loopback interface
dwType        : 24
dwAdminStatus : 1
dwOperStatus  : 5
Address       : 0  00-00-00 00-00-00
 
wszName       :
bDescr        : Linksys Wireless-B USB Network Adapter v2.8
dwType        : 6
dwAdminStatus : 1
dwOperStatus  : 5
Address       : 6  00-0C-41 59-50-A2
 
wszName       :
bDescr        : 3Com EtherLink PCI
dwType        : 6
dwAdminStatus : 1
dwOperStatus  : 0
Address       : 6  00-50-04 AB-A7-DB
 
wszName       :
bDescr        : MS LoopBack Driver
dwType        : 6
dwAdminStatus : 1
dwOperStatus  : 5
Address       : 6  02-00-4C 4F-4F-50

Of interest to note, the MAC for the "MS LoopBack Driver" uses an invalid prefix (02-00-4C is not registered) ... way to go MS.


...cmk

Save the whales - collect the whole set
GeneralRe: Using GetAdaptersInfo() to find NIC's Pin
Taka Muraoka18-Oct-05 19:38
Taka Muraoka18-Oct-05 19:38 
Question.net and MFC ? Pin
Intertherain17-Oct-05 3:25
Intertherain17-Oct-05 3:25 
AnswerRe: .net and MFC ? Pin
Kevin McFarlane17-Oct-05 7:04
Kevin McFarlane17-Oct-05 7:04 
QuestionWPARAM, LPARAM, LRESULT, CALLBACK -??? does not make sense! Pin
kk_vp17-Oct-05 3:04
kk_vp17-Oct-05 3:04 
AnswerRe: WPARAM, LPARAM, LRESULT, CALLBACK -??? does not make sense! Pin
toxcct17-Oct-05 3:32
toxcct17-Oct-05 3:32 
AnswerRe: WPARAM, LPARAM, LRESULT, CALLBACK -??? does not make sense! Pin
ThatsAlok17-Oct-05 4:01
ThatsAlok17-Oct-05 4:01 
GeneralRe: WPARAM, LPARAM, LRESULT, CALLBACK -??? does not make sense! Pin
kk_vp17-Oct-05 4:56
kk_vp17-Oct-05 4:56 
GeneralRe: WPARAM, LPARAM, LRESULT, CALLBACK -??? does not make sense! Pin
Eytukan17-Oct-05 8:00
Eytukan17-Oct-05 8:00 
QuestionIDE question Pin
kreaThor17-Oct-05 2:59
kreaThor17-Oct-05 2:59 
AnswerRe: IDE question Pin
David Crow17-Oct-05 4:31
David Crow17-Oct-05 4:31 
AnswerRe: IDE question Pin
M.Mehrdad.M17-Oct-05 6:39
M.Mehrdad.M17-Oct-05 6:39 
QuestionHelp with Windows, C++, OpenSSL Pin
JaVinci17-Oct-05 0:51
JaVinci17-Oct-05 0:51 
AnswerRe: Help with Windows, C++, OpenSSL Pin
sunit517-Oct-05 3:58
sunit517-Oct-05 3:58 
QuestionGenerate a GUID...? Pin
anderslundsgard17-Oct-05 0:05
anderslundsgard17-Oct-05 0:05 
AnswerRe: Generate a GUID...? Pin
ThatsAlok17-Oct-05 0:25
ThatsAlok17-Oct-05 0:25 
AnswerRe: Generate a GUID...? Pin
ewighell17-Oct-05 1:10
ewighell17-Oct-05 1:10 
Questionwhile scrolling using autoscroll in a panel, the contents won't update until you stop scrolling (on some pc's) Pin
cornholios16-Oct-05 22:55
cornholios16-Oct-05 22:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.