Win32-2.6.1.0: A binding to part of the Win32 library

Copyright2013 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellSafe
LanguageHaskell2010

System.Win32.Word

Description

Windows' unsigned integer types and pointer type.

Documentation

type WORD = Word16 #

type DWORD = Word32 #

type PDWORD = Ptr DWORD #

type DDWORD = Word64 #