Win32-2.14.1.0: A binding to Windows Win32 API.
Copyright2013 shelarcy
LicenseBSD-style
Maintainershelarcy@gmail.com
StabilityProvisional
PortabilityNon-portable (Win32 API)
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Win32.Word

Description

Windows' unsigned integer types and pointer type.

Documentation

type WORD = Word16 Source #

type DWORD = Word32 Source #

type PDWORD = Ptr DWORD Source #

type LPDWORD = Ptr DWORD Source #

type DWORDLONG = Word64 Source #

type DDWORD = Word64 Source #

type DWORD32 = Word32 Source #

type DWORD64 = Word64 Source #