From: aparna on 5 May 2010 06:31 Hi, I want to collect some information Related to wireless on my laptop(xp) such as: RadioInfo,bytes transmitted and received,signal quality,error rate etc. I tried WlanQueryInterface but Radio and bytes info is not supported for xp..it seems. Can anyone tell me any other method to find these values Thanks Aparna
From: ScottMcP [MVP] on 5 May 2010 09:25 On May 5, 6:31 am, aparna <aparnakakkar2...(a)gmail.com> wrote: > Hi, > > I want to collect some information Related to wireless on my > laptop(xp) such as: > > RadioInfo,bytes transmitted and received,signal quality,error rate > etc. > > I tried WlanQueryInterface but Radio and bytes info is not supported > for xp..it seems. > > Can anyone tell me any other method to find these values > > Thanks > Aparna GetTcpStatistics(). The MSDN page has a little example: http://msdn.microsoft.com/en-us/library/aa366020(VS.85).aspx
From: aparna on 6 May 2010 06:17 But it wont give me received and transmitted bytes for wifi adapter. Can anyone tell me how to do it with NDIS. I want radio info also,if its ON/OFF. Thanks On May 5, 6:25 pm, "ScottMcP [MVP]" <scott...(a)mvps.org> wrote: > On May 5, 6:31 am, aparna <aparnakakkar2...(a)gmail.com> wrote: > > > Hi, > > > I want to collect some information Related to wireless on my > > laptop(xp) such as: > > > RadioInfo,bytes transmitted and received,signal quality,error rate > > etc. > > > I tried WlanQueryInterface but Radio and bytes info is not supported > > for xp..it seems. > > > Can anyone tell me any other method to find these values > > > Thanks > > Aparna > > GetTcpStatistics(). The MSDN page has a little example:http://msdn.microsoft.com/en-us/library/aa366020(VS.85).aspx
|
Pages: 1 Prev: Detecting console window minimize Next: Application disappears without any crash dump |