| Copyright | 2013 shelarcy |
|---|---|
| License | BSD-style |
| Maintainer | [email protected] |
| Stability | Provisional |
| Portability | Non-portable (Win32 API) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Version information about your computer.
data OSVERSIONINFOEX Source
| OSVERSIONINFOEX | |
Fields
| |
| Storable OSVERSIONINFOEX Source | |
Defined in System.Win32.Info.Version MethodssizeOf :: OSVERSIONINFOEX -> Int alignment :: OSVERSIONINFOEX -> Int peekElemOff :: Ptr OSVERSIONINFOEX -> Int -> IO OSVERSIONINFOEX pokeElemOff :: Ptr OSVERSIONINFOEX -> Int -> OSVERSIONINFOEX -> IO () peekByteOff :: Ptr b -> Int -> IO OSVERSIONINFOEX pokeByteOff :: Ptr b -> Int -> OSVERSIONINFOEX -> IO () peek :: Ptr OSVERSIONINFOEX -> IO OSVERSIONINFOEX poke :: Ptr OSVERSIONINFOEX -> OSVERSIONINFOEX -> IO () | |
| Show OSVERSIONINFOEX Source | |
Defined in System.Win32.Info.Version MethodsshowsPrec :: Int -> OSVERSIONINFOEX -> ShowS show :: OSVERSIONINFOEX -> String showList :: [OSVERSIONINFOEX] -> ShowS | |
type POSVERSIONINFOEX = Ptr OSVERSIONINFOEX Source
type LPOSVERSIONINFOEX = Ptr OSVERSIONINFOEX Source
data ProductType Source
| VerUnknow BYTE | |
| VerNTWorkStation | |
| VerNTDomainControler | |
| VerNTServer |
| Storable ProductType Source | |
Defined in System.Win32.Info.Version MethodssizeOf :: ProductType -> Int alignment :: ProductType -> Int peekElemOff :: Ptr ProductType -> Int -> IO ProductType pokeElemOff :: Ptr ProductType -> Int -> ProductType -> IO () peekByteOff :: Ptr b -> Int -> IO ProductType pokeByteOff :: Ptr b -> Int -> ProductType -> IO () peek :: Ptr ProductType -> IO ProductType poke :: Ptr ProductType -> ProductType -> IO () | |
| Show ProductType Source | |
Defined in System.Win32.Info.Version MethodsshowsPrec :: Int -> ProductType -> ShowS show :: ProductType -> String showList :: [ProductType] -> ShowS | |
| Eq ProductType Source | |
Defined in System.Win32.Info.Version | |
getVersionEx :: IO OSVERSIONINFOEX Source
c_GetVersionEx :: LPOSVERSIONINFOEX -> IO BOOL Source
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