Re: CreateFile on a device driver

From: sienaman (sienaman_at_discussions.microsoft.com)
Date: 08/27/04


Date: Fri, 27 Aug 2004 15:53:11 -0700

Your assumption is correct, I used a bad example. My driver (MYD1) exports
all required functions and is called by device.exe at boot time (I know this
since I can breakpoints in the Init function) and I am supplying PB with a
reg file at build time.

"Bruce Eitman (eMVP)" wrote:

> Hopefully MYDRIVER1: is actually something like MYD1: since it can only be
> three letters. The three letters need to be listed in the registry and in
> the function names like MYD_Init, and MYD_Open.
>
> Check HKLM\active to see if your driver is listed.
>
> --
> Bruce Eitman (eMVP)
> Senior Engineer
> beitman AT applieddata DOT net
>
> Applied Data Systems
> www.applieddata.net
> An ISO 9001:2000 Registered Company
> Microsoft WEP Gold-level Member
>
> Do have an opinion on the effectiveness of Microsoft Windows Mobile and
> Embedded newsgroups? Let us know!
> https://www.windowsembeddedeval.com/community/newsgroups
>
>
>



Relevant Pages

  • Re: how to load in a build in driver whose index is greater 10 in Windows CE
    ... an entry for the driver to load it at boot time. ... about the fact that numbers in the registry files are all hexadecimal, ... You must use the $device mount point to reference such a driver. ... But I likt this VCA12 as a build in driver, which will be load when the ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Installing NDIS miniport driver
    ... Jeff, thanks. ... It's not clear to me what you mean by 'at boot time'. ... My driver looks pretty much the same in the hklm\comm registry. ... >> gives up early because it doesn't see any active network devices. ...
    (microsoft.public.windowsce.embedded)
  • Re: Installing NDIS miniport driver
    ... There are a few ways that NDIS drivers get loaded: ... At boot time (which occurs immediately after the device is powered on ... load/initialize adapter instances like AsyncMac1 that are always present. ... A bus driver can tell NDIS that a NIC is ...
    (microsoft.public.windowsce.embedded)