Is sprintf() available in kernel mode? What about to NDIS drivers?
Thanks
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
Yes, just include stdio.h. See ntoskrnl.exe exports to see all available
functions (note it may differ on system version and SP). I use sprintf() in
the NDIS driver, it probably needs to turn off binary compatibility (#define
BINARY_COMPATIBLE 0 – see my yesterdays post about it).
Best regards,
Michal Vodicka
Veridicom
(RKK - Skytale)
[WWW: http://www.veridicom.com , http://www.skytale.com]
From: Scott Neugroschl[SMTP:xxxxx@troikanetworks.com]
Reply To: NT Developers Interest List
Sent: Tuesday, June 05, 2001 7:42 PM
To: NT Developers Interest List
Subject: [ntdev] Is sprintf available?
Is sprintf() available in kernel mode? What about to NDIS drivers?
Thanks
–
–
You are currently subscribed to ntdev as: xxxxx@rkk.cz
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
Hi,
VtoolsD is a good source of the KernelMode CLib implementation. Hope
Compuware will not kill you -)
Regards,
Anton
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