hcom-0.0.0.6: Haskell COM support library
Copyright(c) Sigbjorn Finne <sof@dcs.gla.ac.uk> 1998-99
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainersof@forkIO.com
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

System.Win32.Com.ClassFactory

Description

Haskell implementation of a COM class factory / component instance creator.

Documentation

createClassFactory :: (IID (IUnknown ()) -> IO (IUnknown ())) -> IO (IClassFactory ()) Source #

iidIClassFactory :: IID (IClassFactory ()) Source #