Tech Support > Microsoft Windows > Drivers > How to find what OS it is in kernel mode?
How to find what OS it is in kernel mode?
Posted by Suneet Agera on November 19th, 2003


Is there any kernel mode function to find out if my OS is
win 98. Walter Oney in his example FILEIO in his book uses
isWin98() but it is not recognised in my Win98 DDK or Win
XP DDK. Also can I assume that Win98 and WinME are
exactly similar in file creation i.e both use VxD
filesystem?

Posted by Andrew on November 19th, 2003


try
IoIsWdmVersionAvailable

"Suneet Agera" <suneet.agera@wipro.com> wrote in message
news:06c101c3ae6c$79b2fc60$a501280a@phx.gbl...



Similar Posts