Re: obtaining data during data calls?



Yes, it's possible, but not from managed code. You'd have to use an NDIS
intermediate driver, which can only be written in C/C++ with eMbedded Visual
C++. Why would you want to do this?

Paul T.

"ursdestiny" <ursdestiny@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B36ADBA9-A0DE-45E4-B9D2-7C4D8A8CC036@xxxxxxxxxxxxxxxx
> Hello everyone,
> I am new to compact framework programming so sorry in advance if i ask
> some
> stupid questions ;).
> Well i wanted to khow is there any way I can gain access to the data
> (incoming and outgoing) while making a data call?
> Is there any method in TAPI for doing so .
> I am working in C# .net
> i hope to recieve an answer soon enough.
> thanks in advance
> ursdestiny


.



Relevant Pages

  • Re: Accessing peripherals from a managed application
    ... How would a C/C++ program talk to the driver? ... you'd P/Invoke to those API calls from managed code, ... Call on the imported functions to access the hardware. ...
    (microsoft.public.windowsce.app.development)
  • Re: Question about FILE_OBJECT
    ... NDIS IM is a driver that fully conforms to the model, ... I.E. every time they allocated a new context object they ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Running NDISTest on Vista with an NDIS IM Driver
    ... I had a quick look at the ndistest stuff in the WLK1.0c, ... actually some ndis driver in the ... I tried using the version that comes with WLK/DTM on PassThru (NDIS IM ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS functionality details
    ... In my driver I need to decompress compressed video data and provide ... >> NDIS subsystem exports a lot of functions with Ndis* prefix. ... >> DDK says, that there is two ways, one is to copy each packet to driver ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS Intermediate (passthru) communicates with second driver
    ... already occupied by NDIS. ... Now PASSTHRU is an NDIS intermediate driver, ... implements both an NDIS miniport and an NDIS protocol. ... device object via IoCreateDevicein the standard way in your IM. ...
    (microsoft.public.development.device.drivers)