Re: IOCTL_NDIS_QUERY_GLOBAL_STATS on CE/PPC 2003

From: Maxim S. Shatskih (maxim_at_storagecraft.com)
Date: 02/27/04


Date: Fri, 27 Feb 2004 11:06:06 +0300


> Or, is this a custom OID for your driver?

Yes, a custom OID of my driver (NDIS IM), which is absolutely parameter-less.
Just a way for a user app to "kick" the driver to so some operation.

I'm planning to use the custom OID for this. In the driver code, the query for
this OID starts the operation (it can run async, the result reporting to the
caller is not necessary).

In the app code, I must send the OID query for this OID.

I also do not want to have large differences from Windows by being too
CE-specific, I want the code to be as Windows compatible as possible.

-- 
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


Relevant Pages

  • Re: IOCTL_NDIS_QUERY_GLOBAL_STATS on CE/PPC 2003
    ... You have to have the driver return the indication that it ... supports the given OID via the standard OID OID_GEN_SUPPORTED_LIST. ... is this a custom OID for your driver? ... I want the code to be as Windows compatible as possible. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: calling miniport custom OIDs through NDISUIO
    ... I forgot that your driver was for Windows Mobile. ... Can you please elaborate on the custom IOCTL interface? ... miniport also offer a stream device interface and use the IOTCL entry ... custom OID parameters, can the miniport driver expect NDISUIO to handle ...
    (microsoft.public.development.device.drivers)
  • Re: IOCTL_NDIS_QUERY_GLOBAL_STATS on CE/PPC 2003
    ... is this a custom OID for your driver? ... > Paul T. ... >> just the protocol driver who converts the IOCTLs to things like ...
    (microsoft.public.windowsce.platbuilder)