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