hcom-0.0.0.6: Haskell COM support library
Safe HaskellNone
LanguageHaskell2010

System.Win32.Com.HDirect.WideString

Documentation

newtype WideString Source #

Constructors

WideString (Ptr Wchar_t) 

stackString :: String -> (Int -> Ptr Char -> IO a) -> IO a Source #