|
-
June 18th, 1999, 08:56 PM
#1
If you use windows 95a
If your using Windows 95a could you please tell me the major and minor code you
get when you run this. Also, I would like to know the results from Windows 3.1 and Windows 95b.
OSVERSIONINFO x;
memset(&x, NULL, sizeof(OSVERSIONINFO));
x.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
long l1 = GetVersionEx(&x);
ASSERT(l1);
Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|