W3cubDocs

/Haskell 9

System.Win32.Info.Version

Copyright 2013 shelarcy
License BSD-style
Maintainer [email protected]
Stability Provisional
Portability Non-portable (Win32 API)
Safe Haskell Safe-Inferred
Language Haskell2010

Description

Version information about your computer.

Version Info

data OSVERSIONINFOEX Source

type POSVERSIONINFOEX = Ptr OSVERSIONINFOEX Source

type LPOSVERSIONINFOEX = Ptr OSVERSIONINFOEX Source

data ProductType Source

getVersionEx :: IO OSVERSIONINFOEX Source

c_GetVersionEx :: LPOSVERSIONINFOEX -> IO BOOL Source

Verify OS version

isVistaOrLater :: IO Bool Source

is7OrLater :: IO Bool Source

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/9.12.1/docs/libraries/Win32-2.14.1.0-d391/System-Win32-Info-Version.html