Dear All,
Is it possible to load kernel mode drivers (under 98/2000) from another
kernel mode driver ? Say the parent driver is Pnp and rest are non-Pnp ?
Thanks,
Hassan
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
ZwLoadDriver(PUNICODE_STRING ServiceKeyPathToDriver);
ZwUnloadDriver(…);
Jamey Kirby
StorageCraft, inc.
xxxxx@storagecraft.com
www.storagecraft.com
----- Original Message -----
From: “Hassan I Khan”
To: “NT Developers Interest List”
Sent: Thursday, August 16, 2001 8:44 PM
Subject: [ntdev] loading driver from kernel mode
> Dear All,
>
> Is it possible to load kernel mode drivers (under 98/2000) from another
> kernel mode driver ? Say the parent driver is Pnp and rest are non-Pnp ?
>
> Thanks,
> Hassan
>
>
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Thanks. Also is there any function equivalent to CreateService(…) function
in Kernel mode ? How can I add my driver service do the registry ?
Hassan
From: “Jamey Kirby”
>Reply-To: “NT Developers Interest List”
>To: “NT Developers Interest List”
>Subject: [ntdev] Re: loading driver from kernel mode
>Date: Tue, 14 Aug 2001 13:36:44 -0700
>
>ZwLoadDriver(PUNICODE_STRING ServiceKeyPathToDriver);
>ZwUnloadDriver(…);
>
>Jamey Kirby
>StorageCraft, inc.
>xxxxx@storagecraft.com
>www.storagecraft.com
>
>----- Original Message -----
>From: “Hassan I Khan”
>To: “NT Developers Interest List”
>Sent: Thursday, August 16, 2001 8:44 PM
>Subject: [ntdev] loading driver from kernel mode
>
>
> > Dear All,
> >
> > Is it possible to load kernel mode drivers (under 98/2000) from another
> > kernel mode driver ? Say the parent driver is Pnp and rest are non-Pnp ?
> >
> > Thanks,
> > Hassan
> >
> >
> >
> >
> > Get your FREE download of MSN Explorer at
>http://explorer.msn.com/intl.asp
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
—
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Look at JAxDriver.c in
ftp://ftp.software.ibm.com/s390/xmemsvcs/tools/DriverDemo.zip.
–
James Antognini
IBM Watson Research
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com