Win32-2.2.0.1: A binding to part of the Win32 librarySource codeContentsIndex
System.Win32.DLL
Portabilityportable
Stabilityprovisional
MaintainerEsa Ilari Vuokko <ei@vuokko.info>
Description
A collection of FFI declarations for interfacing with Win32.
Documentation
disableThreadLibraryCalls :: HMODULE -> IO ()Source
c_DisableThreadLibraryCalls :: HMODULE -> IO BoolSource
freeLibrary :: HMODULE -> IO ()Source
c_FreeLibrary :: HMODULE -> IO BoolSource
c_FreeLibraryFinaliser :: FunPtr (HMODULE -> IO ())Source
getModuleFileName :: HMODULE -> IO StringSource
c_GetModuleFileName :: HMODULE -> LPTSTR -> Int -> IO BoolSource
getModuleHandle :: Maybe String -> IO HMODULESource
c_GetModuleHandle :: LPCTSTR -> IO HMODULESource
getProcAddress :: HMODULE -> String -> IO AddrSource
c_GetProcAddress :: HMODULE -> LPCSTR -> IO AddrSource
loadLibrary :: String -> IO HINSTANCESource
c_LoadLibrary :: LPCTSTR -> IO HINSTANCESource
type LoadLibraryFlags = DWORDSource
lOAD_LIBRARY_AS_DATAFILE :: LoadLibraryFlagsSource
lOAD_WITH_ALTERED_SEARCH_PATH :: LoadLibraryFlagsSource
loadLibraryEx :: String -> HANDLE -> LoadLibraryFlags -> IO HINSTANCESource
c_LoadLibraryEx :: LPCTSTR -> HANDLE -> LoadLibraryFlags -> IO HINSTANCESource
Produced by Haddock version 2.6.0