Hello,
I heard that it is possible to export function pointers in driver also, just
like a dll. But I don’t know how to do it.
Is it possible to export IOCTL entry points also ?
Please let me know the procedure.
Thanks & Regards,
Aparna
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
A driver is a DLL so yes you can export entry points. You export the
function using a pragma, and in SOURCES declare it as LIBRARY.
Gary
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Aparna Sachin Argade
Sent: Tuesday, March 27, 2001 10:01 PM
To: NT Developers Interest List
Subject: [ntdev] exporting functions in w2k driver
Hello,
I heard that it is possible to export function pointers in driver also, just
like a dll. But I don’t know how to do it.
Is it possible to export IOCTL entry points also ?
Please let me know the procedure.
Thanks & Regards,
Aparna
You are currently subscribed to ntdev as: xxxxx@delphieng.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