Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: stat problems, or I don't understand how it works. Pin
David Crow3-Nov-06 4:38
David Crow3-Nov-06 4:38 
AnswerRe: stat problems, or I don't understand how it works. Pin
Maximilien3-Nov-06 4:40
Maximilien3-Nov-06 4:40 
GeneralRe: stat problems, or I don't understand how it works. Pin
David Crow3-Nov-06 4:59
David Crow3-Nov-06 4:59 
GeneralRe: stat problems, or I don't understand how it works. Pin
Maximilien3-Nov-06 5:11
Maximilien3-Nov-06 5:11 
Questionhow to copy file from source to destination in vc++? Pin
baldha rakesh3-Nov-06 3:09
baldha rakesh3-Nov-06 3:09 
AnswerRe: how to copy file from source to destination in vc++? Pin
Mila0253-Nov-06 3:20
Mila0253-Nov-06 3:20 
QuestionRe: how to copy file from source to destination in vc++? Pin
David Crow3-Nov-06 3:20
David Crow3-Nov-06 3:20 
QuestionIOCTL_NDIS_QUERY_GLOBAL_STATS not working for Vista Pin
pvn g3-Nov-06 2:29
pvn g3-Nov-06 2:29 
hi,
I want to get country code of Wireless LAN adapter.
for this i am using deviceIOControl as follows.

NDIS_OID ndisOid
//Atheros Specific OID
ndisOid = OID_ATH_REGULATORY_DOMAIN;

DeviceIoControl(theApp.m_hDevHandle,
IOCTL_NDIS_QUERY_GLOBAL_STATS,
(LPVOID)&ndisOid,
sizeof(ndisOid) + sizeof (ULONG) -1,
(LPVOID)&dwCountryCode,
sizeof(dwCountryCode),
&ulLen,
NULL);

this is working for WindowsXp, but not for Windows Vista.
can any body help me in this?????

to resolve this problem i got the information from MSDN site that it need to use WMI through the class "MSNdis_80211_WEPStatus".
i have seen it through WMI browser. but not getting any relevent information

pavan

QuestionOne instance into a dll Pin
NorGUI3-Nov-06 2:23
NorGUI3-Nov-06 2:23 
AnswerRe: One instance into a dll Pin
Cedric Moonen3-Nov-06 2:50
Cedric Moonen3-Nov-06 2:50 
QuestionRe: One instance into a dll Pin
David Crow3-Nov-06 3:03
David Crow3-Nov-06 3:03 
AnswerRe: One instance into a dll Pin
NorGUI3-Nov-06 3:11
NorGUI3-Nov-06 3:11 
GeneralRe: One instance into a dll Pin
David Crow3-Nov-06 3:15
David Crow3-Nov-06 3:15 
GeneralRe: One instance into a dll Pin
Cedric Moonen3-Nov-06 3:23
Cedric Moonen3-Nov-06 3:23 
GeneralRe: One instance into a dll Pin
NorGUI3-Nov-06 3:34
NorGUI3-Nov-06 3:34 
AnswerRe: One instance into a dll Pin
Phil J Pearson3-Nov-06 6:56
Phil J Pearson3-Nov-06 6:56 
GeneralRe: One instance into a dll Pin
NorGUI3-Nov-06 7:18
NorGUI3-Nov-06 7:18 
GeneralRe: One instance into a dll Pin
Phil J Pearson3-Nov-06 7:29
Phil J Pearson3-Nov-06 7:29 
GeneralRe: One instance into a dll Pin
NorGUI5-Nov-06 4:08
NorGUI5-Nov-06 4:08 
Questionpath of application Pin
radhika283-Nov-06 2:18
radhika283-Nov-06 2:18 
AnswerRe: path of application Pin
Michael Dunn3-Nov-06 2:26
sitebuilderMichael Dunn3-Nov-06 2:26 
GeneralRe: path of application Pin
radhika283-Nov-06 3:02
radhika283-Nov-06 3:02 
GeneralRe: path of application Pin
Mila0253-Nov-06 3:27
Mila0253-Nov-06 3:27 
GeneralRe: path of application Pin
Mark Salsbery3-Nov-06 5:26
Mark Salsbery3-Nov-06 5:26 
GeneralRe: path of application Pin
Hamid_RT3-Nov-06 6:16
Hamid_RT3-Nov-06 6:16 

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.