std.c.windows.windows
-
-
-
-
- int AdjustWindowRect(RECT* lpRect, uint dwStyle, int bMenu)
- int AdjustWindowRectEx(RECT* lpRect, uint dwStyle, int bMenu, uint dwExStyle)
- int AllocConsole()
- HANDLE BeginPaint(HANDLE hWnd, PAINTSTRUCT* lpPaint)
- int CheckDlgButton(HANDLE hDlg, int nIDButton, uint uCheck)
- int CheckRadioButton(HANDLE hDlg, int nIDFirstButton, int nIDLastButton, int nIDCheckButton)
- HANDLE ChildWindowFromPoint(HANDLE hWndParent, POINT Point)
- int ClientToScreen(HANDLE hWnd, POINT* lpPoint)
- int ClipCursor(RECT* lpRect)
- int CloseHandle(HANDLE hObject)
- int CompareFileTime(FILETIME* lpFileTime1, FILETIME* lpFileTime2)
- int CopyFileA(char* lpExistingFileName, char* lpNewFileName, int bFailIfExists)
- int CopyFileW(wchar* lpExistingFileName, wchar* lpNewFileName, int bFailIfExists)
- int CreateCaret(HANDLE hWnd, HANDLE hBitmap, int nWidth, int nHeight)
- HANDLE CreateCompatibleDC(HANDLE )
- HANDLE CreateConsoleScreenBuffer(uint dwDesiredAccess, uint dwShareMode, SECURITY_ATTRIBUTES* lpSecurityAttributes, uint dwFlags, void* lpScreenBufferData)
- int CreateDirectoryA(char* lpPathName, SECURITY_ATTRIBUTES* lpSecurityAttributes)
- int CreateDirectoryExA(char* lpTemplateDirectory, char* lpNewDirectory, SECURITY_ATTRIBUTES* lpSecurityAttributes)
- int CreateDirectoryExW(wchar* lpTemplateDirectory, wchar* lpNewDirectory, SECURITY_ATTRIBUTES* lpSecurityAttributes)
- int CreateDirectoryW(wchar* lpPathName, SECURITY_ATTRIBUTES* lpSecurityAttributes)
- HANDLE CreateFileA(char* lpFileName, uint dwDesiredAccess, uint dwShareMode, SECURITY_ATTRIBUTES* lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, HANDLE hTemplateFile)
- HANDLE CreateFileMappingA(HANDLE hFile, SECURITY_ATTRIBUTES* lpFileMappingAttributes, uint flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, char* lpName)
- HANDLE CreateFileMappingW(HANDLE hFile, SECURITY_ATTRIBUTES* lpFileMappingAttributes, uint flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, wchar* lpName)
- HANDLE CreateFileW(wchar* lpFileName, uint dwDesiredAccess, uint dwShareMode, SECURITY_ATTRIBUTES* lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, HANDLE hTemplateFile)
- HANDLE CreateFontA(int , int , int , int , int , uint , uint , uint , uint , uint , uint , uint , uint , char* )
- HANDLE CreateFontIndirectA(LOGFONTA* )
- HANDLE CreateFontW(int , int , int , int , int , uint , uint , uint , uint , uint , uint , uint , uint , wchar* )
- HANDLE CreatePalette(LOGPALETTE* )
- HANDLE CreatePatternBrush(HANDLE )
- HANDLE CreatePen(int , int , uint )
- HANDLE CreatePenIndirect(LOGPEN* )
- HANDLE CreatePolyPolygonRgn(POINT* , int* , int , int )
- HANDLE CreateRectRgn(int , int , int , int )
- HANDLE CreateRectRgnIndirect(RECT* )
- HANDLE CreateRoundRectRgn(int , int , int , int , int , int )
- int CreateScalableFontResourceA(uint , char* , char* , char* )
- int CreateScalableFontResourceW(uint , wchar* , wchar* , wchar* )
- HANDLE CreateSemaphoreA(SECURITY_ATTRIBUTES* lpSemaphoreAttributes, int lInitialCount, int lMaximumCount, char* lpName)
- HANDLE CreateWindowA(char* lpClassName, char* lpWindowName, uint dwStyle, int X, int Y, int nWidth, int nHeight, HANDLE hWndParent, HANDLE hMenu, HANDLE hInstance, void* lpParam)
- HANDLE CreateWindowExA(uint dwExStyle, char* lpClassName, char* lpWindowName, uint dwStyle, int X, int Y, int nWidth, int nHeight, HANDLE hWndParent, HANDLE hMenu, HANDLE hInstance, void* lpParam)
- int DefWindowProcA(HANDLE hWnd, uint Msg, uint wParam, int lParam)
- int DeleteDC(HANDLE )
- int DeleteFileA(char* lpFileName)
- int DeleteFileW(wchar* lpFileName)
- int DeleteObject(HANDLE )
- int DestroyCaret()
- int DialogBoxIndirectParamA(HANDLE hInstance, DLGTEMPLATE* hDialogTemplate, HANDLE hWndParent, int function() lpDialogFunc, int dwInitParam)
- int DialogBoxParamA(HANDLE hInstance, char* lpTemplateName, HANDLE hWndParent, int function() lpDialogFunc, int dwInitParam)
- int DisableThreadLibraryCalls(HANDLE hLibModule)
- int DispatchMessageA(MSG* lpMsg)
- int DosDateTimeToFileTime(ushort wFatDate, ushort wFatTime, FILETIME* lpFileTime)
- int DuplicateHandle(HANDLE sourceProcess, HANDLE sourceThread, HANDLE targetProcessHandle, HANDLE* targetHandle, uint access, int inheritHandle, uint options)
- int EnableScrollBar(HANDLE hWnd, uint wSBflags, uint wArrows)
- int EndDialog(HANDLE hDlg, int nResult)
- int EndPaint(HANDLE hWnd, PAINTSTRUCT* lpPaint)
- int ExcludeUpdateRgn(HANDLE hDC, HANDLE hWnd)
- uint ExpandEnvironmentStringsA(char* lpSrc, char* lpDst, uint nSize)
- int ExtSelectClipRgn(HANDLE , HANDLE , int )
- bool FAILED(int status)
- int FileTimeToDosDateTime(FILETIME* lpFileTime, ushort* lpFatDate, ushort* lpFatTime)
- int FileTimeToLocalFileTime(FILETIME* lpFileTime, FILETIME* lpLocalFileTime)
- int FileTimeToSystemTime(FILETIME* lpFileTime, SYSTEMTIME* lpSystemTime)
- int FillConsoleOutputAttribute(HANDLE hConsoleOutput, ushort wAttribute, uint nLength, COORD dwWriteCoord, uint* lpNumberOfAttrsWritten)
- int FillConsoleOutputCharacterA(HANDLE hConsoleOutput, char cCharacter, uint nLength, COORD dwWriteCoord, uint* lpNumberOfCharsWritten)
- int FillConsoleOutputCharacterW(HANDLE hConsoleOutput, wchar cCharacter, uint nLength, COORD dwWriteCoord, uint* lpNumberOfCharsWritten)
- int FillRect(HANDLE hDC, RECT* lprc, HANDLE hbr)
- int FindClose(HANDLE hFindFile)
- HANDLE FindFirstFileA(char* lpFileName, WIN32_FIND_DATA* lpFindFileData)
- HANDLE FindFirstFileW(wchar* lpFileName, WIN32_FIND_DATAW* lpFindFileData)
- int FindNextFileA(HANDLE hFindFile, WIN32_FIND_DATA* lpFindFileData)
- int FindNextFileW(HANDLE hFindFile, WIN32_FIND_DATAW* lpFindFileData)
- int FlushConsoleInputBuffer(HANDLE hConsoleInput)
- int FlushInstructionCache(HANDLE hProcess, void* lpBaseAddress, uint dwSize)
- int FlushViewOfFile(void* lpBaseAddress, uint dwNumberOfBytesToFlush)
- uint FormatMessageA(uint dwFlags, void* lpSource, uint dwMessageId, uint dwLanguageId, char* lpBuffer, uint nSize, void** Arguments)
- uint FormatMessageW(uint dwFlags, void* lpSource, uint dwMessageId, uint dwLanguageId, wchar* lpBuffer, uint nSize, void** Arguments)
- int FreeConsole()
- int FreeLibrary(HANDLE hLibModule)
- void FreeLibraryAndExitThread(HANDLE hLibModule, uint dwExitCode)
- int FreeResource(HANDLE hResData)
- int GenerateConsoleCtrlEvent(uint dwCtrlEvent, uint dwProcessGroupId)
- uint GetACP()
- uint GetCaretBlinkTime()
- int GetCaretPos(POINT* lpPoint)
- int GetClientRect(HANDLE hWnd, RECT* lpRect)
- int GetClipBox(HANDLE , RECT* )
- int GetClipCursor(RECT* lpRect)
- int GetClipRgn(HANDLE , HANDLE )
- uint GetConsoleCP()
- int GetConsoleCursorInfo(HANDLE hConsoleOutput, CONSOLE_CURSOR_INFO* lpConsoleCursorInfo)
- int GetConsoleMode(HANDLE hConsoleHandle, uint* lpMode)
- uint GetConsoleOutputCP()
- int GetConsoleScreenBufferInfo(HANDLE hConsoleOutput, CONSOLE_SCREEN_BUFFER_INFO* lpConsoleScreenBufferInfo)
- uint GetConsoleTitleA(char* lpConsoleTitle, uint nSize)
- uint GetConsoleTitleW(wchar* lpConsoleTitle, uint nSize)
- uint GetCurrentDirectoryA(uint nBufferLength, char* lpBuffer)
- uint GetCurrentDirectoryW(uint nBufferLength, wchar* lpBuffer)
- HANDLE GetCurrentObject(HANDLE , uint )
- int GetCurrentPositionEx(HANDLE , POINT* )
- HANDLE GetCurrentProcess()
- uint GetCurrentProcessId()
- HANDLE GetCurrentThread()
- uint GetCurrentThreadId()
- HANDLE GetCursor()
- int GetCursorPos(POINT* lpPoint)
- HANDLE GetDC(HANDLE hWnd)
- HANDLE GetDCEx(HANDLE hWnd, HANDLE hrgnClip, uint flags)
- int GetDeviceCaps(HANDLE , int )
- HANDLE GetDlgItem(HANDLE hDlg, int nIDDlgItem)
- uint GetDlgItemInt(HANDLE hDlg, int nIDDlgItem, int* lpTranslated, int bSigned)
- uint GetDlgItemTextA(HANDLE hDlg, int nIDDlgItem, char* lpString, int nMaxCount)
- uint GetDlgItemTextW(HANDLE hDlg, int nIDDlgItem, wchar* lpString, int nMaxCount)
- int GetExitCodeThread(HANDLE hThread, uint* lpExitCode)
- uint GetFileAttributesA(char* lpFileName)
- uint GetFileAttributesW(wchar* lpFileName)
- uint GetFileSize(HANDLE hFile, uint* lpFileSizeHigh)
- short GetFileTitleA(char* , char* , ushort )
- short GetFileTitleW(wchar* , wchar* , ushort )
- HANDLE GetFocus()
- HANDLE GetForegroundWindow()
- COORD GetLargestConsoleWindowSize(HANDLE hConsoleOutput)
- uint GetLastError()
- void GetLocalTime(SYSTEMTIME* lpSystemTime)
- int GetMailslotInfo(HANDLE hMailslot, uint* lpMaxMessageSize, uint* lpNextSize, uint* lpMessageCount, uint* lpReadTimeout)
- int GetMessageA(MSG* lpMsg, HANDLE hWnd, uint wMsgFilterMin, uint wMsgFilterMax)
- int GetMetaRgn(HANDLE , HANDLE )
- uint GetModuleFileNameA(HANDLE hModule, char* lpFilename, uint nSize)
- HANDLE GetModuleHandleA(char* lpModuleName)
- int GetNumberOfConsoleInputEvents(HANDLE hConsoleInput, uint* lpNumberOfEvents)
- int GetNumberOfConsoleMouseButtons(uint* lpNumberOfMouseButtons)
- int GetObjectA(HANDLE , int , void* )
- int GetObjectW(HANDLE , int , void* )
- uint GetOEMCP()
- int GetOpenFileNameA(OPENFILENAMEA* )
- int GetOpenFileNameW(OPENFILENAMEW* )
- int function() GetProcAddress(HANDLE hModule, char* lpProcName)
- int GetProcessTimes(HANDLE hProcess, FILETIME* lpCreationTime, FILETIME* lpExitTime, FILETIME* lpKernelTime, FILETIME* lpUserTime)
- int GetSaveFileNameA(OPENFILENAMEA* )
- int GetSaveFileNameW(OPENFILENAMEW* )
- int GetScrollPos(HANDLE hWnd, int nBar)
- int GetScrollRange(HANDLE hWnd, int nBar, int* lpMinPos, int* lpMaxPos)
- HANDLE GetStockObject(int )
- HANDLE GetSubMenu(HANDLE hMenu, int nPos)
- int GetSystemMetrics(int nIndex)
- void GetSystemTime(SYSTEMTIME* lpSystemTime)
- int GetSystemTimeAdjustment(uint* lpTimeAdjustment, uint* lpTimeIncrement, int* lpTimeAdjustmentDisabled)
- void GetSystemTimeAsFileTime(FILETIME* lpSystemTimeAsFileTime)
- int GetTextMetricsA(HANDLE , TEXTMETRICA* )
- int GetThreadContext(HANDLE hThread, CONTEXT* lpContext)
- int GetThreadPriority(HANDLE hThread)
- int GetThreadPriorityBoost(HANDLE hThread, int* pDisablePriorityBoost)
- int GetThreadTimes(HANDLE hThread, FILETIME* lpCreationTime, FILETIME* lpExitTime, FILETIME* lpKernelTime, FILETIME* lpUserTime)
- uint GetTickCount()
- uint GetTimeZoneInformation(TIME_ZONE_INFORMATION* lpTimeZoneInformation)
- int GetUpdateRect(HANDLE hWnd, RECT* lpRect, int bErase)
- int GetUpdateRgn(HANDLE hWnd, HANDLE hRgn, int bErase)
- uint GetVersion()
- HANDLE GetWindowDC(HANDLE hWnd)
- int GetWindowRect(HANDLE hWnd, RECT* lpRect)
- int GetWindowRgn(HANDLE hWnd, HANDLE hRgn)
- uint GlobalCompact(uint dwMinFree)
- void GlobalFix(HANDLE hMem)
- HANDLE GlobalFree(HANDLE hMem)
- void GlobalMemoryStatus(MEMORYSTATUS* lpBuffer)
- void GlobalUnfix(HANDLE hMem)
- int GlobalUnlock(HANDLE hMem)
- int GlobalUnWire(HANDLE hMem)
- void* GlobalWire(HANDLE hMem)
- int HideCaret(HANDLE hWnd)
- ushort HIWORD(int l)
- void* InterlockedCompareExchange(void** Destination, void* Exchange, void* Comperand)
- int InterlockedDecrement(int* lpAddend)
- int InterlockedExchange(int* Target, int Value)
- int InterlockedExchangeAdd(int* Addend, int Value)
- int InterlockedIncrement(int* lpAddend)
- int InvalidateRect(HANDLE hWnd, RECT* lpRect, int bErase)
- int InvalidateRgn(HANDLE hWnd, HANDLE hRgn, int bErase)
- int IsDBCSLeadByte(ubyte TestChar)
- int IsDBCSLeadByteEx(uint CodePage, ubyte TestChar)
- uint IsDlgButtonChecked(HANDLE hDlg, int nIDButton)
- int IsValidCodePage(uint CodePage)
- int LineTo(HANDLE , int , int )
- HANDLE LoadBitmapA(HANDLE hInstance, char* lpBitmapName)
- HANDLE LoadBitmapW(HANDLE hInstance, wchar* lpBitmapName)
- HANDLE LoadCursorA(HANDLE hInstance, char* lpCursorName)
- HANDLE LoadCursorW(HANDLE hInstance, wchar* lpCursorName)
- HANDLE LoadIconA(HANDLE hInstance, char* lpIconName)
- HANDLE LoadIconW(HANDLE hInstance, wchar* lpIconName)
- HANDLE LoadLibraryA(char* lpLibFileName)
- HANDLE LoadMenuA(HANDLE hInstance, char* lpMenuName)
- HANDLE LoadMenuW(HANDLE hInstance, wchar* lpMenuName)
- HANDLE LocalAlloc(uint uFlags, uint uBytes)
- uint LocalCompact(uint uMinFree)
- int LocalFileTimeToFileTime(FILETIME* lpLocalFileTime, FILETIME* lpFileTime)
- uint LocalFlags(HANDLE hMem)
- HANDLE LocalFree(HANDLE hMem)
- HANDLE LocalHandle(void* pMem)
- void* LocalLock(HANDLE hMem)
- HANDLE LocalReAlloc(HANDLE hMem, uint uBytes, uint uFlags)
- uint LocalShrink(HANDLE hMem, uint cbNewSize)
- uint LocalSize(HANDLE hMem)
- int LocalUnlock(HANDLE hMem)
- void* LockResource(HANDLE hResData)
- int LockWindowUpdate(HANDLE hWndLock)
- ushort LOWORD(int l)
- char* MAKEINTRESOURCEA(int i)
- int MAKELANGID(int p, int s)
- void* MapViewOfFile(HANDLE hFileMappingObject, uint dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap)
- void* MapViewOfFileEx(HANDLE hFileMappingObject, uint dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap, void* lpBaseAddress)
- int MapWindowPoints(HANDLE hWndFrom, HANDLE hWndTo, POINT* lpPoints, uint cPoints)
- int MessageBeep(uint uType)
- int MessageBoxA(HANDLE hWnd, char* lpText, char* lpCaption, uint uType)
- int MessageBoxExA(HANDLE hWnd, char* lpText, char* lpCaption, uint uType, ushort wLanguageId)
- int MoveFileA(char* from, char* to)
- int MoveFileW(wchar* lpExistingFileName, wchar* lpNewFileName)
- int MoveToEx(HANDLE , int , int , POINT* )
- int MultiByteToWideChar(uint CodePage, uint dwFlags, char* lpMultiByteStr, int cchMultiByte, wchar* lpWideCharStr, int cchWideChar)
- HANDLE OpenSemaphoreA(uint dwDesiredAccess, int bInheritHandle, char* lpName)
- int PaintDesktop(HANDLE hdc)
- int PeekConsoleInputA(HANDLE hConsoleInput, INPUT_RECORD* lpBuffer, uint nLength, uint* lpNumberOfEventsRead)
- int PeekConsoleInputW(HANDLE hConsoleInput, INPUT_RECORD* lpBuffer, uint nLength, uint* lpNumberOfEventsRead)
- int PeekMessageA(MSG* lpMsg, HANDLE hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg)
- int PlaySoundA(char* pszSound, HANDLE hmod, uint fdwSound)
- int PlaySoundW(wchar* pszSound, HANDLE hmod, uint fdwSound)
- void PostQuitMessage(int nExitCode)
- ushort PRIMARYLANGID(int lgid)
- int QueryPerformanceCounter(long* lpPerformanceCount)
- int QueryPerformanceFrequency(long* lpFrequency)
- int ReadConsoleA(HANDLE hConsoleInput, void* lpBuffer, uint nNumberOfCharsToRead, uint* lpNumberOfCharsRead, void* lpReserved)
- int ReadConsoleInputA(HANDLE hConsoleInput, INPUT_RECORD* lpBuffer, uint nLength, uint* lpNumberOfEventsRead)
- int ReadConsoleInputW(HANDLE hConsoleInput, INPUT_RECORD* lpBuffer, uint nLength, uint* lpNumberOfEventsRead)
- int ReadConsoleOutputA(HANDLE hConsoleOutput, CHAR_INFO* lpBuffer, COORD dwBufferSize, COORD dwBufferCoord, SMALL_RECT* lpReadRegion)
- int ReadConsoleOutputAttribute(HANDLE hConsoleOutput, ushort* lpAttribute, uint nLength, COORD dwReadCoord, uint* lpNumberOfAttrsRead)
- int ReadConsoleOutputCharacterA(HANDLE hConsoleOutput, char* lpCharacter, uint nLength, COORD dwReadCoord, uint* lpNumberOfCharsRead)
- int ReadConsoleOutputCharacterW(HANDLE hConsoleOutput, wchar* lpCharacter, uint nLength, COORD dwReadCoord, uint* lpNumberOfCharsRead)
- int ReadConsoleOutputW(HANDLE hConsoleOutput, CHAR_INFO* lpBuffer, COORD dwBufferSize, COORD dwBufferCoord, SMALL_RECT* lpReadRegion)
- int ReadConsoleW(HANDLE hConsoleInput, void* lpBuffer, uint nNumberOfCharsToRead, uint* lpNumberOfCharsRead, void* lpReserved)
- int ReadFile(HANDLE hFile, void* lpBuffer, uint nNumberOfBytesToRead, uint* lpNumberOfBytesRead, OVERLAPPED* lpOverlapped)
- int RedrawWindow(HANDLE hWnd, RECT* lprcUpdate, HANDLE hrgnUpdate, uint flags)
- int RegCloseKey(HANDLE hKey)
- int RegCreateKeyExA(HANDLE hKey, char* lpSubKey, uint Reserved, char* lpClass, uint dwOptions, uint samDesired, SECURITY_ATTRIBUTES* lpSecurityAttributes, HANDLE* phkResult, uint* lpdwDisposition)
- int RegDeleteKeyA(HANDLE hKey, char* lpSubKey)
- int RegDeleteValueA(HANDLE hKey, char* lpValueName)
- int RegEnumKeyExA(HANDLE hKey, uint dwIndex, char* lpName, uint* lpcbName, uint* lpReserved, char* lpClass, uint* lpcbClass, FILETIME* lpftLastWriteTime)
- int RegEnumValueA(HANDLE hKey, uint dwIndex, char* lpValueName, uint* lpcbValueName, uint* lpReserved, uint* lpType, ubyte* lpData, uint* lpcbData)
- int RegFlushKey(HANDLE hKey)
- ushort RegisterClassA(WNDCLASSA* lpWndClass)
- int RegOpenKeyA(HANDLE hKey, char* lpSubKey, HANDLE* phkResult)
- int RegOpenKeyExA(HANDLE hKey, char* lpSubKey, uint ulOptions, uint samDesired, HANDLE* phkResult)
- int RegQueryInfoKeyA(HANDLE hKey, char* lpClass, uint* lpcbClass, uint* lpReserved, uint* lpcSubKeys, uint* lpcbMaxSubKeyLen, uint* lpcbMaxClassLen, uint* lpcValues, uint* lpcbMaxValueNameLen, uint* lpcbMaxValueLen, uint* lpcbSecurityDescriptor, FILETIME* lpftLastWriteTime)
- int RegQueryValueA(HANDLE hKey, char* lpSubKey, char* lpValue, int* lpcbValue)
- int RegSetValueExA(HANDLE hKey, char* lpValueName, uint Reserved, uint dwType, ubyte* lpData, uint cbData)
- int ReleaseDC(HANDLE hWnd, HANDLE hDC)
- int ReleaseSemaphore(HANDLE hSemaphore, int lReleaseCount, int* lpPreviousCount)
- int RemoveDirectoryA(char* lpPathName)
- int RemoveDirectoryW(wchar* lpPathName)
- int ResizePalette(HANDLE , uint )
- uint ResumeThread(HANDLE hThread)
- uint RGB(int r, int g, int b)
- int RoundRect(HANDLE , int , int , int , int , int , int )
- int SaveDC(HANDLE )
- int ScreenToClient(HANDLE hWnd, POINT* lpPoint)
- int ScrollConsoleScreenBufferA(HANDLE hConsoleOutput, SMALL_RECT* lpScrollRectangle, SMALL_RECT* lpClipRectangle, COORD dwDestinationOrigin, CHAR_INFO* lpFill)
- int ScrollConsoleScreenBufferW(HANDLE hConsoleOutput, SMALL_RECT* lpScrollRectangle, SMALL_RECT* lpClipRectangle, COORD dwDestinationOrigin, CHAR_INFO* lpFill)
- int ScrollDC(HANDLE hDC, int dx, int dy, RECT* lprcScroll, RECT* lprcClip, HANDLE hrgnUpdate, RECT* lprcUpdate)
- int ScrollWindow(HANDLE hWnd, int XAmount, int YAmount, RECT* lpRect, RECT* lpClipRect)
- int ScrollWindowEx(HANDLE hWnd, int dx, int dy, RECT* prcScroll, RECT* prcClip, HANDLE hrgnUpdate, RECT* prcUpdate, uint flags)
- int SelectClipRgn(HANDLE , HANDLE )
- HANDLE SelectObject(HANDLE , HANDLE )
- HANDLE SelectPalette(HANDLE , HANDLE , int )
- int SendMessageA(HANDLE hWnd, uint Msg, uint wParam, int lParam)
- HANDLE SetActiveWindow(HANDLE hWnd)
- int SetBitmapBits(HANDLE , uint , void* )
- uint SetBkColor(HANDLE , uint )
- int SetBkMode(HANDLE , int )
- uint SetBoundsRect(HANDLE , RECT* , uint )
- int SetCaretBlinkTime(uint uMSeconds)
- int SetCaretPos(int X, int Y)
- int SetConsoleActiveScreenBuffer(HANDLE hConsoleOutput)
- int SetConsoleCP(uint wCodePageID)
- int SetConsoleCtrlHandler(int function(uint) HandlerRoutine, int Add)
- int SetConsoleCursorInfo(HANDLE hConsoleOutput, CONSOLE_CURSOR_INFO* lpConsoleCursorInfo)
- int SetConsoleCursorPosition(HANDLE hConsoleOutput, COORD dwCursorPosition)
- int SetConsoleMode(HANDLE hConsoleHandle, uint dwMode)
- int SetConsoleOutputCP(uint wCodePageID)
- int SetConsoleScreenBufferSize(HANDLE hConsoleOutput, COORD dwSize)
- int SetConsoleTextAttribute(HANDLE hConsoleOutput, ushort wAttributes)
- int SetConsoleTitleA(char* lpConsoleTitle)
- int SetConsoleTitleW(wchar* lpConsoleTitle)
- int SetConsoleWindowInfo(HANDLE hConsoleOutput, int bAbsolute, SMALL_RECT* lpConsoleWindow)
- int SetCurrentDirectoryA(char* lpPathName)
- int SetCurrentDirectoryW(wchar* lpPathName)
- HANDLE SetCursor(HANDLE hCursor)
- int SetCursorPos(int X, int Y)
- int SetDIBits(HANDLE , HANDLE , uint , uint , void* , BITMAPINFO* , uint )
- int SetDIBitsToDevice(HANDLE , int , int , uint , uint , int , int , uint , uint , void* , BITMAPINFO* , uint )
- int SetDlgItemInt(HANDLE hDlg, int nIDDlgItem, uint uValue, int bSigned)
- int SetDlgItemTextA(HANDLE hDlg, int nIDDlgItem, char* lpString)
- int SetDlgItemTextW(HANDLE hDlg, int nIDDlgItem, wchar* lpString)
- uint SetFilePointer(HANDLE hFile, int lDistanceToMove, int* lpDistanceToMoveHigh, uint dwMoveMethod)
- HANDLE SetFocus(HANDLE hWnd)
- int SetForegroundWindow(HANDLE hWnd)
- int SetGraphicsMode(HANDLE hdc, int iMode)
- int SetLocalTime(SYSTEMTIME* lpSystemTime)
- int SetMailslotInfo(HANDLE hMailslot, uint lReadTimeout)
- int SetMapMode(HANDLE , int )
- uint SetMapperFlags(HANDLE , uint )
- HANDLE SetMetaFileBitsEx(uint , ubyte* )
- int SetMetaRgn(HANDLE )
- uint SetPaletteEntries(HANDLE , uint , uint , PALETTEENTRY* )
- uint SetPixel(HANDLE , int , int , uint )
- int SetPixelFormat(HANDLE , int , PIXELFORMATDESCRIPTOR* )
- int SetPixelV(HANDLE , int , int , uint )
- int SetPolyFillMode(HANDLE , int )
- int SetRectRgn(HANDLE , int , int , int , int )
- int SetROP2(HANDLE , int )
- int SetScrollPos(HANDLE hWnd, int nBar, int nPos, int bRedraw)
- int SetScrollRange(HANDLE hWnd, int nBar, int nMinPos, int nMaxPos, int bRedraw)
- int SetStretchBltMode(HANDLE , int )
- uint SetSystemPaletteUse(HANDLE , uint )
- int SetSystemTime(SYSTEMTIME* lpSystemTime)
- int SetSystemTimeAdjustment(uint dwTimeAdjustment, int bTimeAdjustmentDisabled)
- uint SetTextAlign(HANDLE , uint )
- int SetTextCharacterExtra(HANDLE , int )
- uint SetTextColor(HANDLE , uint )
- int SetTextJustification(HANDLE , int , int )
- int SetThreadContext(HANDLE hThread, CONTEXT* lpContext)
- int SetThreadPriority(HANDLE hThread, int nPriority)
- int SetThreadPriorityBoost(HANDLE hThread, int bDisablePriorityBoost)
- int SetTimeZoneInformation(TIME_ZONE_INFORMATION* lpTimeZoneInformation)
- int SetWindowRgn(HANDLE hWnd, HANDLE hRgn, int bRedraw)
- int ShowCaret(HANDLE hWnd)
- int ShowCursor(int bShow)
- int ShowScrollBar(HANDLE hWnd, int wBar, int bShow)
- int ShowWindow(HANDLE hWnd, int nCmdShow)
- void Sleep(uint dwMilliseconds)
- int StretchBlt(HANDLE , int , int , int , int , HANDLE , int , int , int , int , uint )
- int StretchDIBits(HANDLE , int , int , int , int , int , int , int , int , void* , BITMAPINFO* , uint , uint )
- ushort SUBLANGID(int lgid)
- bool SUCCEEDED(int Status)
- uint SuspendThread(HANDLE hThread)
- int SystemTimeToFileTime(SYSTEMTIME* lpSystemTime, FILETIME* lpFileTime)
- int SystemTimeToTzSpecificLocalTime(TIME_ZONE_INFORMATION* lpTimeZoneInformation, SYSTEMTIME* lpUniversalTime, SYSTEMTIME* lpLocalTime)
- int TextOutA(HANDLE , int , int , char* , int )
- int TextOutW(HANDLE , int , int , wchar* , int )
- int TrackPopupMenu(HANDLE hMenu, uint uFlags, int x, int y, int nReserved, HANDLE hWnd, RECT* prcRect)
- int TranslateMessage(MSG* lpMsg)
- int UnmapViewOfFile(void* lpBaseAddress)
- int UpdateColors(HANDLE )
- int UpdateWindow(HANDLE hWnd)
- int ValidateRect(HANDLE hWnd, RECT* lpRect)
- int ValidateRgn(HANDLE hWnd, HANDLE hRgn)
- void* VirtualAlloc(void* lpAddress, uint dwSize, uint flAllocationType, uint flProtect)
- void* VirtualAllocEx(HANDLE hProcess, void* lpAddress, uint dwSize, uint flAllocationType, uint flProtect)
- int VirtualFree(void* lpAddress, uint dwSize, uint dwFreeType)
- int VirtualFreeEx(HANDLE hProcess, void* lpAddress, uint dwSize, uint dwFreeType)
- int VirtualProtect(void* lpAddress, uint dwSize, uint flNewProtect, uint* lpflOldProtect)
- int VirtualProtectEx(HANDLE hProcess, void* lpAddress, uint dwSize, uint flNewProtect, uint* lpflOldProtect)
- uint VirtualQuery(void* lpAddress, MEMORY_BASIC_INFORMATION* lpBuffer, uint dwLength)
- uint VirtualQueryEx(HANDLE hProcess, void* lpAddress, MEMORY_BASIC_INFORMATION* lpBuffer, uint dwLength)
- uint WaitForMultipleObjects(uint nCount, HANDLE* lpHandles, int bWaitAll, uint dwMilliseconds)
- uint WaitForSingleObject(HANDLE hHandle, uint dwMilliseconds)
- int WideCharToMultiByte(uint CodePage, uint dwFlags, wchar* lpWideCharStr, int cchWideChar, char* lpMultiByteStr, int cchMultiByte, char* lpDefaultChar, int* lpUsedDefaultChar)
- HANDLE WindowFromDC(HANDLE hDC)
- HANDLE WindowFromPoint(POINT Point)
- int WriteConsoleA(HANDLE hConsoleOutput, void* lpBuffer, uint nNumberOfCharsToWrite, uint* lpNumberOfCharsWritten, void* lpReserved)
- int WriteConsoleInputA(HANDLE hConsoleInput, INPUT_RECORD* lpBuffer, uint nLength, uint* lpNumberOfEventsWritten)
- int WriteConsoleInputW(HANDLE hConsoleInput, INPUT_RECORD* lpBuffer, uint nLength, uint* lpNumberOfEventsWritten)
- int WriteConsoleOutputA(HANDLE hConsoleOutput, CHAR_INFO* lpBuffer, COORD dwBufferSize, COORD dwBufferCoord, SMALL_RECT* lpWriteRegion)
- int WriteConsoleOutputAttribute(HANDLE hConsoleOutput, ushort* lpAttribute, uint nLength, COORD dwWriteCoord, uint* lpNumberOfAttrsWritten)
- int WriteConsoleOutputCharacterA(HANDLE hConsoleOutput, char* lpCharacter, uint nLength, COORD dwWriteCoord, uint* lpNumberOfCharsWritten)
- int WriteConsoleOutputCharacterW(HANDLE hConsoleOutput, wchar* lpCharacter, uint nLength, COORD dwWriteCoord, uint* lpNumberOfCharsWritten)
- int WriteConsoleOutputW(HANDLE hConsoleOutput, CHAR_INFO* lpBuffer, COORD dwBufferSize, COORD dwBufferCoord, SMALL_RECT* lpWriteRegion)
- int WriteConsoleW(HANDLE hConsoleOutput, void* lpBuffer, uint nNumberOfCharsToWrite, uint* lpNumberOfCharsWritten, void* lpReserved)
- int WriteFile(HANDLE hFile, void* lpBuffer, uint nNumberOfBytesToWrite, uint* lpNumberOfBytesWritten, OVERLAPPED* lpOverlapped)
- int wsprintfA(char* , char* , ...)
- int wsprintfW(wchar* , wchar* , ...)
-