"AccessResource","Opens and positions resource file to the beginning of a resource. The file should be closed after reading the resource."
"AddAtom","Adds _Str_ to the atom table. A reference count is maintained for each unique string instance."
"AddFontResource","Adds font resource from _FileName_ font-resource file to the system font table."
"AdjustWindowRect","Computes the required size of a window rectangle based on _Rect_ size. Assumes a single row menu, if one."
"AdjustWindowRectEx","Computes the required size of a window rectangle with extended style based on _Rect_ size. Assumes a single row menu, if one."
"AllocDStoCSAlias","Maps _Selector_ to a code-segment selector."
"AllocResource","Allocates uninitialized memory for _ResInfo_."
"AllocSelector","Allocates a new seelector which is an exact copy of _Selector_. If _Selector_ is nil, allocates a new, uninitalized selector."
"AnimatePalette","Replaces entries in _Palette_ between _StartIndex_ and _NumEntries_ with _PaletteColors_."
"AnsiLower","Uses language driver to convert _Str_ to lowercase."
"AnsiLowerBuff","Uses language driver to convert _Str_ to lowercase."
"AnsiNext","Used to iterate through strings whose characters are two or more bytes long."
"AnsiPrev","Used to iterate backward through strings whose characters are two or more bytes long."
"AnsiToOem","Translates _AnsiStr_ to OEM-defined character set. Length can be greater than 64K."
"AnsiToOemBuff","Translates _AnsiStr_ to OEM-defined character set."
"AnsiUpper","Uses language driver to convert _Str_ to uppercase."
"AnsiUpperBuff","Uses language driver to convert _Str_ to uppercase."
"AnyPopup","Determines whether a popup window exists on the screen."
"AppendMenu","Appends a new item, whose state is specified by _Flags_, to the end of a menu."
"Arc","Draws an elliptical arc centered in the bounding rectangle."
"ArrangeIconicWindows","Arranges icons in an MDI-client window or icons on the desktop window."
"BeginDeferWindowPos","Allocates memory for multiple window-position data structure"
"BeginPaint","Prepares a window for painting in response to a wm_Paint message. Fills _Paint_ with information for painting."
"BitBlt","Copies a bitmap from _SrcDC_ to _DestDC_ performing the specified raster operation."
"BringWindowToTop","Activates and brings _Wnd_ to top of a stack of overlapping windows."
"BuildCommDCB","Translates _Def_ into appropriate device-control block codes which are copied into _DCB_."
"CallMsgFilter","Passes _Msg_ to the current message filter function."
"CallWindowProc","Calls and passes message information to _PrevWndProc_. Enables window subclassing by allowing messages to be intercepted before being passed to the window function of the class."
"Catch","Copies the state of all systems registers and the instruction pointer into _CatchBuf_."
"ChangeClipboardChain","Removes _Wnd_ from the chain of clipboard viewers and replaces it with _WndNext_."
"CheckDlgButton","Places or removes a checkmark from a button control, or changes state of a three-button control."
"CheckMenuItem","Places or removes a checkmark from menu items in a popup menu."
"CheckRadioButton","Checks _IDCheckButton_ and removes the checkmark from the group of radio buttons specified by _IDFirstButton_ and _IDLastButton_."
"ChildWindowFromPoint","Determines which child window owned by _WndParent_ contains _APoint_."
"Chord","Draws a chord bounded by the intersection of an ellipse which is centered in the bounding rectangle and a line segment."
"ClearCommBreak","Restores character transmission and places the line in a non-break state."
"ClientToScreen","Converts client coordinates in _APoint_ to screen coordinates."
"ClipCursor","Confines cursor to _Rect_. If _Rect_ is nil, the cursor is unbounded."
"CloseClipboard","Closes the clipboard to allow acces by other applications."
"CloseComm","Closes _Cid_, flushing the output queue. Any memory used for transmit and recieve queues is freed."
"CloseMetaFile","Closes _DC_ and creates a metafile handle that can be used to play the metafile."
"CloseSound","Flushes all voice queues, frees any allocated buffers and closes access to the play device."
"CloseWindow","Minimizes _Wnd_. Icons for overlapped windows are moved into the icon area of the screen."
"CombineRgn","Combines regions _SrcRgn1_ with _SrcRgn2_ and places result in _DestRgn_. _CombineMode_ specifies the method with which the regions are combined."
"CopyMetaFile","Copies _SrcMetaFile_ to the file _FileName_."
"CopyRect","Copies _SourceRect_ to _DestRect_."
"CountClipboardFormats","Counts number of formats the clipboard can render."
"CountVoiceNotes","Counts the number of notes in _Voice_."
"CreateBitmap","Creates a device-dependent memory bitmap."
"CreateBitmapIndirect","Creates a bitmap defined by _Bitmap_."
"CreateBrushIndirect","Creates a logical brush defined by _LogBrush_."
"CreateCaret","Creates a new shape for the system caret."
"CreateCompatibleBitmap","Creates a bitmap that is compatible with _DC_."
"CreateCompatibleDC","Creates a memory device context that is compatible with _DC_."
"CreateCursor","Creates a cursor."
"CreateDC","Creates a device context for _DriverName_ device."
"CreateDIBPatternBrush","Creates a logical brush from the device-independent bitmap defined by _PackedDIB_."
"CreateDIBitmap","Creates a device-specific memory bitmap from a device-independent bitmap described by _InfoHeader_ and _InitInfo_."
"CreateDialog","Creates a modeless dialog box defined by _TemplateName_ dialog box resource."
"CreateDialogIndirect","Creates a modeless dialog box defined by _DialogTemplate_."
"CreateDialogIndirectParam","Creates a modeless dialog box defined by _DialogTemplate_. It differs from CreateDialogIndirect in that it allows you to pass a parameter, _InitParam_, to the callback function."
"CreateDialogParam","Creates a modeless dialog box defined by _TemplateName_."
"CreateDiscardableBitmap","Creates a discardable bitmap compatible with _DC_."
"CreateEllipticRgn","Creates an elliptical region bounded by the specified rectangle."
"CreateEllipticRgnIndirect","Creates an elliptical region bounded by the rectangle specified in _ARect_."
"CreateFont","Creates a logical font selected from GDI's pool of physical fonts according to specified characteristics."
"CreateFontIndirect","Creates a logical font selected from GDI's pool of physical fonts according to the characteristics in _ALogFont_."
"CreateHatchBrush","Creates a logical brush with the specified hatch style."
"CreateIC","Creates an information context for the device."
"CreateIcon","Creates an icon."
"CreateMenu","Creates an initially empty menu."
"CreateMetaFile","Creates a metafile device context."
"CreatePalette","Creates a logical color palette."
"CreatePatternBrush","Creates a logical brush with _Bitmap_ pattern."
"CreatePen","Creates a logical pen."
"CreatePenIndirect","Creates a logical pen defined by _LogPen_."
"CreatePolyPolygonRgn","Creates a region consisting of a series of possible overlapping closed polygons."
"CreatePolygonRgn","Creates a polygon region."
"CreatePopupMenu","Creates an empty popup menu."
"CreateRectRgn","Creates a rectangular region bounded by the specified rectangle."
"CreateRectRgnIndirect","Creates a rectangular region bounded by _ARect_."
"CreateRoundRectRgn","Creates a rectangular region with rounded corners bounded by the specified region."
"CreateSolidBrush","Creates a logical brush."
"CreateWindow","Creates an overlapped, pop-up, or child window."
"CreateWindowEx","Creates an overlapped, pop-up, or child window with an extended style."
"DPtoLP","Converts device points into logical points."
"DebugBreak","Forces a break to the debugger."
"DefDlgProc","Provides default processing for dialogs with a private window class."
"DefFrameProc","Provides default message processing for MDI frame windows."
"DefHookProc","Calls next function in chain of hook (message filter) functions."
"DefMDIChildProc","Provices default message processing for MDI child windows."
"DefWindowProc","Provides default message processing for messages not explicitly handled by the application."
"DeferWindowPos","Updates _WinPosInfo_ for the window identified by _Wnd_."
"DeleteAtom","Deletes an atom. If the atom's reference count is zero the associated string will be removed from the atom table."
"DeleteDC","Deletes the device context. Notifies the device and releases all storage and systems resources if _DC_ is the last device context for the device."
"DeleteMenu","Deletes an item from _Menu_. If the item is a popup its handle is destroyed and memory freed."
"DeleteMetaFile","Invalidates a metafile handle and frees its associated system resources. The metafile itself is not deleted."
"DeleteObject","Deletes _Handle_ from memory and frees all associated system resources."
"DestroyCaret","Destroys the current caret, frees it from the owning window and removes it from the screen (if visible)."
"DestroyCursor","Destroys _Cursor_ and frees associated memory."
"DestroyIcon","Destroys _Icon_ and frees associated memory."
"DestroyMenu","Destroys _Menu_ and frees associated memory."
"DestroyWindow","Destroys a window or a modeless dialog box and any associated child windows."
"DialogBox","Creates a modal dialog box defined by _TemplateName_ and sends wm_InitDialog before displaying the dialog."
"DialogBoxIndirect","Creates a modal dialog box defined by _DialogTemplate_ and sends wm_InitDialog before displaying the dialog."
"DialogBoxIndirectParam","Creates a modal dialog box defined by _DialogTemplate_ and sends wm_InitDialog before displaying the dialog. Also allows you to send an initial parameter to the callback function."
"DialogBoxParam","Creates a modal dialog box defined by _TemplateName_ and sends wm_InitDialog before displaying the dialog. Also allows you to send an initial parameter to the callback function."
"DispatchMessage","Passes the message in _Msg_ to the window's function."
"DlgDirList","Fills _IDListBox_ with a file or directory listing matching the pathname given by _PathSpec_."
"DlgDirListComboBox","Fills _IDListBox_ with a file or directory listing matching the pathname given by _PathSpec_."
"DlgDirSelect","Retrieves current list box selection and fills _Str_."
"DlgDirSelectComboBox","Retrieves current combo box selection, from a simple combo box (_cbs_Simble_) only, and fills _Str_."
"DrawFocusRect","Performs XOR to draw a focus style rectangle."
"DrawIcon","Draws an icon."
"DrawMenuBar","Redraws a windows menu bar. Used if the menu bar has been changed after the window is created."
"DrawText","Draws formatted text. The type of formatting is specified by _Format_. Unless otherwise specified by _dt_NoClip_ the text is clipped to the bounding rectangle."
"Ellipse","Draws an ellipse centered in the bounding rectangle, whose border is drawn with the current pen and filled with the current brush."
"EmptyClipboard","Empties the clipboard and frees handles to data in the clipboard. Ownership is assigned to the window that has the clipboard opened."
"EnableHardwareInput","Disables mouse and keyboard input saving or discarding input as specified by _EnableInput_."
"EnableMenuItem","Enables, disables, or grays a menu item as specified by _Enable_."
"EnableWindow","Enables or disables mouse and keyboard input to a window or control."
"EndDeferWindowPos","Simultaneously updates, in a single screen-refresh cycle, size and position of one or more windows."
"EndDialog","Terminates a modal dialog box. The value specified by _Result_ is returned to the creating _DialogBox_ function."
"EndPaint","Signifies end of painting in _Wnd_."
"EnumChildWindows","Enumerates child windows of given parent passing the child handle and _lParam_ to the callback. Enumeration ends if the callback returns zero or the last child is enumerated."
"EnumClipboardFormats","Enumerates list of available clipboard formats."
"EnumFonts","Enumerates available fonts having the specified typeface on a given device. The callback is passed _TLogFont_, _TTextMetric_, _FontType_, and _Data_. Enumerations ends if the callback returns zero or all fonts are enumerated."
"EnumMetaFile","Enumerates GDI calls in a metafile passing _DC_, a pointer to the metafile's object handles table, a pointer to a record in the metafile, the number of objects with associated handles in the table, and _ClientData_ to the callback. Enumeration ends if ..."
"EnumObjects","Enumerates object types available on a device passing _TLogPen_ or _TLogBrush_ and _Data_ to the callback. Enumeration ends if the callback returns zero or all objects are enumerated."
"EnumProps","Enumerates a window's property list passing _Wnd_, nDummy, PSTR, and hData to the callback. Enumeration ends if the callback retuns zero or all properties are enumerated."
"EnumTaskWindows","Enumerates all windows in a task passing the window handle and _lParam_ to the callback"
"EnumWindows","Enumerates all parent windows on the screen passing the window handle and _lParam_ to the callback. Enumeration ends if the callback returns zero or all windows are enumerated."
"EqualRect","Compares the upper-left and lower-right corners of two rectangles for equality."
"EqualRgn","Compares two regions for equality."
"Escape","Allows acces to device specific facilities not supported by GDI."
"EscapeCommFunction","Performs extended function specified by _Func_ on communications device."
"ExcludeClipRect","Creates a new clipping region consisting of the existing region minus the specified rectangle."
"ExcludeUpdateRgn","Excludes a window's updated region from a clipping region which prevents drawing within invalid areas of the window."
"ExitWindows","Initiates standard Windows shutdown procedure. All applications must agree to terminate for Windows to exit. Calls DOS interrupt 21h function 4Ch."
"ExtFloodFill","Fills an area of a raster display surface in the manner specified by _FillType_. The current brush is used."
"ExtTextOut","Writes a string using currently selected font within _Rect_."
"FatalExit","Displays _Code_ and stack trace on the computer's auxiliary port. The user is prompted for further action. Used for debugging purposes only."
"FillRect","Fills a rectangle using _Brush_ up to the right and bottom borders."
"FillRgn","Fills a region using _Brush_."
"FindAtom","Searches the atom table for the atom associated with _Str_."
"FindResource","Locates a resource in a resource file."
"FindWindow","Finds a top-level parent window with matching _ClassName_ and _WindowName_. Does not search child windows."
"FlashWindow","Flashes a window or icon. An open window's active status is inverted."
"FloodFill","Fills display area with current brush bounded by _Color_."
"FlushComm","Flushes a communication device's transmit or receive queue."
"FrameRect","Draws a one logical unit wide border around a rectangle."
"FrameRgn","Draws a border around a region."
"FreeLibrary","Invalidates _LibModule_ and frees associated memory if the module is no longer referenced."
"FreeModule","Invalidates _Module_ and frees associated memory if the module is no longer referenced."
"FreeProcInstance","Frees a function's procedure-instance address."
"FreeResource","Invalidates _ResData_ and frees associated memory if the resource is no longer referenced."
"GetActiveWindow","Retrieves the handle of the window that has the current input focus."
"GetAspectRatioFilter","Retrieves the aspect ratio used by the current aspect ratio filter."
"GetAsyncKeyState","Determines the state of a virtual key."
"GetAtomHandle","Retrieves the string that corresponds to the specified atom."
"GetAtomName","Copies associated atom string into _Buffer_."
"GetBValue","Extracts the blue intensity value from an RGB color value."
"GetBitmapBits","Copies the bits of a bitmap into _Bits_."
"GetBitmapDimension","Retrieves the height and width of a bitmap."
"GetBkColor","Retrieves the current device background color."
"GetBkMode","Retrieves the current device background mode, used for text, hatched brushes, and non-solid line pen styles."
"GetBrushOrg","Retrieves the current device brush origin."
"GetCapture","Retrieves the window that is currently receiving all mouse input."
"GetCaretBlinkTime","Retrieves caret blink (time between flashes of the caret)."
"GetCaretPos","Retrieves the current caret position (in client coordinates)."
"GetCharWidth","Retrieves individual character widths for the specified group of consecutive characters."
"GetClassInfo","Retrieves class information for the specified class. _TWndClass_ fields lpscClassName, lpscMenuName, and hInstance are not returned."
"GetClassLong","Retrieves the long value at _Index_ from a window's _TWndClass_ structure. Positive byte offsets (from zero) to access extra class bytes."
"GetClassName","Retrieves a window's class name."
"GetClassWord","Retrieves the word value at _Index_ from a window's TWndClass structure. Positive byte offsets (from zero) to access extra class bytes."
"GetClientRect","Retrives a window's client coordinates."
"GetClipBox","Retrieves the tightest bounding rectangle around the current clipping boundary."
"GetClipboardData","Retrieves clipboard data in specified format. The returned memory block is controlled by the clipboard."
"GetClipboardFormatName","Retrieves a registered format name from the clipboard."
"GetClipboardOwner","Retrieves the window that currently owns the clipboard."
"GetClipboardViewer","Retrieves the first window in the clipboard-viewer chain."
"GetCodeHandle","Retrieves the code segment (loading it if necessary) that contains the specified function."
"GetCodeInfo","Retrieves information about the code segment containing _Proc_."
"GetCommError","Clears a device communications error."
"GetCommEventMask","Retrieves a device's current event mask and then clears it."
"GetCommState","Retrieves a device's device control block."
"GetCurrentPDB","Retrieves the current DOS Program Data Base (PDB), also known as the Program Segment Prefix."
"GetCurrentPosition","Retrieves the logical coordinates of the current position."
"GetCurrentTask","Retrieves handle of the currently executing task."
"GetCurrentTime","Retrieves elapsed time since the system was rebooted."
"GetCursorPos","Retrieves the screen coordinates of the cursor's current position."
"GetDC","Retrieves a display context for performing GDI operations in a window's client area."
"GetDCOrg","Retrieves a device's final translation origin (in screen coordinates) which is the offset used by Windows to translate device coordinates to client coordinates."
"GetDIBits","Copies a bitmap, in device independent format, to _Bits_."
"GetDOSEnvironment","Retrieves the current task's DOS environment string."
"GetDesktopWindow","Retrieves the handle to Windows desktop window."
"GetDeviceCaps","Retrieves a display's device-specific information."
"GetDialogBaseUnits","Retrieves dialog base units. The base width represents the average system font width. The actual dialog unit is 1/4 and 1/8 the returned base width and height unit, respectively."
"GetDlgCtrlID","Retrieves a control window's ID value."
"GetDlgItem","Retrieves a control handle contained in the specified dialog box."
"GetDlgItemInt","Translates a control's text, in a dialog box, into an integer value. Preceding spaces are stripped."
"GetDlgItemText","Retrieves a control's text."
"GetDoubleClickTime","Retrieves the maximum time between a series of two mouse clicks that constitutes a double-click."
"GetDriveType","Determines whether _Drive_ is removeable, fixed, or remote."
"GetEnvironment","Retrieves the current environment for the device attached to the system port."
"GetFocus","Retrieves the window that currently has the input focus."
"GetFreeSpace","Retrieves the amount of free memory in the global heap."
"GetGValue","Extracts the green intensity value from and RBG color value."
"GetInputState","Determines whether the system queue currently contains mouse, keyboard, or timer events."
"GetInstanceData","Copies a previous instance data into _Data_."
"GetKBCodePage","Retrieves the currently loaded OEM/ANSI table."
"GetKeyNameText","Retrieves key name string for keys longer than a single character."
"GetKeyState","Retrieves whether the state of virtual key is up, down, or toggled."
"GetKeyboardState","Copies the virtual-keyboard key set status into _KeyState_. If high-bit of byte is 1, key is down. If low-bit is 1, key was pressed odd number of times since system startup."
"GetKeyboardType","Retrieves the system keyboard type."
"GetLastActivePopup","Retrieves the most-recently active popoup."
"GetMapMode","Retrieves current mapping mode."
"GetMenu","Retrieves a window's menu handle."
"GetMenuCheckMarkDimensions","Retrieves the dimensions of the default checkmark bitmap which is displayed next to checked menu items."
"GetMenuItemCount","Retrieves the number of top-level menus and menu items in the specified menu."
"GetMenuItemID","Retrieves the menu item numeric ID located at the specified position in the menu."
"GetMenuState","Retrieves state information for the specified menu item."
"GetMenuString","Copies a menu item's label into _Str_. The copied label is null-terminated."
"GetMessage","Retrieves a message, within filter range, from the applications message queue. Yields control to other applications if no messages available or wm_Paint or wm_Timer is the next message."
"GetMessagePos","Retrieves the cursor position for the last message obtained from GetMessage."
"GetMessageTime","Retrieves the elapsed time since system reboot for the last message obtained from GetMessage."
"GetMetaFile","Creates a handle for the named metafile."
"GetMetaFileBits","Obtains a read-only global memory block containing the metafile as a collection of bits. Used to determine size and save as metafile."
"GetModuleFileName","Retrieves full pathname (null-terminated) of the executable file for the specified module."
"GetModuleHandle","Retrieves a module's handle."
"GetModuleUsage","Retrieves a module's reference count."
"GetNearestColor","Obtains the closest matching logical color to _Color_ that the device can support."
"GetNearestPaletteIndex","Obtains the closest matching color in a logical palette to _Color_."
"GetNextDlgGroupItem","Retrieves the next or previous ws_Group style control from _Ctrl_. The search is cyclical."
"GetNextDlgTabItem","Retrieves the next or previous ws_TabStop style control from _Ctrl_. The search is cyclical."
"GetNextWindow","Retrieves next or prevoius window from _Wnd_. If top-level window searches for next top-level window or if child window searches for next child window."
"GetNumTasks","Retrieves number of tasks that are currently executing in the system."
"GetObject","Fills a buffer with data that defines a logical object. Only returns number of entries for logical palettes."
"GetPaletteEntries","Retrieves the specified range of palette entries and copies them to _PaletteEntries_."
"GetParent","Retrieves a window's parent window handle."
"GetPixel","Retrieves the RGB color at the specified point."
"GetPolyFillMode","Retrieves the current polygon filling mode."
"GetPriorityClipboardFormat","Retrieves the first clipboard format in _PriorityList_ for which data exists."
"GetPrivateProfileInt","Retrieves an integer key value from the specified initialization file."
"GetPrivateProfileString","Retrieves a string key value from the specified initialization file."
"GetProcAddress","Retrieves the address of an exported library function."
"GetProfileInt","Retrieves an integer key value from Windows WIN.INI file."
"GetProfileString","Retrieves a string key value from Windows WIN.INI file."
"GetProp","Retrieves the associated data handle from a window's property list."
"GetROP2","Retrieves the current drawing mode."
"GetRValue","Extracts the red intensity value from an RGB color value."
"GetRgnBox","Retrieves a region's bounding rectangle."
"GetScrollPos","Retrieves current position of a scroll bar thumb relative to the current scrolling range."
"GetScrollRange","Retrieves a scroll bar's minimum and maximum positions."
"GetStockObject","Retrieves a handle to a predefined stock pen, brush, or font."
"GetStretchBitMode","Retrieves the current stretching mode."
"GetSubMenu","Retrieves a popup menu's handle."
"GetSysColor","Retrieves a Windows display element's current color."
"GetSysModalWindow","Retrieves the current system-modal window's handle."
"GetSystemDirectory","Obtains the Windows system subdirectory pathname."
"GetSystemMenu","Retrieves a window's system menu for copying and modification."
"GetSystemMetrics","Retrieves system metrics, such as pixel widths and heights of vaious display elements, mouse status, and Windows debug version."
"GetSystemPaletteEntries","Retrieves a range of palette entries from the system palette."
"GetSystemPaletteUse","Determines whether an application has full access to the system palette."
"GetTabbedTextExtent","Coimputes the height and width (in pixels) of _Str_ using the currently selected font. Tabs are expanded as specified."
"GetTempDrive","Retrieves the disk-drive that will provide optimal access time for temporary file operations."
"GetTempFileName","Derives a unique temporary filename whose pathname is either the root directory or that specified by the TEMP environment variable."
"GetTextAlign","Retrieves text-alignment flags."
"GetTextCharacterExtra","Retrieves extra space (in logical units) added to each character as it is written in a line."
"GetTextColor","Retrieves the current foreground color used to draw characters."
"GetTextExtent","Computes dimensions of _Str_ based on the currently selected font."
"GetTextFace","Copies selected font's typeface name to _Facename_."
"GetTextMetrics","Retrieves metrics of the currently selected font in _Metrics_."
"GetThresholdEvent","Retrieves a recent threshold event."
"GetThresholdStatus","Retrieves threshold event status where each set bit represents a voice-queue level currently below threshold."
"GetTickCount","Retrieves the elapsed time since system was started."
"GetTopWindow","Retrieves a window's top-level child window."
"GetUpdateRect","Retrieves, into _ARect_, the smallest enclosing rectangle of a window's update region."
"GetUpdateRgn","Copies into _Rgn_ a winodow's update region."
"GetVersion","Retrieves Window's current version number."
"GetViewportExt","Retrieves the viewport extents of a device context."
"GetViewportOrg","Retrieves the viewport origin of a device context."
"GetWinFlags","Retrieves memory configuration flags which Windows is running."
"GetWindow","Retrieves the window with the relationship specified in _Cmd_ to the window specified in _Wnd_."
"GetWindowDC","Retrieves a display context typically used for painting non-client areas of a window."
"GetWindowExt","Retrieves a window's extents."
"GetWindowLong","Retrieves information about a window or a window's extra byte values."
"GetWindowOrg","Retrieves a window's origin."
"GetWindowRect","Retrieves the dimensions of a window's bounding rectangle into _Rect_ (in screen coordinates)."
"GetWindowTask","Retrieves a window's application task identifier."
"GetWindowText","Copies a window's caption or a control's text into _Str_."
"GetWindowTextLength","Retrieves a window's caption or a control's text length."
"GetWindowWord","Retrieves information about a window or window-class extra byte values."
"GetWindowsDirectory","Retrieves the Windows directory pathname into _Buffer_."
"GlobalAddAtom","Adds _Str_ to the atom table, creating a new global atom."
"GlobalAlloc","Alocates memory of at least the requested size from the global heap."
"GlobalCompact","Compacts global memory and, if necessary, removes discardable segments to create a _MinFree_ size block, if possible."
"GlobalDeleteAtom","Decreases a global atom's reference count by one, deleting the atom and associated string from the atom table if the reference count becomes zero."
"GlobalFindAtom","Retrieves the global atom associated with _Str_."
"GlobalFix","Fixes a global memory block in memory and increases its lock reference count by one."
"GlobalFlags","Retrieves information about _Mem_."
"GlobalFree","Frees an unlocked global memory block and invalidates its handle."
"GlobalGetAtomName","Copies the string assicated with _AnAtom_ into _Buffer_."
"GlobalHandle","Retrieves the handle of a global memory object with the specified segment address."
"GlobalLRUNewest","Minimizes the likelihood that a global memory object will be discarded by moving it into the newest least-recently-used memory position."
"GlobalLRUOldest","Maximizes the likelihood that a global memory object will be discarded by moving it into the oldest least-recently-used memory position."
"GlobalLock","Increments the reference count of a global memory block and returns a pointer to it."
"GlobalNotify","Calls _NotifyProc_ passing the handle of the global memory block to the discarded. If _NotifyProc_ returns non-zero the block is discarded."
"GlobalPageLock","Increments a memory block's page-lock count. Lock operations may be nested."
"GlobalPageUnlock","Decrements a memory block's page-lock count. If count reaches zero the page is allowed to move or be swapped to disk."
"GlobalReAlloc","Reallocates a global memory block to _Bytes_ size."
"GlobalSize","Retrieves the current size of a global memory block."
"GlobalUnWire","Unlocks a memory segment locked by GlobalWire."
"GlobalUnfix","Unlocks a global memory block locked by GlobalFix. If the block's lock reference-count reaches zero the block is subject to moving or discarding."
"GlobalUnlock","Unlocks a global memory block locked by GlobalLock. If the block's lock reference-count reaches zero the block is subject to moving or discarding."
"GlobalWire","Moves a segment, that must be locked for a long period, into low memory and locks it."
"GrayString","Draws gray text, using the currently selected font, by calling _OutputFunc_ and passing _DC_ (with a bitmap of _Height_ and _Width_ size), _Data_, and _Count_."
"HiWord","Extracts the high-order word from a 32-bit integer value."
"HideCaret","Non-destructively removes the caret from the display screen."
"HiliteMenuItem","Highlights or removes highlighting from a top-level menu item."
"InSendMessage","Determines whether the message being processed by the current window function was sent via a SendMessage call."
"InflateRect","Modifies the width and height of _Rect_. Adds _X_ to the left and right ends and _Y_ to the top and bottom of rectangle."
"InitAtomTable","Initializes the atom hash table and sets is size (37 by default)."
"InsertMenu","Inserts a new menu item whose state is specified by _Flags_."
"IntersectClipRect","Creates a new clipping region from the intersection of the region and the specified rectangle."
"IntersectRect","Determines the intersection of two rectangles."
"InvalidateRect","Invalidates a window's client area by adding _Rect_ to the window's update region."
"InvalidateRgn","Invalidates a window's client area by adding _Rgn_ to the window's update region."
"InvertRect","Inverts the colors of the rectangle specified by _Rect_."
"InvertRgn","Inverts the colors of the region specified by _Rgn_."
"IsCharAlpha","Uses language driver and current language to determine if _AChar_ is alphabetical."
"IsCharAlphaNumeric","Uses language driver and current language to determine if _AChar_ is alphanumeric."
"IsCharLower","Uses language driver and current language to determine if _AChar_ is lowercase."
"IsCharUpper","Uses language driver and current language to determine if _AChar_ is uppercase."
"IsChild","Determines if _Wnd_ is a child window of _Parent_."
"IsClipboardFormatAvailable","Determines whether data in the specified format exists in the clipboard."
"IsDialogMessage","Determines and processes messages for modeless dialog boxes, converting keyboard messages into command messages."
"IsDlgButtonChecked","Determines if button control is checked."
"IsIconic","Determines whether a window is iconic (minimized)."
"IsRectEmpty","Determines whether a rectangle's width and/or height are zero."
"IsWindow","Determines if _Wnd_ is a valid existing window."
"IsWindowEnabled","Determines wheter a window is enabled for mouse and keyboard input."
"IsWindowVisible","Determines wheter a window has been made visible by ShowWindow."
"IsZoomed","Determines whether a window is maximized."
"KillTimer","Kills a timer event removing any associated wm_Timer messages from the message queue."
"LPtoDP","Converts logical points in _Points_, in the current mapping mode, to device points."
"LimitEmsPages","Limits number of kilobytes of expanded memory that Windows assigns to an application when running under expanded memory configuration."
"LineDDA","Computes all successive points in a line and calls _LineFunc_ passing X and Y of the point and _Data_."
"LineTo","Draws a line, using selected pen, from the current position up to the specified endpoint."
"LoWord","Extracts the low-order word from a 32-bit integer value."
"LoadAccelerators","Loads the named accelerator table from an executable file."
"LoadBitmap","Loads the named bitmap resource."
"LoadCursor","Loads the named cursor resource."
"LoadIcon","Loads the named icon resource."
"LoadLibrary","Loads the named library module."
"LoadMenu","Loads the named menu resource."
"LoadMenuIndirect","Loads the menu defined by _MenuTemplate_."
"LoadModule","Loads and runs a Windows application."
"LoadResource","Allocates memory and loads a resource."
"LoadString","Loads the named string resource and copies it into _Buffer_ appending a null-character."
"LocalAlloc","Allocates a local memory block from the local heap. The actual size may be larger than the specified size."
"LocalCompact","Generates a free block of at least _MinFree_ size. If necessary, the function will move and/or discard unlocked blocks."
"LocalFlags","Retrieves information about a memory block."
"LocalFree","Frees a local memory block and invalidates its handle."
"LocalHandle","Retrieves the handle of a local memory object at the specified address."
"LocalInit","Initializes a local heap and calls GlobalLock to lock the segment."
"LocalLock","Locks _Mem_ and increments its lock count. The block cannot be moved or discarded."
"LocalReAlloc","Changes the size or attributes, as specified by _Flags_, of a local memory block."
"LocalShrink","Reduces the local heap to the specified size whose value can be no less than the minimum size specified in the application's module-definition."
"LocalSize","Retrieves the current size of a local memory block."
"LocalUnlock","Unlocks a local memory block by decrementing its lock count."
"LockData","Locks the current moveable data segment in memory."
"LockResource","Retrieves the address of a loaded resource and increments its reference-count. The resource is no longer subject to moving or discarding."
"LockSegment","Locks a segment (except protected-mode non-discardable segments) and increments its lock reference-count."
"MakeLong","Concatenates two word values into one unsigned long value."
"MakeProcInstance","Creates a procedure-instance address for the specified exported function."
"MapDialogRect","Converts dialog box units in _Rect_ to screen units."
"MapVirtualKey","Maps a virtual-key or scan code for a key to its corresponding scan code, virtual-key code, or ASCII value as specified by _MapType_."
"MessageBeep","Causes the system speaker to beep."
"MessageBox","Creates and displays a dialog box containing the specified message and caption and any predefined icons and pushbuttons as specified by _TextType_."
"ModifyMenu","Changes an existing menu item whose new state is specified by _Flags_."
"MoveTo","Moves the current position to the specified point."
"MoveWindow","Sends a wm_Size message to a window. Width and height values passed with wm_Size are those of the client area."
"MulDiv","Multipilies _Numerator_ by _Number_ and divides the result by _Denominator_, rounding to the nearest integer."
"OemKeyScan","Maps _OemChar_ into OEM scan codes."
"OemToAnsi","Translates _OemStr_ to ANSI character set."
"OemToAnsiBuff","Translates _OemStr_ to ANSI character set."
"OffsetClipRgn","Moves the device's clipping region according to the specified X and Y offsets."
"OffsetRect","Adjusts a rectangle's coordinates by the specified X and Y offsets."
"OffsetRgn","Moves a region by the specified X and Y offsets."
"OffsetViewportOrg","Modifies a viewport origin by summing the current origin with the specified X and Y values."
"OffsetWindowOrg","Modifies a window's origin by summing the current origin with the specified X and Y values."
"OpenClipboard","Opens the clipboard for exclusive use by the application."
"OpenComm","Opens a communcations device. The device is initialized to a default configuration and transmit and receive queues are allocated."
"OpenFile","Creates, opens, reopens, or deletes file."
"OpenIcon","Restores a minimized window to its original size and position."
"OpenSound","Opens the play device for exclusive use by the application."
"OutputDebugString","Sends _OutputString_ to debugger if present, or otherwise to AUX port in debug version of Windows."
"PaintRgn","Fills a region with the selected brush."
"PaletteRGB","Produces a palette-relative RGB color value from three primary color values ranging from 0 to 255. The return value has 2 in the high-order byte."
"PatBlt","Creates a bit pattern by performing _Rop_ using the selected brush and the pattern already on the device."
"PeekMessage","Checks application queue for a message and copies it to _Msg_. The function returns immediately if there are no messages and yields control to Windows."
"Pie","Draws a pie-shaped wedge using the selected pen and filled with the selected brush, centered in the bounding rectangle."
"PlayMetaFile","Executes the contents of a metafile on the specified device."
"PlayMetaFileRecord","Executes the GDI function call contained in a metafile record."
"PolyPolygon","Draws a serices of possibly overlapping polygons using the current polygon-filling mode, whose vertices are specified by _Points_. The polygons are not automatially closed."
"Polygon","Draws a polygon using the current polygon-filling mode, whose vertices are specified by _Points_. The polygon is closed if necessary."
"Polyline","Draws a set of line segments using the selected pen, where each subsequent point is specified by _Points_."
"PostAppMessage","Posts a message to an application. The _Wnd_ of the message is set to 0."
"PostMessage","Posts a message to an application window."
"PostQuitMessage","Posts a wm_Quit message typically in response to a wm_Destroy message."
"PtInRect","Determines whether a point lies within, or on the left or top side, of the specified rectangle."
"PtInRegion","Determines whether a point lies within the specified region."
"PtVisible","Determines whether a point lies within the specified device's clipping region."
"RGB","Produces an RGB color value from three primary color values ranging from 0 to 255."
"ReadComm","Reads _Cid_ copying up to _Size_ characters into _Buf_."
"RealizePalette","Maps the selected logical palette to entries in the system palette."
"RectInRegion","Determines whether any part of _Rect_ lies within the specified region."
"RectVisible","Determines whether any part of _Rect_ lies within the specified device context clipping region."
"Rectangle","Draws a rectangle using the currently selected pen and fills its interior with the currently selected brush."
"RegisterClass","Registers a window class whose attributes are specified by _WndClass_, for subsequent use. A window class can only be registered once."
"RegisterClipboardFormat","Registers a clipboard format, incrementing the format's reference count if it had been previously registered."
"RegisterWindowMessage","Defines a unique system-wide window message."
"ReleaseCapture","Releases mouse capture restoring normal input processing."
"ReleaseDC","Releases a common or window (has no affect on class or private) device context making it available to other applications."
"RemoveFontResource","Removes a font from Windows font table. The font is not removed until all outstanding references to the resource are deleted."
"RemoveMenu","Non-destructively removes a menu item and associated popup from the specified menu. The popup may be reused in subsequent operations."
"RemoveProp","Removes an entry specified by _Str_, from a window's property list. It is the application's responsibility to free the returned data handle."
"ReplyMessage","Replies to a message sent by a SendMessage call allowing both the caller of the SendMessage and ReplyMessage to continue executing."
"ResizePalette","Changes the size of a logical palette to _NumEntries_. If enlarged, the additional entries are set to black."
"RestoreDC","Restores a device context to the previous state specified by _SaveDC_ from the context stack. State information is deleted if _SaveDC_ is not at top of stack."
"RoundRect","Draws a rectangle with rounded corners using the selected pen and filled using the selected brush."
"SaveDC","Saves the current state of _DC_ on the context stack."
"ScaleViewportExt","Modifies the current viewport extents."
"ScaleWindowExt","Modifies the current window extents."
"ScreenToClient","Converts and replaces the screen coordinate values in _Point_ with the client coordinates of the specified window."
"ScrollDC","Scrolls a rectangle of bits by _dx_ and _dy_ units."
"ScrollWindow","Scrolls a window's client area by _XAmount_ and _YAmount_. The uncovered area is combined with the window's update region."
"SelectClipRgn","Uses a copy of _Rgn_ as the current clipping region for the device context."
"SelectObject","Selects a logical object for _DC_. Only one object can be selected at any one time and should be deleted when no longer being used."
"SelectPalette","Selects _Palette_ as the device context's selected palette object which is used by GDI to control displayed colors."
"SendDlgItemMessage","Sends a message to a dialog box control specified by _IDDlgItem_. The function returns after the message is processed."
"SendMessage","Sends a message to the window function of the specified window. The function does not return until the message is processed."
"SetActiveWindow","Activates a top-level window."
"SetBitmapBits","Sets the bits of _Bitmap_ to the bit values in _Bits_."
"SetBitmapDimension","Sets a bitmap's height and width in 0.1-millimeter units."
"SetBkColor","Sets the current background to _Color_ or the nearest physical color supported by the device."
"SetBkMode","Sets the background mode which specifies whether or not GDI should remove existing background colors before drawing text, hatched brushes, or using non-solid pen styles."
"SetBrushOrg","Sets the origin of the selected brush. The brush should not be a stock object."
"SetCapture","Causes all cursor input to be send to _Wnd_, regardless of the position of the mouse."
"SetCaretBlinkTime","Sets the elapsed time between caret flashes."
"SetCaretPos","Moves the caret to the specified position."
"SetClassLong","Replaces the long value specified by _Index_ in the window's TWndClass structure."
"SetClassWord","Replaces the word value specified by _Index_ in the window's TWndClass structure."
"SetClipboardData","Sets a data handle to the clipboard in _Format_. In most cases the data handle is freed before the function returns."
"SetClipboardViewer","Adds a window to the chain of windows to be notified by a wm_DrawClipboard message whenever the clipboard changes."
"SetCommBreak","Suspends character transmission and places the device's transmission line in a break state."
"SetCommEventMask","Enables and retrieves the current state of a device's event mask."
"SetCommState","Re-initializes a communications device specified by the Id field of _DCB_, to the state specified by _DCB_. Transmit and receive queues are not affected."
"SetCursor","Sets the cursor shape to the specified cursor resource."
"SetCursorPos","Moves the cursor to the specified screen coordinates. The position is adjusted if it lies outside the _ClipCursor_ rectangle."
"SetDIBits","Sets a bitmap's bits to the given values of a device-independent bitmap (DIB) specification."
"SetDIBitsToDevice","Sets the bits on a device surface directly from a device-independent bitmap (DIB)."
"SetDlgItemInt","Sets the text of a dialog box control to the converted string value specified by _Value_."
"SetDlgItemText","Sets the caption or text of a dialog box control to the value specified by _Str_."
"SetDoubleClickTime","Sets maximum elapsed time allowed between the first and second clicks of a mouse double click."
"SetEnvironment","Creates or replaces a device's environment."
"SetErrorMode","Specifies whether Windows displays an error box on DOS INT 24h errors. If not, Winodws fails the original INT 21h call allowing the application to handle the error."
"SetFocus","Assigns input focus to a window directing all keyboard input to the window."
"SetHandleCount","Changes the number of file handles available to task to the value specified by _Number_."
"SetKeyboardState","Copies _KeyState_ into Window's keyboard-state table."
"SetMapMode","Sets the device context mapping mode which defines logical to device units transformations for GDI and x- and y-axis orientation."
"SetMapperFlags","Alters the font-mapper algorithm as specified by _Flag_, for mapping logical to physical fonts."
"SetMenu","Sets and redraws a window's menu to the menu specified by _Menu_. The previous menu is not destroyed."
"SetMenuItemBitmaps","Associates two bitmaps with a menu item, one is displayed when the item is checked and another when the item is unchecked."
"SetMessageQueue","Creates a new application message queue of the specified size. The old queue is deleted."
"SetMetaFileBits","Creates a memory metafile from the data specified by _Mem_."
"SetPaletteEntries","Sets logical palette entries in the specified range to the values in _PaletteEntries_."
"SetParent","Changes the parent of a child window to _WndNewParent_."
"SetPixel","Paints the pixel at the specified point."
"SetPolyFillMode","Sets the polygon filling mode used by GDI functions which use the polygon algorithm for computing interior points."
"SetProp","Adds or changes an entry specifed by _Str_ to a window's property list."
"SetROP2","Sets the current drawing mode to the value specified by _DrawMode_. This mode specifies how object interiors and pens are combined with colors already on the display surface."
"SetRect","Fills _Rect_ with the epecified coordinates."
"SetRectEmpty","Sets all _Rect_ coordinates to zero."
"SetRectRgn","Uses the space allocated for _Rgn_ to create a rectangular region with the specified size."
"SetResourceHandler","Sets up a callback which is called by Windows when a resource is being locked (i.e. LockResource). The callback is passes a Mem to the stored resource, _Instance_, and ResInfo (from FindResource)."
"SetScrollPos","Sets a scroll bar's thumb to _Pos_."
"SetScrollRange","Sets a scroll bar's minimum and maximum position values."
"SetSoundNoise","Sets a noise source and duration values for the play device."
"SetStretchBltMode","Sets the stretching mode used by StretchMode to contract a bitmap."
"SetSwapAreaSize","Increases the amount of memory, up to one-half of remaining space after Windows is loaded, available to an application for its code segments."
"SetSysColors","Globally sets the system colors for the display elements specified in _SysColor_."
"SetSysModalWindow","Makes a _Wnd_ a system-modal window. The system-modal state is ended when the window is destroyed."
"SetSystemPaleteUse","Allows full system palette usage by an application whose window currently has the input focus."
"SetTextAlign","Sets text-alignment flags used by TextOut and ExtTextOut for positioning text in relationship to its bounding rectangle."
"SetTextCharacterExtra","Sets the amount of space added to each character when GDI writes a line of text."
"SetTextColor","Sets the text color or nearest device supported color used by TextOut and ExtTextOut to draw a character's face. Also used by GDI to convert bitmaps from color to monochrome and vice versa."
"SetTextJustification","Defines justification parameters used by GDI to justify a line of text."
"SetTimer","Creates a system timer which causes a wm_Timer message to be sent to an application at the interval specified by _Elapse_."
"SetViewportExt","Setas a viewport's x- and y-extents which defines how GDI stretches or compresses logical units to fit device units."
"SetViewportOrg","Sets a viewport's origin which defines how GDI maps logical coordinates to points in device coordinates."
"SetVoiceAccent","Replaces the envelope in a voice queue."
"SetVoiceEnvelope","Places a voice envelope in the voice queue, replacing the existing one."
"SetVoiceNote","Places a note on a voice queue with the specified qualities."
"SetVoiceQueueSize","Sets the size of non-playing voice queue. The default is 192 bytes or approximately 32 notes."
"SetVoiceSound","Places the specified sound frequency and duration on a voice queue."
"SetVoiceThreshold","Sets the threshold level for a voice queue. If the number of notes in queue drops below the threshold the threshold flag is set."
"SetWindowExt","Sets a window's x- and y-extents. This, along with the viewport extents, defines how GDI stretches or compresses logical units to fit device units."
"SetWindowLong","Replaces an attribute of a window's window-class structure with a new value."
"SetWindowOrg","Sets a window's origin within the viewport of the specified device context."
"SetWindowPos","Changes the size, position, and ordering of a window."
"SetWindowText","Sets the caption title for a window or text of a control with the string specified by _Str_."
"SetWindowWord","Changes the value of an attribute specified by _Index_, in a window's window-class structure."
"SetWindowsHook","Installs a filter function in the chain of filter functions specified by _FilterType_. The filter function is passed Code, wParam, and lParam whose values are filter type dependent."
"ShowCaret","Shows a caret which is owned by _Wnd_ on the display."
"ShowCursor","Shows the cursor if its display count (initially set to zero) is greater or equal to zero. Otherwise the cursor is hidden."
"ShowOwnedPopups","Shows or hides, as specified by _Show_, all popup windows associated with the given window."
"ShowScrollBar","Shows or hides a scroll bar as specified by _Show_."
"ShowWindow","Shows or hides a window in the manner specifed by _CmdShow_."
"SizeOfResource","Retrieves the size of a resource. The returned size may be larger due to alignment factors."
"StartSound","Non-destructively plays all voice queues."
"StopSound","Stops playing all voice queues, flushes queue contents, and turns off voice sound drivers."
"StretchBlt","Moves a bitmap, stretching or compressing as required, from a source rectangle to a destination rectangle. The source and destination are combined as specified by _Rop_."
"StretchDIBits","Moves a device-independent bitmap (DIB), stretching or compressing as required, from a source rectangle to a destination rectangle. The source and destination are combined as specified by _Rop_."
"SwapMouseButton","Reverses or restores the meaning of the left and right mouse buttons as specifeed by _Swap_."
"SwapRecording","Used to begin or end analyzing swapping behavior when running Windows Swap program"
"SwitchStackBack","Restores the current task's stack to its data segment preserving the contents of AX:DX registers."
"SwitchStackTo","Changes the stack of the current task to _StackSegment_. Can be used to set the stack of a DLL to its data segment if it has functions that assume DS=SS."
"SyncAllVoices","Places a sync mark in all voice queues."
"TabbedTextOut","Draws a line of text with tabs expanded as specified in _TabStopPositions_, using the selected font."
"TextOut","Draws a line of text using the currently selected font."
"Throw","Restores an application's execution environment. Execution continues at the Catch function that originally saved the environment to _CatchBuf_."
"ToAscii","Translates _VirtKey_ and current keyboard state into corresponding ANSI characters."
"TrackPopupMenu","Displays a floating popup menu and tracks item selection. Floating popup menus may appear anywhere on the screen."
"TranslateAccelerator","Translates keyboard accelerators (wm_KeyUp and wm_KeyDown) into menu command messages, wm_Command and wm_SysCommand, which are then sent directly to the window."
"TranslateMDISysAccel","Translates keyboard accelerators for MDI child window system-menu wm_SysCommand messages which are then sent directly to the window."
"TranslateMessage","Translates wm_KeyDown/Up combinations to wm_Char or wm_DeadChar and wm_SysKeyDown/Up combinations to wm_SysChar or wm_SysDeadChar and posts the character message to the application queue."
"TransmitCommChar","Places _AChar_ at the head of the communication device's transmit queue for immediate transmission."
"UngetCommChar","Places _AChar_ back into communication device's receiving queue."
"UnhookWindowsHook","Removes a hook function from the chain of hook functions specified by _Hook_."
"UnionRect","Creates a union of two rectangles and stores the result in _DestRect_."
"UnlockData","Unlocks the current moveable data segment."
"UnlockResource","Unlocks the _RezData_ resource and decrements its reference counter."
"UnlockSegment","Unlocks a segment specifed by _Segment_."
"UnrealizeObject","Directs GDI to reset the origin the next time selected if hObject is a brush or realize the palette if hObject is a logical palette."
"UnregisterClass","Deletes a window class from the window-class table and frees all associated memory."
"UpdateColors","Updates the client area by matching the current colors of the client area pixel-by-pixel with the system palette."
"UpdateWindow","Sends a wm_Paint message directly to the given window's window function if the update region of the window is not empty."
"ValidateCodeSegments","Outpus debugging info to a terminal if any code segments have been altered by random memory overwrites. Only available in the debugging version of Windows. To disable the function, set the EnableSegmentChecksum flag in the [kernel] section of WIN.INI to 0"
"ValidateFreeSpaces","Checks all free memory segments for valid contents. This function works only in the debugging version of Windows."
"ValidateRect","Validates the client area by removing _Rect_ from the window's udpate region."
"ValidateRgn","Validates the client area by removing the region specified by _Rgn_ from the window's update region."
"VkKeyScan","Translates _AChar_ into its corresponding virtual-key code and shift state."
"WaitMessage","Yields control to other applications and does not return until a message becomes available in the application queue."
"WaitSoundState","Waits for the play driver to enter the state specified by _State_."
"WinExec","Executes an application specified by _CmdLine_."
"WinHelp","Invokes Windows help engine with a command specified by _Command_."
"WindowFromPoint","Determines the window that contains the specified point."
"WriteComm","Outpus the buffer specified by _Buf_ to a communication device."
"WritePrivateProfileString","Searches _FileName_ for the specified application heading and key name replacing the value with _Str_."
"WriteProfileString","Searches WIN.INI for the specified application heading and key name replacing the value with _Str_."
"Yield","Halts the current task and starts a waiting task."
"_lclose","Closes the specified file."
"_lcreat","Opens the specified file."
"_llseek","Positions the pointer in an open file."
"_lopen","Opens the specified file."
"_lread","Read a number of bytes from an open file."
"_lwrite","Writes data from _Buffer_ to the specified file."
"lStrCat","Concatenates _Str2_ to _Str1_."
"lStrCmp","Performs case-sensitive, lexicographical compare of two strings based on the currently selected language. Uppercase characters evaluate lower than lowercase characters."
"lStrCmpI","Performs case-insensitive, lexicographical compare of two strings based on the currently selected language."
"lStrCpy","Copies (including null) _Str2_ to _Str1_."
"lStrLen","Calculates length (not including null) of _Str_."
"wvsPrintF","Formats and stores a series of characters in a buffer."
