📄 coreapi.cnt
字号:
:Base COREAPI.HLP
:Title
1 Creating Windows
2 CreateMDIWindow=CreateMDIWindow
2 CreateWindow=CreateWindow
2 CreateWindowEx=CreateWindowEx
2 RegisterClass=RegisterClass
2 RegisterClassEx=RegisterClassEx
2 UnregisterClass=UnregisterClass
1 Message Processing
2 BroadcastSystemMessage=BroadcastSystemMessage
2 CallNextHookEx=CallNextHookEx
2 CallWindowProc=CallWindowProc
2 DefFrameProc=DefFrameProc
2 DefMDIChildProc=DefMDIChildProc
2 DefWindowProc=DefWindowProc
2 DispatchMessage=DispatchMessage
2 GetMessage=GetMessage
2 GetMessageExtraInfo=GetMessageExtraInfo
2 GetMessagePos=GetMessagePos
2 GetMessageTime=GetMessageTime
2 GetQueueStatus=GetQueueStatus
2 InSendMessage=InSendMessage
2 PeekMessage=PeekMessage
2 PostMessage=PostMessage
2 PostQuitMessage=PostQuitMessage
2 PostThreadMessage=PostThreadMessage
2 RegisterWindowMessage=RegisterWindowMessage
2 ReplyMessage=ReplyMessage
2 SendMessage=SendMessage
2 SendMessageCallback=SendMessageCallback
2 SendMessageTimeout=SendMessageTimeout
2 SendNotifyMessage=SendNotifyMessage
2 SetMessageExtraInfo=SetMessageExtraInfo
2 SetWindowsHookEx=SetWindowsHookEx
2 TranslateMessage=TranslateMessage
2 UnhookWindowsHookEx=UnhookWindowsHookEx
2 WaitMessage=WaitMessage
1 Window Information
2 AnyPopup=AnyPopup
2 ChildWindowFromPoint=ChildWindowFromPoint
2 ChildWindowFromPointEx=ChildWindowFromPointEx
2 EnableWindow=EnableWindow
2 EnumChildWindows=EnumChildWindows
2 EnumProps=EnumProps
2 EnumPropsEx=EnumPropsEx
2 EnumThreadWindows=EnumThreadWindows
2 EnumWindows=EnumWindows
2 FindWindow=FindWindow
2 FindWindowEx=FindWindowEx
2 GetClassInfo=GetClassInfo
2 GetClassInfoEx=GetClassInfoEx
2 GetClassLong=GetClassLong
2 GetClassName=GetClassName
2 GetClientRect=GetClientRect
2 GetDesktopWindow=GetDesktopWindow
2 GetFocus=GetFocus
2 GetForegroundWindow=GetForegroundWindow
2 GetNextWindow=GetNextWindow
2 GetParent=GetParent
2 GetProp=GetProp
2 GetTopWindow=GetTopWindow
2 GetWindow=GetWindow
2 GetWindowLong=GetWindowLong
2 GetWindowRect=GetWindowRect
2 GetWindowText=GetWindowText
2 GetWindowTextLength=GetWindowTextLength
2 IsChild=IsChild
2 IsIconic=IsIconic
2 IsWindow=IsWindow
2 IsWindowEnabled=IsWindowEnabled
2 IsWindowUnicode=IsWindowUnicode
2 IsWindowVisible=IsWindowVisible
2 IsZoomed=IsZoomed
2 RemoveProp=RemoveProp
2 SetActiveWindow=SetActiveWindow
2 SetClassLong=SetClassLong
2 SetFocus=SetFocus
2 SetForegroundWindow=SetForegroundWindow
2 SetParent=SetParent
2 SetProp=SetProp
2 SetWindowLong=SetWindowLong
2 SetWindowText=SetWindowText
2 WindowFromPoint=WindowFromPoint
1 Processes and Threads
2 CreateEvent=CreateEvent
2 CreateMutex=CreateMutex
2 CreateProcess=CreateProcess
2 CreateSemaphore=CreateSemaphore
2 CreateThread=CreateThread
2 DeleteCriticalSection=DeleteCriticalSection
2 DuplicateHandle=DuplicateHandle
2 EnterCriticalSection=EnterCriticalSection
2 ExitProcess=ExitProcess
2 ExitThread=ExitThread
2 GetCurrentProcess=GetCurrentProcess
2 GetCurrentProcessId=GetCurrentProcessId
2 GetCurrentThread=GetCurrentThread
2 GetCurrentThreadId=GetCurrentThreadId
2 GetExitCodeProcess=GetExitCodeProcess
2 GetExitCodeThread=GetExitCodeThread
2 GetPriorityClass=GetPriorityClass
2 GetThreadPriority=GetThreadPriority
2 GetWindowThreadProcessId=GetWindowThreadProcessId
2 InitializeCriticalSection=InitializeCriticalSection
2 InterlockedDecrement=InterlockedDecrement
2 InterlockedExchange=InterlockedExchange
2 InterlockedIncrement=InterlockedIncrement
2 LeaveCriticalSection=LeaveCriticalSection
2 OpenEvent=OpenEvent
2 OpenMutex=OpenMutex
2 OpenProcess=OpenProcess
2 OpenSemaphore=OpenSemaphore
2 PulseEvent=PulseEvent
2 ReleaseMutex=ReleaseMutex
2 ReleaseSemaphore=ReleaseSemaphore
2 ResetEvent=ResetEvent
2 ResumeThread=ResumeThread
2 SetEvent=SetEvent
2 SetPriorityClass=SetPriorityClass
2 SetThreadPriority=SetThreadPriority
2 Sleep=Sleep
2 SuspendThread=SuspendThread
2 TerminateProcess=TerminateProcess
2 TerminateThread=TerminateThread
2 TlsAlloc=TlsAlloc
2 TlsFree=TlsFree
2 TlsGetValue=TlsGetValue
2 TlsSetValue=TlsSetValue
2 WaitForInputIdle=WaitForInputIdle
2 WaitForSingleObject=WaitForSingleObject
1 Dynamic Link Libraries
2 DLLEntrypoint=DLLEntrypoint
2 DisableThreadLibraryCalls=DisableThreadLibraryCalls
2 FreeLibrary=FreeLibrary
2 FreeLibraryAndExitThread=FreeLibraryAndExitThread
2 GetModuleFileName=GetModuleFileName
2 GetModuleHandle=GetModuleHandle
2 GetProcAddress=GetProcAddress
2 LoadLibrary=LoadLibrary
2 LoadLibraryEx=LoadLibraryEx
1 INI Files and the Registry
2 GetPrivateProfileInt=GetPrivateProfileInt
2 GetPrivateProfileSection=GetPrivateProfileSection
2 GetPrivateProfileSectionNames=GetPrivateProfileSectionNames
2 GetPrivateProfileString=GetPrivateProfileString
2 GetPrivateProfileStruct=GetPrivateProfileStruct
2 GetProfileInt=GetProfileInt
2 GetProfileSection=GetProfileSection
2 GetProfileString=GetProfileString
2 RegCloseKey=RegCloseKey
2 RegCreateKeyEx=RegCreateKeyEx
2 RegDeleteKey=RegDeleteKey
2 RegDeleteValue=RegDeleteValue
2 RegEnumKeyEx=RegEnumKeyEx
2 RegEnumValue=RegEnumValue
2 RegFlushKey=RegFlushKey
2 RegLoadKey=RegLoadKey
2 RegOpenKeyEx=RegOpenKeyEx
2 RegQueryInfoKey=RegQueryInfoKey
2 RegQueryValueEx=RegQueryValueEx
2 RegReplaceKey=RegReplaceKey
2 RegSaveKey=RegSaveKey
2 RegSetValueEx=RegSetValueEx
2 RegUnLoadKey=RegUnLoadKey
2 WritePrivateProfileSection=WritePrivateProfileSection
2 WritePrivateProfileString=WritePrivateProfileString
2 WritePrivateProfileStruct=WritePrivateProfileStruct
2 WriteProfileSection=WriteProfileSection
2 WriteProfileString=WriteProfileString
1 Memory Management
2 CopyMemory=CopyMemory
2 FillMemory=FillMemory
2 GetProcessHeap=GetProcessHeap
2 GlobalAlloc=GlobalAlloc
2 GlobalDiscard=GlobalDiscard
2 GlobalFlags=GlobalFlags
2 GlobalFree=GlobalFree
2 GlobalHandle=GlobalHandle
2 GlobalLock=GlobalLock
2 GlobalMemoryStatus=GlobalMemoryStatus
2 GlobalReAlloc=GlobalReAlloc
2 GlobalSize=GlobalSize
2 GlobalUnlock=GlobalUnlock
2 HeapAlloc=HeapAlloc
2 HeapCreate=HeapCreate
2 HeapDestroy=HeapDestroy
2 HeapFree=HeapFree
2 HeapReAlloc=HeapReAlloc
2 HeapSize=HeapSize
2 IsBadCodePtr=IsBadCodePtr
2 IsBadReadPtr=IsBadReadPtr
2 IsBadStringPtr=IsBadStringPtr
2 IsBadWritePtr=IsBadWritePtr
2 LocalAlloc=LocalAlloc
2 LocalDiscard=LocalDiscard
2 LocalFlags=LocalFlags
2 LocalFree=LocalFree
2 LocalHandle=LocalHandle
2 LocalLock=LocalLock
2 LocalReAlloc=LocalReAlloc
2 LocalSize=LocalSize
2 LocalUnlock=LocalUnlock
2 MoveMemory=MoveMemory
2 VirtualAlloc=VirtualAlloc
2 VirtualFree=VirtualFree
2 VirtualProtect=VirtualProtect
2 VirtualQuery=VirtualQuery
2 ZeroMemory=ZeroMemory
1 The Clipboard
2 ChangeClipboardChain=ChangeClipboardChain
2 CloseClipboard=CloseClipboard
2 CountClipboardFormats=CountClipboardFormats
2 EmptyClipboard=EmptyClipboard
2 EnumClipboardFormats=EnumClipboardFormats
2 GetClipboardData=GetClipboardData
2 GetClipboardFormatName=GetClipboardFormatName
2 GetClipboardOwner=GetClipboardOwner
2 GetClipboardViewer=GetClipboardViewer
2 GetOpenClipboardWindow=GetOpenClipboardWindow
2 GetPriorityClipboardFormat=GetPriorityClipboardFormat
2 IsClipboardFormatAvailable=IsClipboardFormatAvailable
2 OpenClipboard=OpenClipboard
2 RegisterClipboardFormat=RegisterClipboardFormat
2 SetClipboardData=SetClipboardData
2 SetClipboardViewer=SetClipboardViewer
1 Input
2 ActivateKeyboardLayout=ActivateKeyboardLayout
2 ClipCursor=ClipCursor
2 DragDetect=DragDetect
2 GetAsyncKeyState=GetAsyncKeyState
2 GetCapture=GetCapture
2 GetCaretBlinkTime=GetCaretBlinkTime
2 GetCaretPos=GetCaretPos
2 GetClipCursor=GetClipCursor
2 GetCursorPos=GetCursorPos
2 GetDoubleClickTime=GetDoubleClickTime
2 GetInputState=GetInputState
2 GetKeyboardLayout=GetKeyboardLayout
2 GetKeyboardLayoutList=GetKeyboardLayoutList
2 GetKeyboardLayoutName=GetKeyboardLayoutName
2 GetKeyboardState=GetKeyboardState
2 GetKeyboardType=GetKeyboardType
2 GetKeyNameText=GetKeyNameText
2 GetKeyState=GetKeyState
2 keybd_event=keybd_event
2 joyGetDevCaps=joyGetDevCaps
2 joyGetNumDevs=joyGetNumDevs
2 joyGetPos=joyGetPos
2 joyGetPosEx=joyGetPosEx
2 joyGetThreshold=joyGetThreshold
2 joyReleaseCapture=joyReleaseCapture
2 joySetCapture=joySetCapture
2 joySetThreshold=joySetThreshold
2 LoadKeyboardLayout=LoadKeyboardLayout
2 MapVirtualKey=MapVirtualKey
2 MapVirtualKeyEx=MapVirtualKeyEx
2 mouse_event=mouse_event
2 OemKeyScan=OemKeyScan
2 ReleaseCapture=ReleaseCapture
2 SetCapture=SetCapture
2 SetCaretBlinkTime=SetCaretBlinkTime
2 SetCaretPos=SetCaretPos
2 SetCursorPos=SetCursorPos
2 SetDoubleClickTime=SetDoubleClickTime
2 SetKeyboardState=SetKeyboardState
2 SwapMouseButton=SwapMouseButton
2 UnloadKeyboardLayout=UnloadKeyboardLayout
2 VkKeyScan=VkKeyScan
2 VkKeyScanEx=VkKeyScanEx
1 File I/O
2 CloseHandle=CloseHandle
2 CompareFileTime=CompareFileTime
2 CopyFile=CopyFile
2 CreateDirectory=CreateDirectory
2 CreateDirectoryEx=CreateDirectoryEx
2 CreateFile=CreateFile
2 CreateFileMapping=CreateFileMapping
2 DeleteFile=DeleteFile
2 FileTimeToDosDateTime=FileTimeToDosDateTime
2 FileTimeToLocalFileTime=FileTimeToLocalFileTime
2 FileTimeToSystemTime=FileTimeToSystemTime
2 FindClose=FindClose
2 FindCloseChangeNotification=FindCloseChangeNotification
2 FindFirstChangeNotification=FindFirstChangeNotification
2 FindFirstFile=FindFirstFile
2 FindNextChangeNotification=FindNextChangeNotification
2 FindNextFile=FindNextFile
2 FlushFileBuffers=FlushFileBuffers
2 FlushViewOfFile=FlushViewOfFile
2 GetCurrentDirectory=GetCurrentDirectory
2 GetFileAttributes=GetFileAttributes
2 GetFileInformationByHandle=GetFileInformationByHandle
2 GetFileSize=GetFileSize
2 GetFileTime=GetFileTime
2 GetFileType=GetFileType
2 GetFileVersionInfo=GetFileVersionInfo
2 GetFileVersionInfoSize=GetFileVersionInfoSize
2 GetFullPathName=GetFullPathName
2 GetShortPathName=GetShortPathName
2 GetTempFileName=GetTempFileName
2 GetTempPath=GetTempPath
2 LocalFileTimeToFileTime=LocalFileTimeToFileTime
2 LockFile=LockFile
2 MapViewOfFile=MapViewOfFile
2 MoveFile=MoveFile
2 OpenFileMapping=OpenFileMapping
2 ReadFile=ReadFile
2 RemoveDirectory=RemoveDirectory
2 SearchPath=SearchPath
2 SetCurrentDirectory=SetCurrentDirectory
2 SetEndOfFile=SetEndOfFile
2 SetFileAttributes=SetFileAttributes
2 SetFilePointer=SetFilePointer
2 SetFileTime=SetFileTime
2 SystemTimeToFileTime=SystemTimeToFileTime
2 UnlockFile=UnlockFile
2 UnMapViewOfFile=UnMapViewOfFile
2 VerQueryValue=VerQueryValue
2 WriteFile=WriteFile
1 Strings and Atoms
2 AddAtom=AddAtom
2 CharLower=CharLower
2 CharLowerBuff=CharLowerBuff
2 CharNext=CharNext
2 CharPrev=CharPrev
2 CharToOem=CharToOem
2 CharToOemBuff=CharToOemBuff
2 CharUpper=CharUpper
2 CharUpperBuff=CharUpperBuff
2 CompareString=CompareString
2 DeleteAtom=DeleteAtom
2 EnumSystemCodePages=EnumSystemCodePages
2 EnumSystemLocales=EnumSystemLocales
2 FindAtom=FindAtom
2 FormatMessage=FormatMessage
2 GetACP=GetACP
2 GetAtomName=GetAtomName
2 GetCPInfo=GetCPInfo
2 GetDateFormat=GetDateFormat
2 GetOEMCP=GetOEMCP
2 GetTimeFormat=GetTimeFormat
2 GlobalAddAtom=GlobalAddAtom
2 GlobalDeleteAtom=GlobalDeleteAtom
2 GlobalFindAtom=GlobalFindAtom
2 GlobalGetAtomName=GlobalGetAtomName
2 InitAtomTable=InitAtomTable
2 IsCharAlpha=IsCharAlpha
2 IsCharAlphaNumeric=IsCharAlphaNumeric
2 IsCharLower=IsCharLower
2 IsCharUpper=IsCharUpper
2 lstrcat=lstrcat
2 lstrcmp=lstrcmp
2 lstrcmpi=lstrcmpi
2 lstrcpy=lstrcpy
2 lstrlen=lstrlen
2 MakeIntAtom=MakeIntAtom
2 OemToChar=OemToChar
2 OemToCharBuff=OemToCharBuff
2 ToAscii=ToAscii
2 wvsprintf=wvsprintf
1 System Information
2 ExpandEnvironmentStrings=ExpandEnvironmentStrings
2 FreeEnvironmentStrings=FreeEnvironmentStrings
2 GetCommandLine=GetCommandLine
2 GetComputerName=GetComputerName
2 GetDiskFreeSpace=GetDiskFreeSpace
2 GetDriveType=GetDriveType
2 GetEnvironmentStrings=GetEnvironmentStrings
2 GetEnvironmentVariable=GetEnvironmentVariable
2 GetLocaleInfo=GetLocaleInfo
2 GetLocalTime=GetLocalTime
2 GetLogicalDrives=GetLogicalDrives
2 GetLogicalDriveStrings=GetLogicalDriveStrings
2 GetStartupInfo=GetStartupInfo
2 GetSystemDefaultLangID=GetSystemDefaultLangID
2 GetSystemDefaultLCID=GetSystemDefaultLCID
2 GetSystemDirectory=GetSystemDirectory
2 GetSystemInfo=GetSystemInfo
2 GetSystemTime=GetSystemTime
2 GetSystemTimeAsFileTime=GetSystemTimeAsFileTime
2 GetTimeZoneInformation=GetTimeZoneInformation
2 GetUserDefaultLangID=GetUserDefaultLangID
2 GetUserDefaultLCID=GetUserDefaultLCID
2 GetUserName=GetUserName
2 GetVolumeInformation=GetVolumeInformation
2 GetVersionEx=GetVersionEx
2 GetWindowsDirectory=GetWindowsDirectory
2 SetComputerName=SetComputerName
2 SetEnvironmentVariable=SetEnvironmentVariable
2 SetLocaleInfo=SetLocaleInfo
2 SetLocalTime=SetLocalTime
2 SetSystemTime=SetSystemTime
2 SetVolumeLabel=SetVolumeLabel
2 SystemParametersInfo=SystemParametersInfo
2 VerLanguageName=VerLanguageName
1 Timers
2 GetTickCount=GetTickCount
2 KillTimer=KillTimer
2 QueryPerformanceCounter=QueryPerformanceCounter
2 QueryPerformanceFrequency=QueryPerformanceFrequency
2 SetTimer=SetTimer
1 Errors
2 Beep=Beep
2 ExitWindows=ExitWindows
2 ExitWindowsEx=ExitWindowsEx
2 FatalAppExit=FatalAppExit
2 GetLastError=GetLastError
2 MessageBeep=MessageBeep
2 SetLastError=SetLastError
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -