Hi.
I changed passthru NDIS intermediate driver to handle WAN interfaces.
I tried to bind driver between PPP and AsyncMac.
I can see in logs that MiniportQueryInformation function called 4
times (with OID_GEN_VENDOR_DRIVER_VERSION, OID_GEN_MAXIMUM_LOOKAHEAD,
OID_GEN_MAC_OPTIONS, OID_802_3_MAXIMUM_LIST_SIZE)
and MiniportHalt is called after this.
What can be a possible reason of halting the driver?
Is there a way to debug driver on PocketPC from Visual Studio 2005?