Test Windows version to see if it is Windows 2000 or later
bool is_win2k( bool bAndLater = true )
TRUE or FALSE
EX1
void is_win2k_ex1() { if( is_win2k(false) ) printf(" The OS version is exacly Windows 2000"); else printf(" The OS version is not Windows 2000"); }
origin.h