Gentee Programming Language > Documentation > Libraries Download documentation

Windows API functions

This table contains Windows API functions the standard library stdlib.ge imports from kernel32.dll, user32.dll and shell32.dll. The green color indicates the names of functions the non-Unicode version of which is imported. As a rule, the names of such function end with A in dll. For example, GetModuleFileName indicates that actually the function GetModuleFileNameA is imported, but you must call it GetModuleFileName.

CharLowerBuff
CharToOemBuff
CharUpperBuff
CloseHandle
CompareFileTime
CopyFile
CreateDirectory
CreateFile
CreateProcess
DeleteFile
ExitProcess
FileTimeToLocalFileTime
FileTimeToSystemTime
FindClose
FindFirstFile
FindNextFile
FreeLibrary
GetDriveType
GetCurrentDirectory
GetDateFormat
GetExitCodeProcess
GetFileAttributes
GetFileTime
GetFileSize
GetFullPathName
GetLocaleInfo
GetLocalTime
GetLastError
GetModuleHandle
GetModuleFileName
GetPrivateProfileString
GetProcAddress
GetTimeFormat
IsDBCSLeadByte
LoadLibrary
MessageBeep
MoveFile
MulDiv
MultiByteToWideChar
OemToCharBuff
ReadFile
RemoveDirectory
SetCurrentDirectory
SetFileAttributes
SetFilePointer
SetFileTime
ShellExecute
SystemTimeToFileTime
WaitForSingleObject
WideCharToMultiByte
WriteFile
WritePrivateProfileString


 Copyright © 2004-2006 Gentee Inc. All rights reserved.