I’m programming a system driver for Windows NT/2000 (.SYS) and I need
to know how can I detect if the driver is running under Windows NT or
Windows 2000. Anybody knows how to do that? Does Microsoft provides a
decent manner to do it? Any suggestion will be apreciated.
Thanks in advance
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi there!
RtlGetVersion returns extensive information about the current OS. You can also verify it with RtlVerifyVersionInfo.
Greetings,
Alex
----- Original Message -----
From: Francisco Avila Gonz?lez
To: File Systems Developers
Sent: Friday, March 23, 2001 7:00 PM
Subject: [ntfsd] How to determine a windows NT/2k version in kernel mode
I’m programming a system driver for Windows NT/2000 (.SYS) and I need
to know how can I detect if the driver is running under Windows NT or
Windows 2000. Anybody knows how to do that? Does Microsoft provides a
decent manner to do it? Any suggestion will be apreciated.
Thanks in advance
You are currently subscribed to ntfsd as: xxxxx@gmx.net
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com