Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7781 - 7810 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7781
Hi all, We tried to uninstall ndis MUX intermediate driver(Available in DDK samples) from the Local area connection properties.It clears all the protocols from...
Harsha HS
harsha_highs...
Offline Send Email
Feb 1, 2007
3:08 pm
7782
The MUX driver has a companion Notify Object. The NO performs most of the work related to controlling the bindings to your driver during installation and...
Thomas F. Divine
pcatom
Offline Send Email
Feb 1, 2007
4:44 pm
7783
if i install 32-bit PCA driver on X64 platform(e.g. Vista 64), can my program work normally? Thanks! ...
zheng cheng
christie8208
Offline Send Email
Feb 3, 2007
2:48 am
7784
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of zheng cheng Sent: Friday, February 02, 2007 9:48 PM To:...
Thomas F. Divine
pcatom
Offline Send Email
Feb 3, 2007
3:02 am
7785
Hi, We are trying out to install passthru driver on WM5 Pocket PC. So far We have - 1) created a registry setting under the HKEY_LOCAL.../Comm/ 2) signed the...
vishalgupta95back
vishalgupta9...
Offline Send Email
Feb 8, 2007
3:31 pm
7786
I try to run Ndiscope.exe for x64 on Vista 64, firstly, i copy PCAMp50a64.sys and PCASp50a64.sys to %System%/driver/, then copy Ndiscope.exe ,W64N55.dll and...
zheng cheng
christie8208
Offline Send Email
Feb 10, 2007
4:07 pm
7787
_____ From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of zheng cheng Sent: Saturday, February 10, 2007 3:44 AM To:...
Thomas F. Divine
pcatom
Offline Send Email
Feb 10, 2007
8:44 pm
7788
Hi All; I want to develop a NDIS driver for windows vista. How much it is different from Win XP and Win2003 ? I have already developed the driver for XP and...
ashish bhargava
ashishbhargava
Offline Send Email
Feb 12, 2007
3:46 am
7789
Hi Vishal, I was facing the same problem you have mentioned. The issue is because of the definition file not getting included by the linker. Copy the ...
hash_defined
Offline Send Email
Feb 12, 2007
1:35 pm
7790
The Vista Windows Driver Kit (WDK) Network Design Guide includes the topic "Porting NDIS 5.x Drivers to NDIS 6.0" that should give you a start. Information...
Thomas F. Divine
pcatom
Offline Send Email
Feb 12, 2007
3:29 pm
7791
Thomas, Is there any documentation available (even source code) for adding a property page to a NDIS protocol driver (similar to tcpip) ? thanks kanna...
r_kanna
Online Now Send Email
Feb 13, 2007
2:36 am
7792
If you don't need anything fancy, you can use a Notify Object to add information to NDIS component's property page. Take a look at the DDK/WDK MUX Notify...
Thomas F. Divine
pcatom
Offline Send Email
Feb 13, 2007
4:26 am
7793
Thanks Thomas, I have downloaded the WDK evaluation version from the Microsoft site. It doesn't contain the documentation. I was trying to install the sample...
ashish bhargava
ashishbhargava
Offline Send Email
Feb 14, 2007
3:39 pm
7794
I am surprised that there is no documentation. That is a problem. Documentation should be on line, however. Build NDIS 5 IM Filter drivers using the Windows XP...
Thomas F. Divine
pcatom
Offline Send Email
Feb 14, 2007
3:48 pm
7795
Hi, A Native Wifi API call may fail when a caller does not have adequate permissions. By default, only a user who is logged on as a member of the...
³¢¤å¤t
alex9662
Offline Send Email
Feb 14, 2007
5:58 pm
7796
Clean Clean DocumentEmail MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal";...
mk rao
keshava_2103
Offline Send Email
Feb 19, 2007
3:43 am
7797
Dear group, first of all, I'd like to thank Thomas F. Devine for the countless answers and suggestions he has given, in this list and in the usenet, with the...
Lothar May
L-May@...
Send Email
Feb 20, 2007
10:27 pm
7798
Hi! I would like to know if somebody have succeded on scanning wireless networks via NDIS6 with I/O commands only. I am always getting error 87 (I think this...
lazslo82
Offline Send Email
Feb 21, 2007
2:42 pm
7799
I have been using the TDI samples for a while with success on WinXP and Win2K. Do I need to get an updated version of the sample code to use them on Vista? ...
Gary Price (iPrimus)
gbp271828@...
Send Email
Feb 21, 2007
11:22 pm
7800
Hi I have a question about my TDI Filter and hope that the experts here can provide me with some insight. I hope i have explained my question well otherwise...
faikriza
Offline Send Email
Feb 22, 2007
1:01 am
7801
TDI is deprecated on Vista. What this really means is that a TDI filter is not going to work on Vista. You need to use the new Vista-specific Windows Filtering...
Thomas F. Divine
pcatom
Offline Send Email
Feb 22, 2007
3:36 am
7802
What tool are you using to make the OID_DOT11_xyz NDIS requests? If it is a NDIS protocol-based tool, then on Vista there is a Microsoft NDIS filter driver...
Thomas F. Divine
pcatom
Offline Send Email
Feb 22, 2007
3:38 am
7803
For this specific call you are intercepting an IRP from a higher-level TDI client. Fortunately the documentation for TDI_CONNECT says that STATUS_PENDING is an...
Thomas F. Divine
pcatom
Offline Send Email
Feb 22, 2007
6:54 am
7804
Thomas, thanks for your unvaluable information you gave me about lightweight filters, without that I would have been walking in circles for so long. Now, I...
lazslo82
Offline Send Email
Feb 22, 2007
5:21 pm
7805
... [PCAUSA] Yes you do know what these things are! Examine the sample driver source code. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Feb 22, 2007
6:32 pm
7806
... higher-level TDI ... return ... TCP/IP ... that you ... would ... IRP" of ... That's a good idea, i thought of doing it something like this in the ...
faikriza
Offline Send Email
Feb 23, 2007
2:34 pm
7807
I want to use the ZAdapterComboBox in my code, so i add ComboBox to my dialog, and set owndraw fixed, then add adapter icon to the resource, its ID is set to...
zheng cheng
christie8208
Offline Send Email
Mar 14, 2007
3:01 am
7808
Use debugger to debug. Examine ZAdapterListBox::GetIconID call. Examine the GetItemDataPtr structure that is returned from GetItemDataPtr. Make sure that the...
Thomas F. Divine
pcatom
Offline Send Email
Mar 14, 2007
3:23 am
7809
Can anyone recommend any really good books on the topic of Memory Management on Windows 2003 server platforms? We need to do some stuff related to this area...
sanjayc.rm
Offline Send Email
Mar 15, 2007
3:24 am
7810
Get "Windows Internals" by Russinovich and Solomon this covers memory management well. Now, the thing is you are limited in what you can do, the API's in the...
Don Burn
don_burn
Offline Send Email
Mar 15, 2007
12:23 pm
Messages 7781 - 7810 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help