hcom-0.0.0.2: 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.Server.EnumInterface

Description

Generic implementation of Com-style enumeration interfaces - give it the list to enumerate & you're there!

Documentation

mkEnumInterface :: [a] -> Int -> (Ptr (Ptr a) -> a -> IO ()) -> IO (ComVTable iid objState) Source #