On this page
System.Win32.Info.Version
| Copyright | 2013 shelarcy |
|---|---|
| License | BSD-style |
| Maintainer | shelarcy@gmail.com |
| Stability | Provisional |
| Portability | Non-portable (Win32 API) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Contents
Description
Version information about your computer.
Version Info
data OSVERSIONINFOEX Source
Constructors
| OSVERSIONINFOEX | |
Fields
|
|
Instances
| Storable OSVERSIONINFOEX Source | |
|
Defined in System.Win32.Info.Version MethodssizeOf :: OSVERSIONINFOEX -> Int Source alignment :: OSVERSIONINFOEX -> Int Source peekElemOff :: Ptr OSVERSIONINFOEX -> Int -> IO OSVERSIONINFOEX Source pokeElemOff :: Ptr OSVERSIONINFOEX -> Int -> OSVERSIONINFOEX -> IO () Source peekByteOff :: Ptr b -> Int -> IO OSVERSIONINFOEX Source pokeByteOff :: Ptr b -> Int -> OSVERSIONINFOEX -> IO () Source peek :: Ptr OSVERSIONINFOEX -> IO OSVERSIONINFOEX Source poke :: Ptr OSVERSIONINFOEX -> OSVERSIONINFOEX -> IO () Source |
|
| Show OSVERSIONINFOEX Source | |
|
Defined in System.Win32.Info.Version MethodsshowsPrec :: Int -> OSVERSIONINFOEX -> ShowS Source show :: OSVERSIONINFOEX -> String Source showList :: [OSVERSIONINFOEX] -> ShowS Source |
|
type POSVERSIONINFOEX = Ptr OSVERSIONINFOEX Source
type LPOSVERSIONINFOEX = Ptr OSVERSIONINFOEX Source
data ProductType Source
Constructors
Instances
| Storable ProductType Source | |
|
Defined in System.Win32.Info.Version MethodssizeOf :: ProductType -> Int Source alignment :: ProductType -> Int Source peekElemOff :: Ptr ProductType -> Int -> IO ProductType Source pokeElemOff :: Ptr ProductType -> Int -> ProductType -> IO () Source peekByteOff :: Ptr b -> Int -> IO ProductType Source pokeByteOff :: Ptr b -> Int -> ProductType -> IO () Source peek :: Ptr ProductType -> IO ProductType Source poke :: Ptr ProductType -> ProductType -> IO () Source |
|
| Show ProductType Source | |
|
Defined in System.Win32.Info.Version MethodsshowsPrec :: Int -> ProductType -> ShowS Source show :: ProductType -> String Source showList :: [ProductType] -> ShowS Source |
|
| Eq ProductType Source | |
|
Defined in System.Win32.Info.Version |
|
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.4.2/docs/libraries/Win32-2.12.0.0/System-Win32-Info-Version.html