hcom-0.0.0.6: Haskell COM support library
Safe HaskellNone
LanguageHaskell2010

System.Win32.Com.Automation.StdTypes

Documentation

type INT = Int32 Source #

type BYTE = Char Source #

type PVOID = Ptr () Source #

type LPVOID = Ptr () Source #

type LPIID = IID () Source #

type HWND = Ptr () Source #

type HMENU = Ptr () Source #

type HANDLE = Ptr () Source #

type REFIID = IID () Source #