Re: Question on EXPORT_DRIVER

Tech-Archive recommends: Fix windows errors by optimizing your registry



> I was thinking of leaving my driver code as is and provide the DLL interface
> to it by making the driver as export_driver and providing the .lib as part
> of my product release.

This is fine. Just have no DriverEntry in a kernel-mode DLL. For instance, MS's
SCSIPORT is such.

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


.



Relevant Pages

  • Re: its not just motorcycles.....
    ... lane, leaving you to fall back, in hope that the driver being held up ... or leaving you to smash head-on into the mini-van carrying seven ... truck, but knowing that if there is one and if you do smash into it ...
    (rec.motorcycles)
  • Re: [SLE] Rhetorical question
    ... > Linux licensing requirements are not given quarter; ... > confidential Windows specs or code, in breach of a Windows licence, in ... copyright and /or patented hardware specifications or driver code is ...
    (SuSE)
  • Re: How to Read CMOS RAM using win32 API
    ... I'm eagerly waiting for ur response by hoping to get code snippet for ... If you can do stuff like loading drivers without leaving a trace ... >> is important...Hence we don't prefer to write driver as it stores the key ...
    (microsoft.public.win32.programmer.kernel)
  • Re: [PATCH 2/4] virtual block device driver (ramzswap)
    ... There's strspn so maybe you could introduce a memspn equivalent. ... this simple function should stay within this driver only. ... helpers in driver code where they don't belong (and won't be ...
    (Linux-Kernel)
  • [RFC][PATCH] netconsole: avoid deadlock on printk from driver code
    ... Subject: netconsole: avoid deadlock on printk from driver code ... I encountered a hard-to-debug deadlock when I pulled out the plug of my ... RealTek 8139 which was also running netconsole: The driver wants to print ...
    (Linux-Kernel)