Home
last modified time | relevance | path

Searched refs:osVersionInfoEx (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx177 OSVERSIONINFOEX osVersionInfoEx; in IsServerSystem() local
178 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