Dear all, I got a problem. I want to use the sample protocol driver from
Windows DDK Server 2003
to bind with the NdisWan IM and get some OID from it. But the original
driver can only bind the
ethernet adapter, so I modified ndisprotCreateBinding() adding
NdisMediumWan" to MediumArray.
And it worked on NdisOpenAdapter(), but the following codes like get
OID_GEN_MAC_OPTIONS in
ndisprotDoRequest() failed.
Did I miss some things, could you guys give me some hints, thanks in
advance!
WeLKiN