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?

Re: How to find what OS it is in kernel mode? by Andrew

Andrew
Wed Nov 19 11:51:38 CST 2003

try
IoIsWdmVersionAvailable

"Suneet Agera" <suneet.agera@wipro.com> wrote in message
news:06c101c3ae6c$79b2fc60$a501280a@phx.gbl...
> 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?