Searched refs:osVersionInfoEx (Results 1 – 1 of 1) sorted by relevance
177 OSVERSIONINFOEX osVersionInfoEx; in IsServerSystem() local178 osVersionInfoEx.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEX); in IsServerSystem()179 GetVersionEx(reinterpret_cast<LPOSVERSIONINFO>(&osVersionInfoEx)); in IsServerSystem()181 if ( osVersionInfoEx.wProductType != VER_NT_WORKSTATION ) in IsServerSystem()
Completed in 10 milliseconds