Microsoft Windows CE 3.0  

coredll Module

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The coredll module is the basic OS module that provides core functionality to other modules. This module must be present on all platforms, but not all of its components are required always.

Functions for Operating System Developers

The coredll component includes the following functions for operating system configuration, which are defined in the Celog.h, Pkfuncs.h, Pwinreg.h, Pwinuser.h, and Windbase.h header files. To import these functions, you need to link to the coredll.lib file.

Function
CeChangeDatabaseLCID
CeLogData
CeLogReSync
CeLogSetZones
RegCopyFile
RegisterTaskBar
RegisterTaskBar
RegRestoreFile
SetCleanRebootFlag
SetOOMEvent
VirtualSetPageFlags

Functions for Application Developers

The coredll module contains the following functions for application developers. To import these functions, you need to link to the coredll.lib file.

Function
AbnormalTermination
ActivateDevice
BeginDeferWindowPos
BeginPaint
BringWindowToTop
CallWindowProc
CheckPassword
ChildWindowFromPoint
ClientToScreen
CloseHandle
CopyFile
CreateEvent
CreateFile
CreateFileForMapping
CreateFileMapping
CreateMutex
CreateProcess
CreateThread
CreateWindowEx
DeactivateDevice
DebugActiveProcess
DeferWindowPos
DefWindowProc
DeleteAndRenameFile
DeleteFile
DeregisterDevice
DestroyWindow
DeviceIoControl
EnableWindow
EndDeferWindowPos
EndPaint
EnumWindows
FindClose
FindFirstFile
FindNextFile
FindResource
FindWindow
FlushFileBuffers
FlushInstructionCache
FlushViewOfFile
FreeLibrary
GetClassName
GetClientRect
GetDC
GetDCEx
GetDiskFreeSpaceEx
GetExitCodeProcess
GetExitCodeThread
GetFileAttributes
GetFileInformationByHandle
GetFileSize
GetFileTime
GetLastError
GetModuleFileName
GetModuleHandle
GetParent
GetProcAddress
GetStoreInformation
GetSystemInfo
GetThreadContext
GetThreadPriority
GetThreadTimes
GetTickCount
GetUpdateRect
GetUpdateRgn
GetWindow
GetWindowDC
GetWindowLong
GetWindowRect
GetWindowRgn
GetWindowText
GetWindowTextLength
GetWindowThreadProcessId
GlobalMemoryStatus
InvalidateRect
IsBadCodePtr
IsBadReadPtr
IsBadWritePtr
IsChild
IsWindow
IsWindowEnabled
LoadFSD
LoadLibrary
LoadResource
MapViewOfFile
MapWindowPoints
MoveFile
MoveWindow
OpenProcess
PostThreadMessage
QueryPerformanceCounter
QueryPerformanceFrequency
RaiseException
Random
ReadFile
ReadProcessMemory
RegCloseKey
RegCreateKeyEx
RegDeleteKey
RegDeleteValue
RegEnumKeyEx
RegEnumValue
RegFlushKey
RegisterDevice
RegOpenKeyEx
RegQueryInfoKey
RegQueryValueEx
RegSetValueEx
ReleaseDC
RemoveDirectory
ResumeThread
ScreenToClient
ScrollWindowEx
SetDaylightTime
SetEndOfFile
SetFileAttributes
SetFilePointer
SetFileTime
SetLastError
SetParent
SetThreadContext
SetThreadPriority
SetWindowLong
SetWindowPos
SetWindowRgn
SetWindowText
ShowWindow
SizeofResource
Sleep
SuspendThread
SystemParametersInfo
TerminateProcess
TerminateThread
UnmapViewOfFile
UpdateWindow
ValidateRect
VirtualAlloc
VirtualFree
VirtualProtect
VirtualQuery
WaitForDebugEvent
WaitForMultipleObjects
WaitForSingleObject
WindowFromPoint
WriteFile