ndisuio build problem

From: Boyd D. Mills (BMills_at_VCIControls.ca)
Date: 10/28/04


Date: Thu, 28 Oct 2004 16:20:35 -0400

I am using platform builder 4.1
I found a problem in ndisuio uio_ce.c where IOCTL_NDISUIO_OPEN_WRITE_DEVICE
requires the Createfile NOT use GENERIC_READ|GENERIC_WRITE. But then later
on, to change the protocol being monitored with IOCTL_NDISUIO_SET_ETHER_TYPE
it MUST be GENERIC_READ|GENERIC_WRITE !!!!!

Ok so I changed uio_ce.c so the open_write also insists on read-write
access.
Now how do I build this module so it will be inlcuded in the image build?

Thanks
/Boyd



Relevant Pages

  • Re: ask for help about NDISUIO programing
    ... what are you trying to do with NDISUIO? ... my problem is I can not execute any operation on NDISUIO except ... > The value for the handle created by CreateFile is 0xc3b71842, ... > hAdapter = CreateFile( ...
    (microsoft.public.windowsce.app.development)
  • Re: getting notifications from NDISUIO
    ... If you have Platform Builder installed, take a look at the following sample ... code which requests NDISUIO notifications. ... Microsoft Corporation ... Is this related to "RequestDeviceNotifications"? ...
    (microsoft.public.windowsce.app.development)
  • Re: How can i use Ndisuio in win32
    ... We can use Ndisuio in Win CE by opening it using CreateFile() and then we can use DeviceIocontrol() to set or query different things. ...
    (microsoft.public.development.device.drivers)
  • ask for help about NDISUIO programing
    ... my problem is I can not execute any operation on NDISUIO except for the createfile. ... nBindDriverErrorCode = GetLastError(); ...
    (microsoft.public.windowsce.app.development)