you mentioned updates to products. Is there any IA64 bit support in the works for any of it? thanks -JC (503)696-3351 ... From: Thomas F. Divine...
Carsey, Jaben
jaben.carsey@...
Jan 1, 2003 8:11 am
2346
The last PCAUSA survey about IA64 support needs did not identify sufficient potential customers to warrant purchase of IA64 development machines. However, that...
Apologies if I'm overlooking the obvious (probably the case :-) ... I searched the archives for this discussion list, etc. but came up empty-handed. Is there a...
Hi, Did anybody give an answer to the following question which was posted more than a year back. I am getting a "blue screen" in this code with NetBios...
Hi all, The 4th parameter of this function is a pointer to DRIVER_DISPATH. Can i pass DriverObject->MajorFunction to this function? Additionally what is the...
... You pass a pointer to a function table. The function table must have IRP_MJ_MAXIMUM_FUNCTION function pointers, each of which you initialize to point to a...
Hi All, Happy 2003. I need to 'automatically' install an Ndis Intermediate Driver, on both Windows 2000 and XP. I'd like to do this by running a single .EXE,...
Stan Bell
stan.bell@...
Jan 6, 2003 2:46 pm
2355
Have a look at the netcfg in the 2k/xp ddk's (src/network/config/netcfg) Gavin ps if you havent had microsoft certify the driver, depending on the windows ...
Dear Sir, We are a group of three students, currently working with Calsoft Pvt. Ltd. for our final year B.E. Project. We are developing the Kernel Sockets as...
Issue 26 of the Microsoft Windows Platform News included an interesting link that describes Microsoft's current policy/plans for product lifecycle support: ...
Hey! look in to the Source provided by the DDK in that network\wshsample\.. Iguess it will solve ur problem. all the best. yatindra Help STOP SPAM: Try the new...
Hi, I wanna use NdidMRegisterDevice in my IM driver. So i must define dispatch routines to handle IRPs. But they use PIRP structure which has been defined at...
Lookup NDIS_WDM in the DDK Help file. If you define NDIS_WDM=1 in your SOURCES file, then NDIS will insure that the correct WDM header is included. This is...
Dear, there. We are developing an application to analyze network packet on LAN, and are going to use WinDIS. Before developing the application, we did some ...
When you made you measurement it would be helpful to know 1.) packet size and 2.) packet frequency. Also the size of the buffer passed to the MPRead function...
Thanks for your detail information. I forgot to mention the data about our test. We generated 8300 packets per sec, and Average packet size is about 400 bytes....
... Thanks. ... As I understand it, only Windows XP supports HT. Unfortunately, PCAUSA does not have any experience with HT. On Windows I doubt that one can...
absolutely no guarentees about the order of packets. you mentioned about traffic monitoring application. your application should be written to be able to deal...
Dear Sir, We have asked for help many times but we aren't getting the response. We have implemented the following functions in kernel space using TDI...
Dear Vijender, Please don't misunderstand the lack of response. People in this list help when they can. I read your postings from top to bottom but passed when...
James Grant
james@...
Jan 10, 2003 4:10 pm
2371
James is right. Probably many developers have read your plea here as well as on the newsgroups (I saw it there several times). However, based on the...
Dear Sir, Sorry for insufficient information but since I wasn't getting any type of response, my posting got smaller. Here is the complete desc. of problems we...
You have already empirically found the answer to your question: return STATUS_MORE_PROCESSING_REQUIRED from MarkActive. Now to understand why. When you return...
Well we know what you want to tell. But here is the actual problem.As we are allocating the irps using TdiBuildInternelDeviceControl(), we aren't allowed to...
Humm... You have a real mess. Since TdiBuildInternalDeviceControl is just a macro around IoBuildInternalDeviceControlIrp, perhaps you should "free" it by...