Click here to Skip to main content
16,020,568 members

Comments by Axel Zur (Top 1 by date)

Axel Zur 2-Aug-11 3:41am View    
Deleted
Reason for my vote of 1
Is this code snippet a bad copy from somewhere?
If 'GetVersionEx' failed your function return 'true'.
For this you get also a warning C4305: 'return' : truncation from 'int' to 'bool'
Why 'ZeroMemory(&osvi, sizeof(SYSTEM_INFO));'?