User Defined Function Reference

Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.

See User Defined Function Notes for details on usage.

 

User Defined Function Description
_Array1DToHistogram Transform a 1D array to Histogram
_Array2DCreate Construct an 2D array from two 1D or 2D arrays
_ArrayAdd Adds a specified value at the end of an existing 1D or 2D array
_ArrayBinarySearch Uses the binary search algorithm to search through a 1D or 2D array
_ArrayColDelete Deletes a specified column from a 2D array
_ArrayColInsert Inserts a specified column into a 1D or 2D array
_ArrayCombinations Returns an array of the combinations of a set of elements from a selected 1D array
_ArrayConcatenate Concatenate two arrays - either 1D or 2D with the same number of columns
_ArrayDelete Deletes the specified element(s) from the specified 1D or 2D array
_ArrayDisplay Displays a 1D or 2D array as a ListView
_ArrayExtract Extracts an array from the specified element(s) of a 1D or 2D array
_ArrayFindAll Find the indices of all ocurrences of a search query between two points in a 1D or 2D array using _ArraySearch()
_ArrayFromString Reconstruct an array from _ArrayToString() or _SQLite_Display2DResult()
_ArrayInsert Insert a new value at the specified position of a 1D or 2D array
_ArrayMax Returns the highest value held in a 1D or 2D array
_ArrayMaxIndex Returns the index where the highest value occurs in a 1D or 2D array
_ArrayMin Returns the lowest value held in a 1D or 2D array
_ArrayMinIndex Returns the index where the lowest value occurs in a 1D or 2D array
_ArrayPermute Returns an array of the Permutations of all Elements in a 1D array
_ArrayPop Returns the last element of an array, deleting that element from the array at the same time
_ArrayPush Add new values without increasing array size by inserting at the end the new value and deleting the first one or vice versa
_ArrayReverse Takes the given array and reverses the order in which the elements appear in a 1D array
_ArraySearch Finds an entry within a 1D or 2D array. Similar to _ArrayBinarySearch(), except that the array does not need to be sorted
_ArrayShuffle Shuffles selected rows of 1D or 2D arrays - can be limited to a specific column in 2D arrays
_ArraySort Sort a 1D or 2D array on a specific index using the dualpivotsort/quicksort/insertionsort algorithms
_ArraySwap Swaps elements of a 1D array and full or part rows/columns of a 2D array
_ArrayToClip Sends the contents of a 1D or 2D array to the clipboard, each element separated by a specified delimiter
_ArrayToString Places the elements of a 1D or 2D array into a single string, separated by the specified delimiters
_ArrayTranspose Transposes a 1D or 2D array (swaps rows and columns)
_ArrayTrim Trims a certain number of characters from all elements in a 1D or 2D array
_ArrayUnique Returns the Elements from a column of a 1D or 2D array, removing all duplicates
_Assert Display a message if assertion fails
_ChooseColor Creates a Color dialog box that enables the user to select a color
_ChooseFont Creates a Font dialog box that enables the user to choose attributes for a logical font
_ClipBoard_ChangeChain Removes a specified window from the chain of clipboard viewers
_ClipBoard_Close Closes the clipboard
_ClipBoard_CountFormats Retrieves the number of different data formats currently on the clipboard
_ClipBoard_Empty Empties the clipboard and frees handles to data in the clipboard
_ClipBoard_EnumFormats Enumerates the data formats currently available on the clipboard
_ClipBoard_FormatStr Returns a string representation of a standard clipboard format
_ClipBoard_GetData Retrieves data from the clipboard in a specified format
_ClipBoard_GetDataEx Retrieves data from the clipboard in a specified format
_ClipBoard_GetFormatName Retrieves the name of the specified registered format
_ClipBoard_GetOpenWindow Retrieves the handle to the window that currently has the clipboard open
_ClipBoard_GetOwner Retrieves the window handle of the current owner of the clipboard
_ClipBoard_GetPriorityFormat Retrieves the first available clipboard format in the specified list
_ClipBoard_GetSequenceNumber Retrieves the clipboard sequence number for the current window station
_ClipBoard_GetViewer Retrieves the handle to the first window in the clipboard viewer chain
_ClipBoard_IsFormatAvailable Determines whether the clipboard contains data in the specified format
_ClipBoard_Open Opens the clipboard and prevents other applications from modifying the clipboard
_ClipBoard_RegisterFormat Registers a new clipboard format
_ClipBoard_SetData Places data on the clipboard in a specified clipboard format
_ClipBoard_SetDataEx Places data on the clipboard in a specified clipboard format
_ClipBoard_SetViewer Adds the specified window to the chain of clipboard viewers
_ClipPutFile Copy Files to Clipboard Like Explorer does
_ColorConvertHSLtoRGB Converts HSL to RGB
_ColorConvertRGBtoHSL Converts RGB to HSL
_ColorGetBlue Returns the blue component of a given color
_ColorGetCOLORREF Returns the COLORREF color
_ColorGetGreen Returns the green component of a given color
_ColorGetRed Returns the red component of a given color
_ColorGetRGB Returns an array containing RGB values in their respective positions
_ColorSetCOLORREF Returns the COLORREF color
_ColorSetRGB Returns the RGB color
_Crypt_DecryptData Decrypts data using the supplied key
_Crypt_DecryptFile Decrypts a file with specified key and algorithm
_Crypt_DeriveKey Creates a key from algorithm and password
_Crypt_DestroyKey Frees the resources used by a key
_Crypt_EncryptData Encrypts data using the supplied key
_Crypt_EncryptFile Encrypts a file with specified key and algorithm
_Crypt_GenRandom Fill a buffer with cryptographically random data
_Crypt_HashData Hash data with specified algorithm
_Crypt_HashFile Hash the contents of a file using a specified algorithm
_Crypt_Shutdown Uninitialize the Crypt library
_Crypt_Startup Initialize the Crypt library
_DateAdd Calculates a new date/time by adding/subtracting a specified number of time intervals from an initial date/time
_DateDayOfWeek Returns the name of the weekday, based on the specified day
_DateDaysInMonth Returns the number of days in a month, based on the specified month and year
_DateDiff Returns the difference between 2 dates, expressed in the type requested
_DateIsLeapYear Checks a given year to see if it is a leap year
_DateIsValid Checks the given date to determine if it is a valid date
_DateTimeFormat Returns the date in the PC's regional settings format
_DateTimeSplit Split a string containing Date and Time into two separate Arrays
_DateToDayOfWeek Returns the weekday number for a given date
_DateToDayOfWeekISO Returns the ISO weekday number for a given date
_DateToDayValue Returns the day number since noon 4713 BC January 1 for a given Gregorian date
_DateToMonth Returns the name of the month, based on the specified month
_Date_Time_CompareFileTime Compares two file times
_Date_Time_DOSDateTimeToArray Decode a DOS date/time to an array
_Date_Time_DOSDateTimeToFileTime Converts MS-DOS date and time values to a file time
_Date_Time_DOSDateTimeToStr Decode a DOS date to a string
_Date_Time_DOSDateToArray Decode a DOS date to an array
_Date_Time_DOSDateToStr Decode a DOS date to a string
_Date_Time_DOSTimeToArray Decode a DOS time to an array
_Date_Time_DOSTimeToStr Decode a DOS time to a string
_Date_Time_EncodeFileTime Encodes and returns a $tagFILETIME structure
_Date_Time_EncodeSystemTime Encodes and returns a $tagSYSTEMTIME structure
_Date_Time_FileTimeToArray Decode a file time to an array
_Date_Time_FileTimeToDOSDateTime Converts MS-DOS date and time values to a file time
_Date_Time_FileTimeToLocalFileTime Converts a file time based on the Coordinated Universal Time to a local file time
_Date_Time_FileTimeToStr Decode a file time to a date/time string
_Date_Time_FileTimeToSystemTime Converts a file time to system time format
_Date_Time_GetFileTime Retrieves the date and time that a file was created, accessed and modified
_Date_Time_GetLocalTime Retrieves the current local date and time
_Date_Time_GetSystemTime Retrieves the current system date and time expressed in UTC
_Date_Time_GetSystemTimeAdjustment Determines whether the system is applying periodic time adjustments
_Date_Time_GetSystemTimeAsFileTime Retrieves the current system date and time expressed in UTC
_Date_Time_GetSystemTimes Retrieves system timing information
_Date_Time_GetTickCount Retrieves the number of milliseconds that have elapsed since Windows was started
_Date_Time_GetTimeZoneInformation Retrieves the current time zone settings
_Date_Time_LocalFileTimeToFileTime Converts a local file time to a file time based on UTC
_Date_Time_SetFileTime Sets the date and time that a file was created, accessed and modified
_Date_Time_SetLocalTime Sets the current local date and time
_Date_Time_SetSystemTime Sets the current system time and date, expressed in UTC
_Date_Time_SetSystemTimeAdjustment Enables or disables periodic time adjustments to the system's time of day clock
_Date_Time_SetTimeZoneInformation Sets the current time zone settings
_Date_Time_SystemTimeToArray Decode a system time to an array
_Date_Time_SystemTimeToDateStr Decode a system time to a date string
_Date_Time_SystemTimeToDateTimeStr Decode a system time to a date/time string
_Date_Time_SystemTimeToFileTime Converts a system time to file time format
_Date_Time_SystemTimeToTimeStr Decode a system time to a time string
_Date_Time_SystemTimeToTzSpecificLocalTime Converts a UTC time to a specified time zone's corresponding local time
_Date_Time_TzSpecificLocalTimeToSystemTime Converts a local time to a time in UTC
_DayValueToDate Add the given days since noon 4713 BC January 1 and returns the Gregorian date
_DebugArrayDisplay Displays a 1D or 2D array in a ListView to aid debugging
_DebugBugReportEnv Outputs a string containing information for Bug report submission
_DebugCOMError Sets, resets or queries the debug level for COM errors
_DebugOut Displays output on a debugging session started by _DebugSetup()
_DebugReport Writes to a debugging session
_DebugReportEx Writes to a debugging session a formatted message
_DebugReportVar Writes to debugging session the content of a variable
_DebugSetup Setup up a debug session using a specific reporting type
_Degree Converts radians to degrees
_EventLog__Backup Saves the event log to a backup file
_EventLog__Clear Clears the event log
_EventLog__Close Closes a read handle to the event log
_EventLog__Count Retrieves the number of records in the event log
_EventLog__DeregisterSource Closes a write handle to the event log
_EventLog__Full Retrieves whether the event log is full
_EventLog__Notify Enables an application to receive event notifications
_EventLog__Oldest Retrieves the absolute record number of the oldest record in the event log
_EventLog__Open Opens a handle to the event log
_EventLog__OpenBackup Opens a handle to a backup event log
_EventLog__Read Reads an entry from the event log
_EventLog__RegisterSource Retrieves a registered handle to the specified event log
_EventLog__Report Writes an entry at the end of the specified event log
_Excel_BookAttach Attaches to the first instance of a workbook where the search string matches based on the selected mode
_Excel_BookClose Closes the specified workbook
_Excel_BookList Returns a list of workbooks of a specified or all Excel instances
_Excel_BookNew Creates a new workbook
_Excel_BookOpen Opens an existing workbook
_Excel_BookOpenText Opens a text file and parses the content to a new workbook with a single sheet
_Excel_BookSave Saves the specified workbook
_Excel_BookSaveAs Saves the specified workbook with a new filename and/or type
_Excel_Close Closes all worksheets and the instance of the Excel application
_Excel_ColumnToLetter Converts the column number to letter(s)
_Excel_ColumnToNumber Converts the column letter(s) to a number
_Excel_ConvertFormula Converts cell references in a formula between A1 and R1C1 reference styles, relative and absolute reference type, or both
_Excel_Export Exports a workbook, worksheet, chart or range as PDF or XPS
_Excel_FilterGet Returns a list of set filters
_Excel_FilterSet Sets/unsets filter definitions and filters the range
_Excel_Open Connects to an existing Excel instance or creates a new one
_Excel_PictureAdd Adds a picture on the specified workbook and worksheet
_Excel_Print Prints a workbook, worksheet, chart or range
_Excel_RangeCopyPaste Cuts or copies one or multiple cells, rows or columns to a range or from/to the clipboard
_Excel_RangeDelete Deletes one or multiple cells, rows or columns from the specified worksheet
_Excel_RangeFind Finds matching cells in a range or workbook and returns an array with information about the found cells
_Excel_RangeInsert Inserts one or multiple empty cells, rows or columns into the specified worksheet
_Excel_RangeLinkAddRemove Adds or removes a hyperlink to/from a specified range
_Excel_RangeRead Reads the value, formula or displayed text from a cell or range of cells of the specified workbook and worksheet
_Excel_RangeReplace Finds and replaces matching strings in a range or worksheet
_Excel_RangeSort Sorts a cell range
_Excel_RangeValidate Adds data validation to the specified range
_Excel_RangeWrite Writes value(s) or formula(s) to a cell or a cell range on the specified workbook and worksheet
_Excel_SheetAdd Adds new sheet(s) to a workbook and sets their names
_Excel_SheetCopyMove Copies or moves the specified sheet before or after a specified sheet in the same or a different workbook
_Excel_SheetDelete Deletes the specified sheet by object, string name or by number
_Excel_SheetList Returns a list of all sheets in the specified workbook
_FileCountLines Returns the number of lines in the specified file
_FileCreate Creates or zero's out the length of the file specified
_FileListToArray Lists files and\or folders in a specified folder with wildcard selection options.(File globbing and similar to using Dir with the /B Switch)
_FileListToArrayRec Lists files and\or folders in specified path with optional recursion to defined level and result sorting, with the option to use a wildcard selection.(File globbing)
_FilePrint Prints a plain text file
_FileReadToArray Reads the specified file into a 1D or 2D array
_FileWriteFromArray Writes an array to a specified file
_FileWriteLog Writes current date, time and the specified text to a log file
_FileWriteToLine Writes text to a specific line in a file
_FormatAutoItExitCode Format the @exitCode
_FormatAutoItExitMethod Format the @exitMethod
_FTP_Close Closes the _FTP_Open or _FTP_Connect session
_FTP_Command Sends a command to an FTP server
_FTP_Connect Connects to an FTP server
_FTP_DecodeInternetStatus Decode a received Internet Status
_FTP_DirCreate Makes an Directory on an FTP server
_FTP_DirDelete Delete's an Directory on an FTP server
_FTP_DirGetCurrent Get Current Directory on an FTP server
_FTP_DirPutContents Puts an folder on an FTP server. Recursivley if selected
_FTP_DirSetCurrent Set Current Directory on an FTP server
_FTP_FileClose Closes the Handle returned by _FTP_FileOpen
_FTP_FileDelete Delete an file from an FTP server
_FTP_FileGet Get file from a FTP server
_FTP_FileGetSize Gets filesize of a file on the FTP server
_FTP_FileOpen Initiates access to a remote file on an FTP server for reading or writing
_FTP_FilePut Puts an file on an FTP server
_FTP_FileRead Reads data from a handle opened by _FTP_FileOpen()
_FTP_FileRename Renames an file on an FTP server
_FTP_FileTimeLoHiToStr Converts filetime Loword and Hiword to a string
_FTP_FindFileClose Delete FindFile Handle
_FTP_FindFileFirst Find First File on an FTP server
_FTP_FindFileNext Find Next File on an FTP server
_FTP_GetLastResponseInfo Retrieves the last error description or server response on the thread calling this function
_FTP_ListToArray Get Filenames, Directories or Both of current remote directory
_FTP_ListToArray2D Get Filenames and filesizes of current remote directory
_FTP_ListToArrayEx Get names, sizes, attributes and times of files/dir of current remote directory
_FTP_Open Opens an FTP session
_FTP_ProgressDownload Downloads a file in Binary Mode and shows a Progress window or by Calling a User defined Function
_FTP_ProgressUpload Uploads a file in Binary Mode and shows a Progress window or by Calling a User defined Function
_FTP_SetStatusCallback Registers callback function that WinINet functions can call as progress is made during an operation
_GDIPlus_ArrowCapCreate Creates an adjustable arrow line cap with the specified height and width
_GDIPlus_ArrowCapDispose Release an adjustable arrow line cap object
_GDIPlus_ArrowCapGetFillState Determines whether the arrow cap is filled
_GDIPlus_ArrowCapGetHeight Gets the height of the arrow cap
_GDIPlus_ArrowCapGetMiddleInset Gets the value of the inset
_GDIPlus_ArrowCapGetWidth Gets the width of the arrow cap
_GDIPlus_ArrowCapSetFillState Sets whether the arrow cap is filled
_GDIPlus_ArrowCapSetHeight Sets the height of the arrow cap
_GDIPlus_ArrowCapSetMiddleInset Gets the value of the inset
_GDIPlus_ArrowCapSetWidth Sets the width of the arrow cap
_GDIPlus_BitmapApplyEffect Alters a Bitmap by applying a specified effect
_GDIPlus_BitmapApplyEffectEx Alters a Bitmap by applying a specified effect
_GDIPlus_BitmapCloneArea Create a clone of a Bitmap object from the coordinates and format specified
_GDIPlus_BitmapConvertFormat Converts a bitmap to a specified pixel format
_GDIPlus_BitmapCreateApplyEffect Creates a new Bitmap by applying a specified effect to an existing Bitmap
_GDIPlus_BitmapCreateApplyEffectEx Creates a new Bitmap by applying a specified effect to an existing Bitmap
_GDIPlus_BitmapCreateDIBFromBitmap Creates a DIB Section
_GDIPlus_BitmapCreateFromFile Create a Bitmap object from file
_GDIPlus_BitmapCreateFromGraphics Creates a Bitmap object based on a Graphics object, a width, and a height
_GDIPlus_BitmapCreateFromHBITMAP Create a Bitmap object from a bitmap handle
_GDIPlus_BitmapCreateFromHICON Creates a Bitmap object based on an icon
_GDIPlus_BitmapCreateFromHICON32 Creates a Bitmap object based on a 32bit icon
_GDIPlus_BitmapCreateFromMemory Loads an image (JPG, BMP, PNG, etc.) which is saved as a binary string and converts it to a bitmap (GDI+) or hbitmap (GDI)
_GDIPlus_BitmapCreateFromResource Creates a Bitmap object based on an icon
_GDIPlus_BitmapCreateFromScan0 Creates a Bitmap object based on an array of bytes along with size and format information
_GDIPlus_BitmapCreateFromStream Creates a Bitmap object based on an IStream COM interface
_GDIPlus_BitmapCreateHBITMAPFromBitmap Create a handle to a bitmap from a bitmap object
_GDIPlus_BitmapDispose Release a bitmap object
_GDIPlus_BitmapGetHistogram Returns one or more histograms for specified color channels of the specified Bitmap
_GDIPlus_BitmapGetHistogramEx Returns histograms for the Bitmap´s color channels: Red, Green, Blue, Alpha and Grey
_GDIPlus_BitmapGetHistogramSize Returns the number of elements for allocation by _GDIPlus_BitmapGetHistogramEx()
_GDIPlus_BitmapGetPixel Gets the color of a specified pixel in this bitmap
_GDIPlus_BitmapLockBits Locks a portion of a bitmap for reading or writing
_GDIPlus_BitmapSetPixel Sets the color of a specified pixel in this bitmap
_GDIPlus_BitmapSetResolution Sets the resolution of this Bitmap object
_GDIPlus_BitmapUnlockBits Unlocks a portion of a bitmap that was locked by _GDIPlus_BitmapLockBits
_GDIPlus_BrushClone Clone a Brush object
_GDIPlus_BrushCreateSolid Create a solid Brush object
_GDIPlus_BrushDispose Release a Brush object
_GDIPlus_BrushGetSolidColor Get the color of a Solid Brush object
_GDIPlus_BrushGetType Retrieve the type of Brush object
_GDIPlus_BrushSetSolidColor Set the color of a Solid Brush object
_GDIPlus_ColorMatrixCreate Creates and initializes an identity color matrix
_GDIPlus_ColorMatrixCreateGrayScale Creates and initializes a gray-scaling color matrix
_GDIPlus_ColorMatrixCreateNegative Creates and initializes a negative color matrix
_GDIPlus_ColorMatrixCreateSaturation Creates and initializes a saturation color matrix
_GDIPlus_ColorMatrixCreateScale Creates and initializes a scaling color matrix
_GDIPlus_ColorMatrixCreateTranslate Creates and initializes a translation color matrix
_GDIPlus_CustomLineCapClone Clones a CustomLineCap object
_GDIPlus_CustomLineCapCreate Creates a CustomLineCap object
_GDIPlus_CustomLineCapDispose Release a custom line cap object
_GDIPlus_CustomLineCapGetStrokeCaps Gets the end cap styles for both the start line cap and the end line cap
_GDIPlus_CustomLineCapSetStrokeCaps Sets the distance between the base cap to the start of the line
_GDIPlus_Decoders Get an array of information about the available image decoders
_GDIPlus_DecodersGetCount Get the number of available image decoders
_GDIPlus_DecodersGetSize Get the total size of the structure that is returned by _GDIPlus_GetImageDecoders
_GDIPlus_DrawImageFX Draws a portion of an image after applying a specified effect
_GDIPlus_DrawImageFXEx Draws a portion of an image after applying a specified effect
_GDIPlus_DrawImagePoints Draws an image at a specified location
_GDIPlus_EffectCreate Creates an Effect object of the type specified by the guid parameter
_GDIPlus_EffectCreateBlur Creates a Blur class effect object
_GDIPlus_EffectCreateBrightnessContrast Creates a BrightnessContrast class effect object
_GDIPlus_EffectCreateColorBalance Creates a ColorBalance class effect object
_GDIPlus_EffectCreateColorCurve Creates a ColorBalance class effect object
_GDIPlus_EffectCreateColorLUT Creates a ColorLUT class effect object
_GDIPlus_EffectCreateColorMatrix Creates a ColorMatrixEffect class effect object
_GDIPlus_EffectCreateHueSaturationLightness Creates a HueSaturationLightness class effect object
_GDIPlus_EffectCreateLevels Creates a Levels class effect object
_GDIPlus_EffectCreateRedEyeCorrection Creates a RedEyeCorrection class effect object
_GDIPlus_EffectCreateSharpen Creates a Sharpen class effect object
_GDIPlus_EffectCreateTint Creates a Tint class effect object
_GDIPlus_EffectDispose Deletes the specified Effect object
_GDIPlus_EffectGetParameters Returns the parameters for the specified Effect object
_GDIPlus_EffectSetParameters Sets the parameters for the specified Effect object
_GDIPlus_Encoders Get an array of information about the available image encoders
_GDIPlus_EncodersGetCLSID Return the encoder CLSID for a specific image file type
_GDIPlus_EncodersGetCount Get the number of available image encoders
_GDIPlus_EncodersGetParamList Get the parameter list for a specified image encoder
_GDIPlus_EncodersGetParamListSize Get the size of the parameter list for a specified image encoder
_GDIPlus_EncodersGetSize Get the total size of the structure that is returned by _GDIPlus_GetImageEncoders
_GDIPlus_FontCreate Create a Font object
_GDIPlus_FontDispose Release a Font object
_GDIPlus_FontFamilyCreate Create a Font Family object
_GDIPlus_FontFamilyCreateFromCollection Creates a FontFamily object based on a specified font family
_GDIPlus_FontFamilyDispose Release a Font Family object
_GDIPlus_FontFamilyGetCellAscent Gets the cell ascent, in design units, of a font family for the specified style or style combination
_GDIPlus_FontFamilyGetCellDescent Gets the cell descent, in design units, of a font family for the specified style or style combination
_GDIPlus_FontFamilyGetEmHeight Gets the size (commonly called em size or em height), in design units, of a font family
_GDIPlus_FontFamilyGetLineSpacing Gets the line spacing, in design units, of this font family for the specified style or style combination
_GDIPlus_FontGetHeight Gets the line spacing of a font in the current unit of a specified Graphics object
_GDIPlus_FontPrivateAddFont Adds a font file to the private font collection
_GDIPlus_FontPrivateAddMemoryFont Adds a font that is contained in system memory to a Microsoft® Windows® GDI+ font collection
_GDIPlus_FontPrivateCollectionDispose Deletes the specified PrivateFontCollection object
_GDIPlus_FontPrivateCreateCollection Creates a PrivateFont Collection object
_GDIPlus_GraphicsClear Clears a Graphics object to a specified color
_GDIPlus_GraphicsCreateFromHDC Create a Graphics object from a device context (DC)
_GDIPlus_GraphicsCreateFromHWND Create a Graphics object from a window handle
_GDIPlus_GraphicsDispose Release a Graphics object
_GDIPlus_GraphicsDrawArc Draw an arc
_GDIPlus_GraphicsDrawBezier Draw a bezier spline
_GDIPlus_GraphicsDrawClosedCurve Draw a closed cardinal spline
_GDIPlus_GraphicsDrawClosedCurve2 Draws a closed cardinal spline
_GDIPlus_GraphicsDrawCurve Draw a cardinal spline
_GDIPlus_GraphicsDrawCurve2 Draws a cardinal spline
_GDIPlus_GraphicsDrawEllipse Draw an ellipse
_GDIPlus_GraphicsDrawImage Draw an Image object
_GDIPlus_GraphicsDrawImagePointsRect Draws an image
_GDIPlus_GraphicsDrawImageRect Draws an image at a specified location
_GDIPlus_GraphicsDrawImageRectRect Draw an Image object
_GDIPlus_GraphicsDrawLine Draw a line
_GDIPlus_GraphicsDrawPath Draws a sequence of lines and curves defined by a GraphicsPath object
_GDIPlus_GraphicsDrawPie Draw a pie
_GDIPlus_GraphicsDrawPolygon Draw a polygon
_GDIPlus_GraphicsDrawRect Draw a rectangle
_GDIPlus_GraphicsDrawString Draw a string
_GDIPlus_GraphicsDrawStringEx Draw a string
_GDIPlus_GraphicsFillClosedCurve Fill a closed cardinal spline
_GDIPlus_GraphicsFillClosedCurve2 Creates a closed cardinal spline from an array of points and uses a brush to fill the interior of the spline
_GDIPlus_GraphicsFillEllipse Fill an ellipse
_GDIPlus_GraphicsFillPath Uses a brush to fill the interior of a path
_GDIPlus_GraphicsFillPie Fill a pie
_GDIPlus_GraphicsFillPolygon Fill a polygon
_GDIPlus_GraphicsFillRect Fill a rectangle
_GDIPlus_GraphicsFillRegion Uses a brush to fill a specified region
_GDIPlus_GraphicsGetCompositingMode Gets the compositing mode currently set for a Graphics object
_GDIPlus_GraphicsGetCompositingQuality Gets the compositing quality currently set for a Graphics object
_GDIPlus_GraphicsGetDC Gets a handle to the device context of the Graphics object
_GDIPlus_GraphicsGetInterpolationMode Gets the interpolation mode currently set for a Graphics object
_GDIPlus_GraphicsGetSmoothingMode Gets the graphics object rendering quality
_GDIPlus_GraphicsGetTransform Gets the world transformation matrix of a Graphics object
_GDIPlus_GraphicsMeasureCharacterRanges Gets a set of region objects each of which bounds a range of character positions within a string
_GDIPlus_GraphicsMeasureString Measures the size of a string
_GDIPlus_GraphicsReleaseDC Releases the device context of the Graphics object
_GDIPlus_GraphicsResetClip Sets the clipping region of a Graphics object to an infinite region
_GDIPlus_GraphicsResetTransform Sets the world transformation matrix of a Graphics object to the identity matrix
_GDIPlus_GraphicsRestore Restores the state of a Graphics object to the state stored by a previous call to the _GDIPlus_GraphicsSave method of the Graphics object
_GDIPlus_GraphicsRotateTransform Updates the world transformation matrix of a Graphics object with the product of itself and a rotation matrix
_GDIPlus_GraphicsSave Saves the current state (transformations, clipping region, and quality settings) of a Graphics object
_GDIPlus_GraphicsScaleTransform Updates a Graphics object's world transformation matrix with the product of itself and a scaling matrix
_GDIPlus_GraphicsSetClipPath Updates the clipping region of this Graphics object to a region that is the combination of itself and the region specified by a graphics path
_GDIPlus_GraphicsSetClipRect Updates the clipping region of a Graphics object to a region that is the combination of itself and a rectangle
_GDIPlus_GraphicsSetClipRegion Updates the clipping region of a Graphics object to a region that is the combination of itself and the region specified by a Region object
_GDIPlus_GraphicsSetCompositingMode Sets the compositing mode of a Graphics object
_GDIPlus_GraphicsSetCompositingQuality Sets the compositing quality of a Graphics object
_GDIPlus_GraphicsSetInterpolationMode Sets the interpolation mode of a Graphics object
_GDIPlus_GraphicsSetPixelOffsetMode Sets the pixel offset mode of a Graphics object
_GDIPlus_GraphicsSetSmoothingMode Sets the graphics object rendering quality
_GDIPlus_GraphicsSetTextRenderingHint Sets the contrast value of a Graphics object
_GDIPlus_GraphicsSetTransform Sets the world transformation for a graphics object
_GDIPlus_GraphicsTransformPoints Converts an array of points from one coordinate space to another
_GDIPlus_GraphicsTranslateTransform Updates a Graphics object's world transformation matrix with the product of itself and a translation matrix
_GDIPlus_HatchBrushCreate Creates a HatchBrush object based on a hatch style, a foreground color, and a background color
_GDIPlus_HICONCreateFromBitmap Creates an icon handle from a bitmap object
_GDIPlus_ImageAttributesCreate Creates an ImageAttributes object
_GDIPlus_ImageAttributesDispose Releases an ImageAttributes object
_GDIPlus_ImageAttributesSetColorKeys Sets or clears the color key (transparency range) for a specified category
_GDIPlus_ImageAttributesSetColorMatrix Sets or clears the color- and grayscale-adjustment matrices for a specified category
_GDIPlus_ImageAttributesSetRemapTable Sets or clears the color-remap table for a specified category
_GDIPlus_ImageAttributesSetThreshold Sets the threshold (transparency range) for a specified category
_GDIPlus_ImageClone Creates a new image object by cloning from source image
_GDIPlus_ImageDispose Release an image object
_GDIPlus_ImageGetDimension Gets the width and height of an image which is supported by GDIPlus
_GDIPlus_ImageGetFlags Returns enumeration of pixel data attributes contained in an image
_GDIPlus_ImageGetFrameCount Gets the number of frames in a specified dimension of an Image object
_GDIPlus_ImageGetGraphicsContext Get the graphics context of the image
_GDIPlus_ImageGetHeight Get the image height
_GDIPlus_ImageGetHorizontalResolution Returns horizontal resolution in DPI (pixels per inch) of an image
_GDIPlus_ImageGetPixelFormat Returns pixel format of an image: Bits per pixel, Alpha channels, RGB, Grayscale, Indexed etc
_GDIPlus_ImageGetPropertyIdList Gets a list of the property identifiers used in the meta data of an image object
_GDIPlus_ImageGetPropertyItem Gets a specified property item (piece of meta data) from an Image object
_GDIPlus_ImageGetRawFormat Returns file format GUID and image format name of an image
_GDIPlus_ImageGetThumbnail Gets a thumbnail image from this Image object
_GDIPlus_ImageGetType Returns type (bitmap or metafile) of an image
_GDIPlus_ImageGetVerticalResolution Returns vertical resolution in DPI (pixels per inch) of an image
_GDIPlus_ImageGetWidth Get the image width
_GDIPlus_ImageLoadFromFile Create an image object based on a file
_GDIPlus_ImageLoadFromStream Creates an Image object based on a stream
_GDIPlus_ImageResize Resize an image to a new given size
_GDIPlus_ImageRotateFlip Rotates and flips an image
_GDIPlus_ImageSaveAdd Adds a frame to a file or stream specified in a previous call to the _GDIPlus_ImageSaveToFileEx or _GDIPlus_ImageSaveToStream functions
_GDIPlus_ImageSaveAddImage Adds a frame to a file or stream specified in a previous call to the _GDIPlus_ImageSaveToFileEx or _GDIPlus_ImageSaveToStream functions
_GDIPlus_ImageSaveToFile Save an image to file
_GDIPlus_ImageSaveToFileEx Save an image to file
_GDIPlus_ImageSaveToStream Saves an Image object to a stream
_GDIPlus_ImageScale Scales an image by a given factor
_GDIPlus_ImageSelectActiveFrame Selects a frame in an image object specified by a dimension and an index
_GDIPlus_LineBrushCreate Creates a LinearGradientBrush object from a set of boundary points and boundary colors
_GDIPlus_LineBrushCreateFromRect Creates a LinearGradientBrush object from a rectangle and boundary colors
_GDIPlus_LineBrushCreateFromRectWithAngle Creates a LinearGradientBrush object from a rectangle, boundary colors and angle of direction
_GDIPlus_LineBrushGetColors Gets the starting color and ending color of a linear gradient brush
_GDIPlus_LineBrushGetRect Gets the rectangle that defines the boundaries of a linear gradient brush
_GDIPlus_LineBrushMultiplyTransform Updates a brush's transformation matrix with the product of itself and another matrix
_GDIPlus_LineBrushResetTransform Resets the transformation matrix of a linear gradient brush to the identity matrix
_GDIPlus_LineBrushSetBlend Sets the blend factors and the blend positions of a linear gradient brush to create a custom blend
_GDIPlus_LineBrushSetColors Sets the starting color and ending color of a linear gradient brush
_GDIPlus_LineBrushSetGammaCorrection Specifies whether gamma correction is enabled for a linear gradient brush
_GDIPlus_LineBrushSetLinearBlend Sets the blend shape of a linear gradient brush to create a custom blend based on a triangular shape
_GDIPlus_LineBrushSetPresetBlend Sets the colors to be interpolated for a linear gradient brush and their corresponding blend positions
_GDIPlus_LineBrushSetSigmaBlend Sets the blend shape of a linear gradient brush to create a custom blend based on a bell-shaped curve
_GDIPlus_LineBrushSetTransform Sets the transformation matrix of a linear gradient brush
_GDIPlus_MatrixClone Clones a Matrix object
_GDIPlus_MatrixCreate Creates and initializes a Matrix object that represents the identity matrix
_GDIPlus_MatrixCreate2 Creates and initializes a Matrix object based on six numbers that define an affine transformation
_GDIPlus_MatrixDispose Release a matrix object
_GDIPlus_MatrixGetElements Gets the elements of a matrix
_GDIPlus_MatrixInvert Replaces the elements of a matrix with the elements of its inverse
_GDIPlus_MatrixMultiply Updates a matrix with the product of itself and another matrix
_GDIPlus_MatrixRotate Updates a matrix with the product of itself and a rotation matrix
_GDIPlus_MatrixScale Updates a matrix with the product of itself and a scaling matrix
_GDIPlus_MatrixSetElements Sets the elements of a matrix
_GDIPlus_MatrixShear Updates a matrix with the product of itself and another matrix
_GDIPlus_MatrixTransformPoints Multiplies each point in an array by a matrix
_GDIPlus_MatrixTranslate Updates a matrix with the product of itself and a translation matrix
_GDIPlus_PaletteInitialize Initializes a standard, optimal, or custom color palette
_GDIPlus_ParamAdd Add a value to an encoder parameter list
_GDIPlus_ParamInit Allocate an empty encoder parameter list
_GDIPlus_ParamSize Get an encoder parameter size
_GDIPlus_PathAddArc Adds an elliptical arc to the current figure of a path
_GDIPlus_PathAddBezier Adds a bezier spline to the current figure of a path
_GDIPlus_PathAddClosedCurve Adds a closed cardinal spline to a path
_GDIPlus_PathAddClosedCurve2 Adds a closed cardinal spline to a path
_GDIPlus_PathAddCurve Adds a cardinal spline to the current figure of a path
_GDIPlus_PathAddCurve2 Adds a cardinal spline to the current figure of a path
_GDIPlus_PathAddCurve3 Adds a cardinal spline to the current figure of a path
_GDIPlus_PathAddEllipse Adds an ellipse to the current figure a path
_GDIPlus_PathAddLine Adds a line to the current figure of a path
_GDIPlus_PathAddLine2 Adds a sequence of lines to the current figure of a path
_GDIPlus_PathAddPath Adds a path to another path
_GDIPlus_PathAddPie Adds a pie to a path
_GDIPlus_PathAddPolygon Adds a polygon to a path
_GDIPlus_PathAddRectangle Adds a rectangle to a path
_GDIPlus_PathAddString Adds the outline of a string to a path
_GDIPlus_PathBrushCreate Creates a PathGradientBrush object based on an array of points and initializes the wrap mode of the brush
_GDIPlus_PathBrushCreateFromPath Creates a PathGradientBrush object based on a GraphicsPath object
_GDIPlus_PathBrushGetCenterPoint Gets the center point of a path gradient brush
_GDIPlus_PathBrushGetFocusScales Gets the focus scales of a path gradient brush
_GDIPlus_PathBrushGetPointCount Gets the number of points in the array of points that defines a brush's boundary path
_GDIPlus_PathBrushGetRect Gets the smallest rectangle that encloses the boundary path of a path gradient brush
_GDIPlus_PathBrushGetWrapMode Gets the wrap mode currently set for a path gradient brush
_GDIPlus_PathBrushMultiplyTransform Updates a brush's transformation matrix with the product of itself and another matrix
_GDIPlus_PathBrushResetTransform Resets the transformation matrix of a path gradient brush to the identity matrix
_GDIPlus_PathBrushSetBlend Sets the blend factors and the blend positions of a path gradient brush
_GDIPlus_PathBrushSetCenterColor Sets the color of the center point of a path gradient brush
_GDIPlus_PathBrushSetCenterPoint Sets the center point of a path gradient brush
_GDIPlus_PathBrushSetFocusScales Sets the focus scales of a path gradient brush
_GDIPlus_PathBrushSetGammaCorrection Specifies whether gamma correction is enabled for a path gradient brush
_GDIPlus_PathBrushSetLinearBlend Sets the blend shape of a path gradient brush to create a custom blend based on a triangular shape
_GDIPlus_PathBrushSetPresetBlend Sets the preset colors and the blend positions of a path gradient brush
_GDIPlus_PathBrushSetSigmaBlend Sets the blend shape of a path gradient brush to create a custom blend based on a bell-shaped curve
_GDIPlus_PathBrushSetSurroundColor Sets the surround color for a path gradient brush
_GDIPlus_PathBrushSetSurroundColorsWithCount Sets the surround colors currently specified for a path gradient brush
_GDIPlus_PathBrushSetTransform Sets the transformation matrix of a path gradient brush
_GDIPlus_PathBrushSetWrapMode Sets the wrap mode of a path gradient brush
_GDIPlus_PathClone Clones a path
_GDIPlus_PathCloseFigure Closes the current figure of a path
_GDIPlus_PathCreate Creates a GraphicsPath object and initializes the fill mode
_GDIPlus_PathCreate2 Creates a GraphicsPath object based on an array of points, an array of types, and a fill mode
_GDIPlus_PathDispose Releases a GraphicsPath object
_GDIPlus_PathFlatten Applies a transformation to a path and converts each curve in the path to a sequence of connected lines
_GDIPlus_PathGetData Gets an array of points and types from a path
_GDIPlus_PathGetFillMode Gets the fill mode of a path
_GDIPlus_PathGetLastPoint Gets the ending point of the last figure in a path
_GDIPlus_PathGetPointCount Gets the number of points in a path's array of data points
_GDIPlus_PathGetPoints Gets an array of points from a path
_GDIPlus_PathGetWorldBounds Gets the bounding rectangle for a path
_GDIPlus_PathIsOutlineVisiblePoint Determines whether a specified point touches the outline of a path with the specified Graphics and Pen
_GDIPlus_PathIsVisiblePoint Determines whether a specified point lies in the area that is filled when a path is filled by a specified Graphics object
_GDIPlus_PathIterCreate Creates a new GraphicsPathIterator object and associates it with a GraphicsPath object
_GDIPlus_PathIterDispose Releases a GraphicsPathIterator object
_GDIPlus_PathIterGetSubpathCount Gets the number of subpaths (also called figures) in the path
_GDIPlus_PathIterNextMarkerPath Gets the next marker-delimited section of an iterator's associated path
_GDIPlus_PathIterNextSubpathPath Gets the next figure (subpath) from an iterator's associated path
_GDIPlus_PathIterRewind Rewinds an iterator to the beginning of its associated path
_GDIPlus_PathReset Empties a path and sets the fill mode to alternate (0)
_GDIPlus_PathReverse Reverses the order of the points that define a path's lines and curves
_GDIPlus_PathSetFillMode Sets the fill mode of a path
_GDIPlus_PathSetMarker Designates the last point in a path as a marker point
_GDIPlus_PathStartFigure Starts a new figure without closing the current figure. Subsequent points added to a path are added to the new figure
_GDIPlus_PathTransform Multiplies each of a path's data points by a specified matrix
_GDIPlus_PathWarp Applies a warp transformation to a path. The function also flattens (converts to a sequence of straight lines) the path
_GDIPlus_PathWiden Replaces a path with curves that enclose the area that is filled when the path is drawn by a specified pen. The function also flattens the path
_GDIPlus_PathWindingModeOutline Transforms and flattens a path, and then converts the path's data points so that they represent only the outline of the path
_GDIPlus_PenCreate Create a pen object
_GDIPlus_PenCreate2 Creates a Pen object that uses the attributes of a brush
_GDIPlus_PenDispose Release a pen object
_GDIPlus_PenGetAlignment Gets the pen alignment
_GDIPlus_PenGetColor Gets the pen color
_GDIPlus_PenGetCustomEndCap Gets the custom end cap for the pen
_GDIPlus_PenGetDashCap Gets the pen dash cap style
_GDIPlus_PenGetDashStyle Gets the pen dash style
_GDIPlus_PenGetEndCap Gets the pen end cap
_GDIPlus_PenGetMiterLimit Gets the miter length currently set for a Pen object
_GDIPlus_PenGetWidth Retrieve the width of a pen
_GDIPlus_PenResetTransform Resets the world transformation matrix of a Pen object to the identity matrix
_GDIPlus_PenRotateTransform Updates the world transformation matrix of a Pen object with the product of itself and a rotation matrix
_GDIPlus_PenScaleTransform Updates the world transformation matrix of a pen object with the product of itself and a scaling matrix
_GDIPlus_PenSetAlignment Sets the pen alignment
_GDIPlus_PenSetColor Sets the pen color
_GDIPlus_PenSetCompound Sets the compound array for a Pen object
_GDIPlus_PenSetCustomEndCap Sets the custom end cap for the pen
_GDIPlus_PenSetDashCap Sets the pen dash cap style
_GDIPlus_PenSetDashStyle Sets the pen dash style
_GDIPlus_PenSetEndCap Sets the pen end cap
_GDIPlus_PenSetLineCap Sets the cap styles for the start, end, and dashes in a line drawn with the pen
_GDIPlus_PenSetLineJoin Sets the line join for a Pen object
_GDIPlus_PenSetMiterLimit Sets the miter limit of a Pen object
_GDIPlus_PenSetStartCap Sets the start cap for a Pen object
_GDIPlus_PenSetTransform Sets the world transformation of a pen object
_GDIPlus_PenSetWidth Sets the width of a pen
_GDIPlus_RectFCreate Create a $tagGDIPRECTF structure
_GDIPlus_RegionClone Clones a Region object
_GDIPlus_RegionCombinePath Updates a region to the portion of itself that intersects the specified path's interior
_GDIPlus_RegionCombineRect Updates a region to the portion of itself that intersects the specified rectangle's interior
_GDIPlus_RegionCombineRegion Updates a region to the portion of itself that intersects another region
_GDIPlus_RegionCreate Creates a region that is infinite
_GDIPlus_RegionCreateFromPath Creates a region that is defined by a path object and has a fill mode that is contained in the path object
_GDIPlus_RegionCreateFromRect Creates a region that is defined by a rectangle
_GDIPlus_RegionDispose Releases a Region object
_GDIPlus_RegionGetBounds Gets a rectangle that encloses a region
_GDIPlus_RegionGetHRgn Creates a GDI region from a GDI+ Region object
_GDIPlus_RegionSetEmpty Updates a region to an empty region. In other words, the region occupies no space on the display device
_GDIPlus_RegionSetInfinite Updates a region to an infinite region
_GDIPlus_RegionTransform Tansforms a region by multiplying each of its data points by a specified matrix
_GDIPlus_RegionTranslate Offsets a region by specified amounts in the horizontal and vertical directions
_GDIPlus_Shutdown Clean up resources used by Microsoft Windows GDI+
_GDIPlus_Startup Initialize Microsoft Windows GDI+
_GDIPlus_StringFormatCreate Create a String Format object
_GDIPlus_StringFormatDispose Release a String Format object
_GDIPlus_StringFormatGetMeasurableCharacterRangeCount Gets the number of measurable character ranges that are currently set for a StringFormat object
_GDIPlus_StringFormatSetAlign Sets the text alignment of a string format object
_GDIPlus_StringFormatSetLineAlign Sets the line alignment of a StringFormat object in relation to the origin of a layout rectangle
_GDIPlus_StringFormatSetMeasurableCharacterRanges Sets a series of character ranges for a StringFormat object that, when in a string, can be measured
_GDIPlus_TextureCreate Creates a TextureBrush object based on an image and a wrap mode
_GDIPlus_TextureCreate2 Creates a TextureBrush object based on an image, a wrap mode and a defining rectangle
_GDIPlus_TextureCreateIA Creates a TextureBrush object based on an image, a defining rectangle, and a set of image properties
_GetIP Get public IP address of a network/computer
_GUICtrlAVI_Close Closes an AVI clip
_GUICtrlAVI_Create Creates an AVI control
_GUICtrlAVI_Destroy Delete the control
_GUICtrlAVI_IsPlaying Checks whether an Audio-Video Interleaved (AVI) clip is playing
_GUICtrlAVI_Open Opens an AVI clip and displays its first frame in an animation control
_GUICtrlAVI_OpenEx Opens an AVI clip and displays its first frame in an animation control
_GUICtrlAVI_Play Plays an AVI clip in an animation control
_GUICtrlAVI_Seek Directs an AVI control to display a particular frame of an AVI clip
_GUICtrlAVI_Show Show/Hide the AVI control
_GUICtrlAVI_Stop Stops playing an AVI clip
_GUICtrlButton_Click Simulates the user clicking a button
_GUICtrlButton_Create Creates a Button control
_GUICtrlButton_Destroy Delete the Button control
_GUICtrlButton_Enable Enables or disables mouse and keyboard input to the specified button
_GUICtrlButton_GetCheck Gets the check state of a radio button or check box
_GUICtrlButton_GetFocus Retrieves if the button has keyboard focus
_GUICtrlButton_GetIdealSize Gets the size of the button that best fits its text and image, if an image list is present
_GUICtrlButton_GetImage Retrieves a handle to the image (icon or bitmap) associated with the button
_GUICtrlButton_GetImageList Retrieves an array that describes the image list assigned to a button control
_GUICtrlButton_GetNote Gets the text of the note associated with the Command Link button
_GUICtrlButton_GetNoteLength Gets the length of the note text that may be displayed in the description for a command link button
_GUICtrlButton_GetSplitInfo Gets information for a split button control
_GUICtrlButton_GetState Determines the state of a button or check box
_GUICtrlButton_GetText Retrieve the text of the button
_GUICtrlButton_GetTextMargin Gets the margins used to draw text in a button control
_GUICtrlButton_SetCheck Sets the check state of a radio button or check box
_GUICtrlButton_SetDontClick Sets the state of $BST_DONTCLICK flag on a button
_GUICtrlButton_SetFocus Sets the keyboard focus to the specified button
_GUICtrlButton_SetImage Sets the image of a button
_GUICtrlButton_SetImageList Assigns an image list to a button control
_GUICtrlButton_SetNote Sets the text of the note associated with a command link button
_GUICtrlButton_SetShield Sets the elevation required state for a specified button or command link to display an elevated icon
_GUICtrlButton_SetSize Sets the size of the button
_GUICtrlButton_SetSplitInfo Gets information for a split button control
_GUICtrlButton_SetState Sets the highlight state of a button. The highlight state indicates whether the button is highlighted as if the user had pushed it
_GUICtrlButton_SetStyle Sets the style of a button
_GUICtrlButton_SetText Sets the text of the button
_GUICtrlButton_SetTextMargin Sets the margins for drawing text in a button control
_GUICtrlButton_Show Show/Hide button
_GUICtrlComboBoxEx_AddDir Adds the names of directories and files
_GUICtrlComboBoxEx_AddString Add a string
_GUICtrlComboBoxEx_BeginUpdate Prevents updating of the control until the EndUpdate function is called
_GUICtrlComboBoxEx_Create Create a ComboBoxEx control
_GUICtrlComboBoxEx_CreateSolidBitMap Creates a solid color bitmap
_GUICtrlComboBoxEx_DeleteString Removes an item from a ComboBoxEx control
_GUICtrlComboBoxEx_Destroy Delete the control
_GUICtrlComboBoxEx_EndUpdate Enables screen repainting that was turned off with the BeginUpdate function
_GUICtrlComboBoxEx_FindStringExact Search for a string
_GUICtrlComboBoxEx_GetComboBoxInfo Gets information about the specified ComboBox
_GUICtrlComboBoxEx_GetComboControl Gets the handle to the child combo box control
_GUICtrlComboBoxEx_GetCount Retrieve the number of items
_GUICtrlComboBoxEx_GetCurSel Retrieve the index of the currently selected item
_GUICtrlComboBoxEx_GetDroppedControlRect Retrieve the screen coordinates of a combo box in its dropped-down state
_GUICtrlComboBoxEx_GetDroppedControlRectEx Retrieve the screen coordinates of a combo box in its dropped-down state
_GUICtrlComboBoxEx_GetDroppedState Determines whether the ListBox of a ComboBox is dropped down
_GUICtrlComboBoxEx_GetDroppedWidth Retrieve the minimum allowable width, of the ListBox of a ComboBox
_GUICtrlComboBoxEx_GetEditControl Gets the handle to the edit control portion of a ComboBoxEx control
_GUICtrlComboBoxEx_GetEditSel Gets the starting and ending character positions of the current selection in the edit control of a ComboBox
_GUICtrlComboBoxEx_GetEditText Get the text from the edit control of a ComboBoxEx
_GUICtrlComboBoxEx_GetExtendedStyle Gets the extended styles that are in use for a ComboBoxEx control
_GUICtrlComboBoxEx_GetExtendedUI Determines whether a ComboBox has the default user interface or the extended user interface
_GUICtrlComboBoxEx_GetImageList Retrieves the handle to an image list assigned to a ComboBoxEx control
_GUICtrlComboBoxEx_GetItem Retrieves an item's attributes
_GUICtrlComboBoxEx_GetItemEx Retrieves some or all of an item's attributes
_GUICtrlComboBoxEx_GetItemHeight Determines the height of list items or the selection field in a ComboBox
_GUICtrlComboBoxEx_GetItemImage Retrieves the index of the item's icon
_GUICtrlComboBoxEx_GetItemIndent Retrieves the number of image widths the item is indented
_GUICtrlComboBoxEx_GetItemOverlayImage Retrieves the index of the item's overlay image icon
_GUICtrlComboBoxEx_GetItemParam Retrieves the application specific value of the item
_GUICtrlComboBoxEx_GetItemSelectedImage Retrieves the index of the item's selected image icon
_GUICtrlComboBoxEx_GetItemText Retrieve a string from the list of a ComboBox
_GUICtrlComboBoxEx_GetItemTextLen Gets the length, in characters, of a string in the list of a combo box
_GUICtrlComboBoxEx_GetList Retrieves all items from the list portion of a ComboBox control
_GUICtrlComboBoxEx_GetListArray Retrieves all items from the list portion of a ComboBox control
_GUICtrlComboBoxEx_GetLocale Retrieves the current locale
_GUICtrlComboBoxEx_GetLocaleCountry Retrieves the current country code
_GUICtrlComboBoxEx_GetLocaleLang Retrieves the current language identifier
_GUICtrlComboBoxEx_GetLocalePrimLang Extract primary language id from a language id
_GUICtrlComboBoxEx_GetLocaleSubLang Extract sublanguage id from a language id
_GUICtrlComboBoxEx_GetMinVisible Retrieve the minimum number of visible items in the drop-down list of a ComboBox
_GUICtrlComboBoxEx_GetTopIndex Retrieve the 0-based index of the first visible item in the ListBox portion of a ComboBox
_GUICtrlComboBoxEx_GetUnicode Retrieves if control is using Unicode
_GUICtrlComboBoxEx_InitStorage Allocates memory for storing ListBox items
_GUICtrlComboBoxEx_InsertString Inserts a new item in the control
_GUICtrlComboBoxEx_LimitText Limits the length of the text the user may type into the edit control of a ComboBox
_GUICtrlComboBoxEx_ReplaceEditSel Replace text selected in edit box
_GUICtrlComboBoxEx_ResetContent Removes all items
_GUICtrlComboBoxEx_SetCurSel Select a string in the list of a ComboBox
_GUICtrlComboBoxEx_SetDroppedWidth Set the maximum allowable width, in pixels, of the ListBox of a ComboBox
_GUICtrlComboBoxEx_SetEditSel Select characters in the edit control of a ComboBox
_GUICtrlComboBoxEx_SetEditText Set the text of the edit control of the ComboBox
_GUICtrlComboBoxEx_SetExtendedStyle Sets extended styles within a ComboBoxEx control
_GUICtrlComboBoxEx_SetExtendedUI Select either the default user interface or the extended user interface
_GUICtrlComboBoxEx_SetImageList Sets an image list for a ComboBoxEx control
_GUICtrlComboBoxEx_SetItem Sets some or all of a item's attributes
_GUICtrlComboBoxEx_SetItemEx Sets some or all of a item's attributes
_GUICtrlComboBoxEx_SetItemHeight Set the height of list items or the selection field in a ComboBox
_GUICtrlComboBoxEx_SetItemImage Sets the index of the item's icon in the control's image list
_GUICtrlComboBoxEx_SetItemIndent Sets the number of image widths to indent the item
_GUICtrlComboBoxEx_SetItemOverlayImage Sets the index of the item's overlay icon in the control's image list
_GUICtrlComboBoxEx_SetItemParam Sets the value specific to the item
_GUICtrlComboBoxEx_SetItemSelectedImage Sets the index of the item's overlay icon in the control's image list
_GUICtrlComboBoxEx_SetMinVisible Set the minimum number of visible items in the drop-down list of a ComboBox
_GUICtrlComboBoxEx_SetTopIndex Ensure that a particular item is visible in the ListBox of a ComboBox
_GUICtrlComboBoxEx_SetUnicode Sets if control is using Unicode
_GUICtrlComboBoxEx_ShowDropDown Show or hide the ListBox of a ComboBox
_GUICtrlComboBox_AddDir Adds the names of directories and files
_GUICtrlComboBox_AddString Add a string
_GUICtrlComboBox_AutoComplete AutoComplete a ComboBox edit control
_GUICtrlComboBox_BeginUpdate Prevents updating of the control until the EndUpdate function is called
_GUICtrlComboBox_Create Create a ComboBox control
_GUICtrlComboBox_DeleteString Delete a string
_GUICtrlComboBox_Destroy Delete the control
_GUICtrlComboBox_EndUpdate Enables screen repainting that was turned off with the BeginUpdate function
_GUICtrlComboBox_FindString Search for a string
_GUICtrlComboBox_FindStringExact Search for a string
_GUICtrlComboBox_GetComboBoxInfo Gets information about the specified ComboBox
_GUICtrlComboBox_GetCount Retrieve the number of items
_GUICtrlComboBox_GetCueBanner Gets the cue banner text displayed in the edit control of a combo box
_GUICtrlComboBox_GetCurSel Retrieve the index of the currently selected item
_GUICtrlComboBox_GetDroppedControlRect Retrieve the screen coordinates of a combo box in its dropped-down state
_GUICtrlComboBox_GetDroppedControlRectEx Retrieve the screen coordinates of a combo box in its dropped-down state
_GUICtrlComboBox_GetDroppedState Determines whether the ListBox of a ComboBox is dropped down
_GUICtrlComboBox_GetDroppedWidth Retrieve the minimum allowable width, of the ListBox of a ComboBox
_GUICtrlComboBox_GetEditSel Gets the starting and ending character positions of the current selection in the edit control of a ComboBox
_GUICtrlComboBox_GetEditText Get the text from the edit control of a ComboBox
_GUICtrlComboBox_GetExtendedUI Determines whether a ComboBox has the default user interface or the extended user interface
_GUICtrlComboBox_GetHorizontalExtent Gets the width, in pixels, that the ListBox of a ComboBox control can be scrolled horizontally
_GUICtrlComboBox_GetItemHeight Determines the height of list items or the selection field in a ComboBox
_GUICtrlComboBox_GetLBText Retrieve a string from the list of a ComboBox
_GUICtrlComboBox_GetLBTextLen Gets the length, in characters, of a string in the list of a combo box
_GUICtrlComboBox_GetList Retrieves all items from the list portion of a ComboBox control
_GUICtrlComboBox_GetListArray Retrieves all items from the list portion of a ComboBox control
_GUICtrlComboBox_GetLocale Retrieves the current locale
_GUICtrlComboBox_GetLocaleCountry Retrieves the current country code
_GUICtrlComboBox_GetLocaleLang Retrieves the current language identifier
_GUICtrlComboBox_GetLocalePrimLang Extract primary language id from a language id
_GUICtrlComboBox_GetLocaleSubLang Extract sublanguage id from a language id
_GUICtrlComboBox_GetMinVisible Retrieve the minimum number of visible items in the drop-down list of a ComboBox
_GUICtrlComboBox_GetTopIndex Retrieve the 0-based index of the first visible item in the ListBox portion of a ComboBox
_GUICtrlComboBox_InitStorage Allocates memory for storing ListBox items
_GUICtrlComboBox_InsertString Insert a string
_GUICtrlComboBox_LimitText Limits the length of the text the user may type into the edit control of a ComboBox
_GUICtrlComboBox_ReplaceEditSel Replace text selected in edit box
_GUICtrlComboBox_ResetContent Remove all items from the ListBox and edit control of a ComboBox
_GUICtrlComboBox_SelectString Searches the ListBox of a ComboBox for an item that begins with the characters in a specified string
_GUICtrlComboBox_SetCueBanner Sets the cue banner text that is displayed for the edit control of a combo box
_GUICtrlComboBox_SetCurSel Select a string in the list of a ComboBox
_GUICtrlComboBox_SetDroppedWidth Set the maximum allowable width, in pixels, of the ListBox of a ComboBox
_GUICtrlComboBox_SetEditSel Select characters in the edit control of a ComboBox
_GUICtrlComboBox_SetEditText Set the text of the edit control of the ComboBox
_GUICtrlComboBox_SetExtendedUI Select either the default user interface or the extended user interface
_GUICtrlComboBox_SetHorizontalExtent Set the width, in pixels, by which a list box can be scrolled horizontally
_GUICtrlComboBox_SetItemHeight Set the height of list items or the selection field in a ComboBox
_GUICtrlComboBox_SetMinVisible Set the minimum number of visible items in the drop-down list of a ComboBox
_GUICtrlComboBox_SetTopIndex Ensure that a particular item is visible in the ListBox of a ComboBox
_GUICtrlComboBox_ShowDropDown Show or hide the ListBox of a ComboBox
_GUICtrlDTP_Create Create a DTP control
_GUICtrlDTP_Destroy Delete the control
_GUICtrlDTP_GetMCColor Retrieves the specified color
_GUICtrlDTP_GetMCFont Retrieves the month calendar font handle
_GUICtrlDTP_GetMonthCal Retrieves the handle to child month calendar control
_GUICtrlDTP_GetRange Retrieves the current minimum and maximum allowable system times
_GUICtrlDTP_GetRangeEx Retrieves the current minimum and maximum allowable system times
_GUICtrlDTP_GetSystemTime Retrieves the currently selected date and time
_GUICtrlDTP_GetSystemTimeEx Retrieves the currently selected date and time
_GUICtrlDTP_SetFormat Sets the display based on a given format string
_GUICtrlDTP_SetMCColor Sets the color for a given portion of the month calendar
_GUICtrlDTP_SetMCFont Sets the month calendar font
_GUICtrlDTP_SetRange Sets the current minimum and maximum allowable system times
_GUICtrlDTP_SetRangeEx Sets the current minimum and maximum allowable system times
_GUICtrlDTP_SetSystemTime Sets the currently selected date and time
_GUICtrlDTP_SetSystemTimeEx Sets the currently selected date and time
_GUICtrlEdit_AppendText Append text
_GUICtrlEdit_BeginUpdate Prevents updating of the control until the _GUICtrlEdit_EndUpdate function is called
_GUICtrlEdit_CanUndo Determines whether there are any actions in an edit control's undo queue
_GUICtrlEdit_CharFromPos Retrieve information about the character closest to a specified point in the client area
_GUICtrlEdit_Create Create an Edit control
_GUICtrlEdit_Destroy Delete the Edit control
_GUICtrlEdit_EmptyUndoBuffer Resets the undo flag of an edit control
_GUICtrlEdit_EndUpdate Enables screen repainting that was turned off with the _GUICtrlEdit_BeginUpdate function
_GUICtrlEdit_Find Initiates a find dialog
_GUICtrlEdit_FmtLines Determines whether an edit control includes soft line-break characters
_GUICtrlEdit_GetCueBanner Gets the cue banner text displayed in the edit control
_GUICtrlEdit_GetFirstVisibleLine Retrieves the 0-based index of the uppermost visible line in a multiline edit control
_GUICtrlEdit_GetLimitText Gets the current text limit for an edit control
_GUICtrlEdit_GetLine Retrieves a line of text from an edit control
_GUICtrlEdit_GetLineCount Retrieves the number of lines
_GUICtrlEdit_GetMargins Retrieves the widths of the left and right margins
_GUICtrlEdit_GetModify Retrieves the state of an edit control's modification flag
_GUICtrlEdit_GetPasswordChar Gets the password character that an edit control displays when the user enters text
_GUICtrlEdit_GetRECT Retrieves the formatting rectangle of an edit control
_GUICtrlEdit_GetRECTEx Retrieves the formatting rectangle of an edit control
_GUICtrlEdit_GetSel Retrieves the starting and ending character positions of the current selection
_GUICtrlEdit_GetText Get the text from the edit control
_GUICtrlEdit_GetTextLen Get the length of all the text from the edit control
_GUICtrlEdit_HideBalloonTip Hides any balloon tip associated with an edit control
_GUICtrlEdit_InsertText Insert text
_GUICtrlEdit_LineFromChar Retrieves the index of the line that contains the specified character index
_GUICtrlEdit_LineIndex Retrieves the character index of the first character of a specified line
_GUICtrlEdit_LineLength Retrieves the length, in characters, of a line
_GUICtrlEdit_LineScroll Scrolls the text
_GUICtrlEdit_PosFromChar Retrieves the client area coordinates of a specified character in an edit control
_GUICtrlEdit_ReplaceSel Replaces the current selection
_GUICtrlEdit_Scroll Scrolls the text vertically
_GUICtrlEdit_SetCueBanner Sets the cue banner text that is displayed for the edit control
_GUICtrlEdit_SetLimitText Sets the text limit
_GUICtrlEdit_SetMargins Sets the widths of the left and right margins
_GUICtrlEdit_SetModify Sets or clears the modification flag
_GUICtrlEdit_SetPadding Sets the padding control
_GUICtrlEdit_SetPasswordChar Sets or removes the password character for an edit control
_GUICtrlEdit_SetReadOnly Sets or removes the read-only style ($ES_READONLY)
_GUICtrlEdit_SetRECT Sets the formatting rectangle of a multiline edit control
_GUICtrlEdit_SetRECTEx Sets the formatting rectangle of a multiline edit control
_GUICtrlEdit_SetRECTNP Sets the formatting rectangle of a multiline edit control
_GUICtrlEdit_SetRectNPEx Sets the formatting rectangle of a multiline edit control
_GUICtrlEdit_SetSel Selects a range of characters
_GUICtrlEdit_SetTabStops Sets the tab stops
_GUICtrlEdit_SetText Set the text
_GUICtrlEdit_ShowBalloonTip Displays a balloon tip associated with an edit control
_GUICtrlEdit_Undo Undoes the last edit control operation in the control's undo queue
_GUICtrlHeader_AddItem Adds a new header item
_GUICtrlHeader_ClearFilter Clears the filter
_GUICtrlHeader_ClearFilterAll Clears all of the filters
_GUICtrlHeader_Create Creates a Header control
_GUICtrlHeader_CreateDragImage Creates a semi-transparent version of an item's image for use as a dragging image
_GUICtrlHeader_DeleteItem Deletes a header item
_GUICtrlHeader_Destroy Delete the Header control
_GUICtrlHeader_EditFilter Starts editing the specified filter
_GUICtrlHeader_GetBitmapMargin Retrieves the width of the bitmap margin
_GUICtrlHeader_GetFilterText Retrieves information about an item filter
_GUICtrlHeader_GetImageList Retrieves the handle to the image list
_GUICtrlHeader_GetItem Retrieves information about an item
_GUICtrlHeader_GetItemAlign Retrieves the item text alignment
_GUICtrlHeader_GetItemBitmap Retrieves the item bitmap handle
_GUICtrlHeader_GetItemCount Retrieves a count of the items
_GUICtrlHeader_GetItemDisplay Returns the item display information
_GUICtrlHeader_GetItemFlags Returns the item flag information
_GUICtrlHeader_GetItemFormat Returns the format of the item
_GUICtrlHeader_GetItemImage Retrieves the index of an image within the image list
_GUICtrlHeader_GetItemOrder Retrieves the order in which the item appears
_GUICtrlHeader_GetItemParam Retrieves the param value of the item
_GUICtrlHeader_GetItemRect Retrieves the bounding rectangle for a given item
_GUICtrlHeader_GetItemRectEx Retrieves the bounding rectangle for a given item
_GUICtrlHeader_GetItemText Retrieves the item text
_GUICtrlHeader_GetItemWidth Retrieves the item's width
_GUICtrlHeader_GetOrderArray Retrieves the current left-to-right order of items in a header control
_GUICtrlHeader_GetUnicodeFormat Retrieves the Unicode character format flag for the control
_GUICtrlHeader_HitTest Tests a point to determine which item is at the specified point
_GUICtrlHeader_InsertItem Inserts a new header item
_GUICtrlHeader_Layout Retrieves the correct size and position of the control
_GUICtrlHeader_OrderToIndex Retrieves an index value for an item based on its order
_GUICtrlHeader_SetBitmapMargin Sets the width of the margin, specified in pixels, of a bitmap
_GUICtrlHeader_SetFilterChangeTimeout Sets the filter change timeout interval
_GUICtrlHeader_SetHotDivider Changes the hot divider color
_GUICtrlHeader_SetImageList Assigns an image list
_GUICtrlHeader_SetItem Sets information about an item
_GUICtrlHeader_SetItemAlign Sets the item text alignment
_GUICtrlHeader_SetItemBitmap Sets the item bitmap handle
_GUICtrlHeader_SetItemDisplay Returns the item display information
_GUICtrlHeader_SetItemFlags Returns the item flag information
_GUICtrlHeader_SetItemFormat Sets the format of the item
_GUICtrlHeader_SetItemImage Sets the index of an image within the image list
_GUICtrlHeader_SetItemOrder Sets the order in which the item appears
_GUICtrlHeader_SetItemParam Sets the param value of the item
_GUICtrlHeader_SetItemText Sets the item text
_GUICtrlHeader_SetItemWidth Sets the item's width
_GUICtrlHeader_SetOrderArray Sets the current left-to-right order of items
_GUICtrlHeader_SetUnicodeFormat Sets the Unicode character format flag for the control
_GUICtrlIpAddress_ClearAddress Clears the contents of the IP address control
_GUICtrlIpAddress_Create Create a GUI IP Address Control
_GUICtrlIpAddress_Destroy Delete the IP Address control
_GUICtrlIpAddress_Get Retrieves the address from the IP address control
_GUICtrlIpAddress_GetArray Retrieves the address from the IP address control
_GUICtrlIpAddress_GetEx Retrieves the address from the IP address control
_GUICtrlIpAddress_IsBlank Determines if all fields in the IP address control are blank
_GUICtrlIpAddress_Set Sets the address in the IP address control
_GUICtrlIpAddress_SetArray Sets the address in the IP address control
_GUICtrlIpAddress_SetEx Sets the address in the IP address control
_GUICtrlIpAddress_SetFocus Sets the keyboard focus to the specified field in the IP address control
_GUICtrlIpAddress_SetFont Set font of the control
_GUICtrlIpAddress_SetRange Sets the valid range for the specified field in the IP address control
_GUICtrlIpAddress_ShowHide Shows/Hides the IP address control
_GUICtrlListBox_AddFile Adds the specified filename that contains a directory listing
_GUICtrlListBox_AddString Add a string
_GUICtrlListBox_BeginUpdate Prevents updating of the control until the EndUpdate function is called
_GUICtrlListBox_ClickItem Clicks an item
_GUICtrlListBox_Create Create a Listbox control
_GUICtrlListBox_DeleteString Delete a string
_GUICtrlListBox_Destroy Delete the control
_GUICtrlListBox_Dir Adds the names of directories and files
_GUICtrlListBox_EndUpdate Enables screen repainting that was turned off with the BeginUpdate function
_GUICtrlListBox_FindInText Searches for an item that contains the specified text anywhere in its text
_GUICtrlListBox_FindString Search for a string
_GUICtrlListBox_GetAnchorIndex Retrieves the index of the anchor item
_GUICtrlListBox_GetCaretIndex Return index of item that has the focus rectangle
_GUICtrlListBox_GetCount Retrieves the number of items
_GUICtrlListBox_GetCurSel Retrieve the index of the currently selected item
_GUICtrlListBox_GetHorizontalExtent Retrieve from a list box the the scrollable width
_GUICtrlListBox_GetItemData Retrieves the application defined value associated with an item
_GUICtrlListBox_GetItemHeight Retrieves the height of items
_GUICtrlListBox_GetItemRect Retrieves the rectangle that bounds an item
_GUICtrlListBox_GetItemRectEx Retrieves the rectangle that bounds an item
_GUICtrlListBox_GetListBoxInfo Retrieve the number of items per column in a specified list box
_GUICtrlListBox_GetLocale Retrieves the current locale
_GUICtrlListBox_GetLocaleCountry Retrieves the current country code
_GUICtrlListBox_GetLocaleLang Retrieves the current language identifier
_GUICtrlListBox_GetLocalePrimLang Extract primary language id from a language id
_GUICtrlListBox_GetLocaleSubLang Extract sublanguage id from a language id
_GUICtrlListBox_GetSel Retrieves the selection state of an item
_GUICtrlListBox_GetSelCount Retrieves the total number of selected items
_GUICtrlListBox_GetSelItems Fills a buffer with an array of selected items
_GUICtrlListBox_GetSelItemsText Retrieves the text of selected items
_GUICtrlListBox_GetText Returns the item (string) at the specified index
_GUICtrlListBox_GetTextLen Gets the length of a string in a list box
_GUICtrlListBox_GetTopIndex Retrieve the index of the first visible item in a list
_GUICtrlListBox_InitStorage This message allocates memory for storing items
_GUICtrlListBox_InsertString Insert a string into the list
_GUICtrlListBox_ItemFromPoint Retrieves the 0-based index of the item nearest the specified point
_GUICtrlListBox_ReplaceString Replaces the text of an item
_GUICtrlListBox_ResetContent Remove all items from the list box
_GUICtrlListBox_SelectString Searchs for an item that begins with the specified string
_GUICtrlListBox_SelItemRange Select one or more consecutive items in a multiple-selection list box
_GUICtrlListBox_SelItemRangeEx Select one or more consecutive items in a multiple-selection list box
_GUICtrlListBox_SetAnchorIndex Set the anchor item—that is, the item from which a multiple selection starts
_GUICtrlListBox_SetCaretIndex Set the focus rectangle to the item at the specified index in a multiple-selection list box
_GUICtrlListBox_SetColumnWidth Set the width, in pixels, of all columns
_GUICtrlListBox_SetCurSel Select a string and scroll it into view, if necessary
_GUICtrlListBox_SetHorizontalExtent Set the width, in pixels, by which a list box can be scrolled horizontally
_GUICtrlListBox_SetItemData Sets the value associated with the specified item
_GUICtrlListBox_SetItemHeight Sets the height, in pixels, of items
_GUICtrlListBox_SetLocale Set the current locale
_GUICtrlListBox_SetSel Select a string(s) in a multiple-selection list box
_GUICtrlListBox_SetTabStops Sets the tab-stop positions
_GUICtrlListBox_SetTopIndex Ensure that a particular item in a list box is visible
_GUICtrlListBox_Sort Re-sorts list box if it has the $LBS_SORT style
_GUICtrlListBox_SwapString Swaps the text of two items at the specified indices
_GUICtrlListBox_UpdateHScroll Update the horizontal scroll bar based on the longest string
_GUICtrlListView_AddArray Adds items from an array to the control
_GUICtrlListView_AddColumn Adds a new column in the control
_GUICtrlListView_AddItem Adds a new item to the end of the list
_GUICtrlListView_AddSubItem Adds a new subitem to the control
_GUICtrlListView_ApproximateViewHeight Calculates the approximate height required to display a given number of items
_GUICtrlListView_ApproximateViewRect Calculates the approximate size required to display a given number of items
_GUICtrlListView_ApproximateViewWidth Calculates the approximate width required to display a given number of items
_GUICtrlListView_Arrange Arranges items in icon view
_GUICtrlListView_BeginUpdate Prevents updating of the control until the _GUICtrlListView_EndUpdate() function is called
_GUICtrlListView_CancelEditLabel Cancels an item text editing operation
_GUICtrlListView_ClickItem Clicks an item
_GUICtrlListView_CopyItems Copy Items between 2 list-view controls
_GUICtrlListView_Create Create a ListView control
_GUICtrlListView_CreateDragImage Creates a drag image list for the specified item
_GUICtrlListView_CreateSolidBitMap Creates a solid color bitmap
_GUICtrlListView_DeleteAllItems Removes all items from a list-view control
_GUICtrlListView_DeleteColumn Removes a column from a list-view control
_GUICtrlListView_DeleteItem Removes an item from a list-view control
_GUICtrlListView_DeleteItemsSelected Deletes item(s) selected
_GUICtrlListView_Destroy Delete the listview control
_GUICtrlListView_DrawDragImage Draw the Drag Image
_GUICtrlListView_EditLabel Begins in place editing of the specified item text
_GUICtrlListView_EnableGroupView Enables or disables whether the items in the control display as a group
_GUICtrlListView_EndUpdate Enables screen repainting that was turned off with the _GUICtrlListView_BeginUpdate() function
_GUICtrlListView_EnsureVisible Ensures that a list-view item is either entirely or partially visible
_GUICtrlListView_FindInText Searches for an item that contains the specified text anywhere in its text
_GUICtrlListView_FindItem Searches for an item with the specified characteristics
_GUICtrlListView_FindNearest Finds the item nearest to the position specified
_GUICtrlListView_FindParam Searches for an item with the specified lParam
_GUICtrlListView_FindText Searches for an item with the specified text
_GUICtrlListView_GetBkColor Retrieves the background color of a list-view control
_GUICtrlListView_GetBkImage Retrieves the background image in the control
_GUICtrlListView_GetCallbackMask Retrieves the callback mask for the control
_GUICtrlListView_GetColumn Retrieves the attributes of a column
_GUICtrlListView_GetColumnCount Retrieve the number of columns
_GUICtrlListView_GetColumnOrder Retrieves the current left-to-right order of columns
_GUICtrlListView_GetColumnOrderArray Retrieves the current left-to-right order of columns in the control
_GUICtrlListView_GetColumnWidth Retrieves the width of a column in report or list view
_GUICtrlListView_GetCounterPage Calculates the number of items that can fit vertically in the visible area
_GUICtrlListView_GetEditControl Retrieves the handle to the edit control being used to edit an item's text
_GUICtrlListView_GetExtendedListViewStyle Retrieves the extended styles that are currently in use
_GUICtrlListView_GetFocusedGroup Gets the group that has the focus
_GUICtrlListView_GetGroupCount Gets the number of groups
_GUICtrlListView_GetGroupInfo Retrieves group information
_GUICtrlListView_GetGroupInfoByIndex Retrieves group information
_GUICtrlListView_GetGroupRect Gets the rectangle for a specified group
_GUICtrlListView_GetGroupViewEnabled Checks whether the control has group view enabled
_GUICtrlListView_GetHeader Retrieves the handle to the header control
_GUICtrlListView_GetHotCursor Retrieves the HCURSOR value used when the pointer is over an item while hot tracking is enabled
_GUICtrlListView_GetHotItem Retrieves the index of the hot item
_GUICtrlListView_GetHoverTime Retrieves the amount of time that the mouse cursor must hover over an item before it is selected
_GUICtrlListView_GetImageList Retrieves the handle to an image list used for drawing listview items
_GUICtrlListView_GetISearchString Retrieves the incremental search string of the control
_GUICtrlListView_GetItem Retrieves an item's attributes
_GUICtrlListView_GetItemChecked Returns the check state for a list-view control item
_GUICtrlListView_GetItemCount Retrieves the number of items in a list-view control
_GUICtrlListView_GetItemCut Determines whether the item is marked for a cut and paste operation
_GUICtrlListView_GetItemDropHilited Determines whether the item is highlighted as a drag-and-drop target
_GUICtrlListView_GetItemEx Retrieves some or all of an item's attributes
_GUICtrlListView_GetItemFocused Determines whether the item is highlighted as a drag-and-drop target
_GUICtrlListView_GetItemGroupID Gets the item group ID
_GUICtrlListView_GetItemImage Retrieves the index of the item's icon
_GUICtrlListView_GetItemIndent Retrieves the number of image widths the item is indented
_GUICtrlListView_GetItemParam Retrieves the application specific value of the item
_GUICtrlListView_GetItemPosition Retrieves the position of an item
_GUICtrlListView_GetItemPositionX Retrieves the X position of an item
_GUICtrlListView_GetItemPositionY Retrieves the Y position of an item
_GUICtrlListView_GetItemRect Retrieves the bounding rectangle for all or part of an item
_GUICtrlListView_GetItemRectEx Retrieves the bounding rectangle for all or part of an item
_GUICtrlListView_GetItemSelected Determines whether the item is selected
_GUICtrlListView_GetItemSpacing Determines the spacing between items in the control
_GUICtrlListView_GetItemSpacingX Determines the horizontal spacing between items in the control
_GUICtrlListView_GetItemSpacingY Determines the vertical spacing between items in the control
_GUICtrlListView_GetItemState Retrieves the state of a listview item
_GUICtrlListView_GetItemStateImage Gets the state image that is displayed
_GUICtrlListView_GetItemText Retrieves the text of an item or subitem
_GUICtrlListView_GetItemTextArray Retrieves all of a list-view item
_GUICtrlListView_GetItemTextString Retrieves all of a list-view item
_GUICtrlListView_GetNextItem Searches for an item that has the specified properties
_GUICtrlListView_GetNumberOfWorkAreas Retrieves the number of working areas in the control
_GUICtrlListView_GetOrigin Retrieves the current view origin for the control
_GUICtrlListView_GetOriginX Retrieves the current horizontal view origin for the control
_GUICtrlListView_GetOriginY Retrieves the current vertical view origin for the control
_GUICtrlListView_GetOutlineColor Retrieves the color of the border of the control
_GUICtrlListView_GetSelectedColumn Retrieves the index of the selected column
_GUICtrlListView_GetSelectedCount Determines the number of selected items
_GUICtrlListView_GetSelectedIndices Retrieve indices of selected item(s)
_GUICtrlListView_GetSelectionMark Retrieves the selection mark from the control
_GUICtrlListView_GetStringWidth Determines the width of a specified string
_GUICtrlListView_GetSubItemRect Retrieves information about an item bounding rectangle
_GUICtrlListView_GetTextBkColor Retrieves the text background color of the control
_GUICtrlListView_GetTextColor Retrieves the text color of the control
_GUICtrlListView_GetToolTips Retrieves the ToolTip control handle
_GUICtrlListView_GetTopIndex Retrieves the index of the topmost visible item when in list or report view
_GUICtrlListView_GetUnicodeFormat Retrieves the Unicode character format flag for the control
_GUICtrlListView_GetView Retrieves the current view of the control
_GUICtrlListView_GetViewDetails Determines whether the view mode is in detail mode
_GUICtrlListView_GetViewLarge Determines whether the view mode is in large icon mode
_GUICtrlListView_GetViewList Determines whether the view mode is in list mode
_GUICtrlListView_GetViewRect Retrieves the bounding rectangle of all items in the control
_GUICtrlListView_GetViewSmall Determines whether the view mode is in small icon mode
_GUICtrlListView_GetViewTile Determines whether the view mode is in tile mode
_GUICtrlListView_HideColumn Hides the column "sets column width to zero"
_GUICtrlListView_HitTest Determines which item is at a specified position
_GUICtrlListView_InsertColumn Inserts a new column in the control
_GUICtrlListView_InsertGroup Inserts a group
_GUICtrlListView_InsertItem Inserts a new item in the control
_GUICtrlListView_JustifyColumn Set Justification of a column for a list-view control
_GUICtrlListView_MapIDToIndex Maps the ID of an item to an index
_GUICtrlListView_MapIndexToID Maps an index to an item ID
_GUICtrlListView_RedrawItems Forces the control to redraw a range of items
_GUICtrlListView_RegisterSortCallBack Register the Simple Sort callback function
_GUICtrlListView_RemoveAllGroups Removes all groups from the control
_GUICtrlListView_RemoveGroup Removes a group from the control
_GUICtrlListView_Scroll Scrolls the content of a list-view
_GUICtrlListView_SetBkColor Sets the background color of the control
_GUICtrlListView_SetBkHBITMAP Set in the ListView a background image based on the Bitmap handle
_GUICtrlListView_SetBkImage Sets the background image in the control
_GUICtrlListView_SetCallBackMask Changes the callback mask for the control
_GUICtrlListView_SetColumn Sets the attributes of a column
_GUICtrlListView_SetColumnOrder Sets the left-to-right order of columns
_GUICtrlListView_SetColumnOrderArray Sets the left-to-right order of columns in the control
_GUICtrlListView_SetColumnWidth Changes the width of a column
_GUICtrlListView_SetExtendedListViewStyle Sets extended styles
_GUICtrlListView_SetGroupInfo Sets group information
_GUICtrlListView_SetHotItem Sets the hot item
_GUICtrlListView_SetHoverTime Sets the amount of time which the mouse cursor must hover over an item before it is selected
_GUICtrlListView_SetIconSpacing Sets the spacing between icons where the style is large icon
_GUICtrlListView_SetImageList Assigns an image list to the control
_GUICtrlListView_SetItem Sets some or all of a item's attributes
_GUICtrlListView_SetItemChecked Sets the checked state
_GUICtrlListView_SetItemCount Causes the list-view control to allocate memory for the specified number of items
_GUICtrlListView_SetItemCut Sets whether the item is marked for a cut-and-paste operation
_GUICtrlListView_SetItemDropHilited Sets whether the item is highlighted as a drag-and-drop target
_GUICtrlListView_SetItemEx Sets some or all of a item's attributes
_GUICtrlListView_SetItemFocused Sets whether the item has the focus
_GUICtrlListView_SetItemGroupID Sets the item group ID
_GUICtrlListView_SetItemImage Sets the index of the item's icon in the control's image list
_GUICtrlListView_SetItemIndent Sets the number of image widths to indent the item
_GUICtrlListView_SetItemParam Sets the value specific to the item
_GUICtrlListView_SetItemPosition Moves an item to a specified position in the control
_GUICtrlListView_SetItemPosition32 Moves an item to a specified position in the control
_GUICtrlListView_SetItemSelected Sets whether the item is selected
_GUICtrlListView_SetItemState Changes the state of an item in the control
_GUICtrlListView_SetItemStateImage Sets the state image that is displayed
_GUICtrlListView_SetItemText Changes the text of an item or subitem
_GUICtrlListView_SetOutlineColor Sets the color of the border
_GUICtrlListView_SetSelectedColumn Sets the index of the selected column
_GUICtrlListView_SetSelectionMark Sets the selection mark in the control
_GUICtrlListView_SetTextBkColor Sets the background color of text in the control
_GUICtrlListView_SetTextColor Sets the color of text in the control
_GUICtrlListView_SetToolTips Sets the ToolTip control that the control will use to display ToolTips
_GUICtrlListView_SetUnicodeFormat Sets the UNICODE character format flag for the control
_GUICtrlListView_SetView Sets the view of the control
_GUICtrlListView_SetWorkAreas Creates a work area within the control
_GUICtrlListView_SimpleSort Sorts a list-view control (limited)
_GUICtrlListView_SortItems Starts the sort call back, also sets the Arrow in the Header
_GUICtrlListView_SubItemHitTest Determines which listview item or subitem is at a given position
_GUICtrlListView_UnRegisterSortCallBack UnRegister the Sort callback function
_GUICtrlMenu_AddMenuItem Adds a new menu item to the end of the menu
_GUICtrlMenu_AppendMenu Appends a new item to the end of the specified menu bar, drop-down menu, submenu, or shortcut menu
_GUICtrlMenu_CalculatePopupWindowPosition Calculates an appropriate pop-up window position
_GUICtrlMenu_CheckMenuItem Sets the state of the specified menu item's check mark attribute to either selected or clear
_GUICtrlMenu_CheckRadioItem Checks a specified menu item and makes it a radio item
_GUICtrlMenu_CreateMenu Creates a menu
_GUICtrlMenu_CreatePopup Creates a drop down menu, submenu, or shortcut menu
_GUICtrlMenu_DeleteMenu Deletes an item from the specified menu
_GUICtrlMenu_DestroyMenu Destroys the specified menu and frees any memory that the menu occupies
_GUICtrlMenu_DrawMenuBar Redraws the menu bar of the specified window
_GUICtrlMenu_EnableMenuItem Enables, disables, or grays the specified menu item
_GUICtrlMenu_FindItem Retrieves a menu item based on it's text
_GUICtrlMenu_FindParent Retrieves the window to which a menu belongs
_GUICtrlMenu_GetItemBmp Retrieves the bitmap displayed for the item
_GUICtrlMenu_GetItemBmpChecked Retrieves the bitmap displayed if the item is selected
_GUICtrlMenu_GetItemBmpUnchecked Retrieves the bitmap displayed if the item is not selected
_GUICtrlMenu_GetItemChecked Retrieves the status of the menu item checked state
_GUICtrlMenu_GetItemCount Retrieves the number of items in the specified menu
_GUICtrlMenu_GetItemData Retrieves the application defined value associated with the menu item
_GUICtrlMenu_GetItemDefault Retrieves the status of the menu item default state
_GUICtrlMenu_GetItemDisabled Retrieves the status of the menu item disabled state
_GUICtrlMenu_GetItemEnabled Retrieves the status of the menu item enabled state
_GUICtrlMenu_GetItemGrayed Retrieves the status of the menu item grayed state
_GUICtrlMenu_GetItemHighlighted Retrieves the status of the menu item highlighted state
_GUICtrlMenu_GetItemID Retrieves the menu item ID
_GUICtrlMenu_GetItemInfo Retrieves information about a menu item
_GUICtrlMenu_GetItemRect Retrieves the bounding rectangle for the specified menu item
_GUICtrlMenu_GetItemRectEx Retrieves the bounding rectangle for the specified menu item
_GUICtrlMenu_GetItemState Retrieves the menu item state
_GUICtrlMenu_GetItemStateEx Retrieves the menu flags associated with the specified menu item
_GUICtrlMenu_GetItemSubMenu Retrieves a the submenu activated by a specified item
_GUICtrlMenu_GetItemText Retrieves the text of the specified menu item
_GUICtrlMenu_GetItemType Retrieves the menu item type
_GUICtrlMenu_GetMenu Retrieves the handle of the menu assigned to the given window
_GUICtrlMenu_GetMenuBackground Retrieves the brush to use for the menu's background
_GUICtrlMenu_GetMenuBarInfo Retrieves information about the specified menu bar
_GUICtrlMenu_GetMenuContextHelpID Retrieves the context help identifier
_GUICtrlMenu_GetMenuData Retrieves the application defined value
_GUICtrlMenu_GetMenuDefaultItem Retrieves the default menu item on the specified menu
_GUICtrlMenu_GetMenuHeight Retrieves the maximum height of a menu
_GUICtrlMenu_GetMenuInfo Retrieves information about a specified menu
_GUICtrlMenu_GetMenuStyle Retrieves the style information for a menu
_GUICtrlMenu_GetSystemMenu Allows the application to access the window menu for copying and modifying
_GUICtrlMenu_InsertMenuItem Inserts a new menu item at the specified position
_GUICtrlMenu_InsertMenuItemEx Inserts a new menu item at the specified position in a menu
_GUICtrlMenu_IsMenu Determines whether a handle is a menu handle
_GUICtrlMenu_LoadMenu Loads the specified menu resource from the executable file associated with an application instance
_GUICtrlMenu_MapAccelerator Maps a menu accelerator key to it's position in the menu
_GUICtrlMenu_MenuItemFromPoint Determines which menu item is at the specified location
_GUICtrlMenu_RemoveMenu Deletes a menu item or detaches a submenu from the specified menu
_GUICtrlMenu_SetItemBitmaps Associates the specified bitmap with a menu item
_GUICtrlMenu_SetItemBmp Sets the bitmap displayed for the item
_GUICtrlMenu_SetItemBmpChecked Sets the bitmap displayed if the item is selected
_GUICtrlMenu_SetItemBmpUnchecked Sets the bitmap displayed if the item is not selected
_GUICtrlMenu_SetItemChecked Sets the checked state of a menu item
_GUICtrlMenu_SetItemData Sets the application defined value for a menu item
_GUICtrlMenu_SetItemDefault Sets the status of the menu item default state
_GUICtrlMenu_SetItemDisabled Sets the disabled state of a menu item
_GUICtrlMenu_SetItemEnabled Sets the enabled state of a menu item
_GUICtrlMenu_SetItemGrayed Sets the grayed state of a menu item
_GUICtrlMenu_SetItemHighlighted Sets the highlighted state of a menu item
_GUICtrlMenu_SetItemID Sets the menu item ID
_GUICtrlMenu_SetItemInfo Changes information about a menu item
_GUICtrlMenu_SetItemState Sets the state of a menu item
_GUICtrlMenu_SetItemSubMenu Sets the drop down menu or submenu associated with the menu item
_GUICtrlMenu_SetItemText Sets the text for a menu item
_GUICtrlMenu_SetItemType Sets the menu item type
_GUICtrlMenu_SetMenu Assigns a new menu to the specified window
_GUICtrlMenu_SetMenuBackground Sets the background brush for the menu
_GUICtrlMenu_SetMenuContextHelpID Sets the context help identifier for the menu
_GUICtrlMenu_SetMenuData Sets the application defined for the menu
_GUICtrlMenu_SetMenuDefaultItem Sets the default menu item
_GUICtrlMenu_SetMenuHeight Sets the maximum height of the menu
_GUICtrlMenu_SetMenuInfo Sets information for a specified menu
_GUICtrlMenu_SetMenuStyle Sets the menu style
_GUICtrlMenu_TrackPopupMenu Displays a shortcut menu at the specified location
_GUICtrlMonthCal_Create Creates a Month Calendar control
_GUICtrlMonthCal_Destroy Delete the MonthCal control
_GUICtrlMonthCal_GetCalendarBorder Gets the size of the border, in pixels
_GUICtrlMonthCal_GetCalendarCount Gets the number of calendars currently displayed in the calendar control
_GUICtrlMonthCal_GetColor Retrieves a given color for the control
_GUICtrlMonthCal_GetColorArray Retrieves the color for a given portion of a month calendar control
_GUICtrlMonthCal_GetCurSel Retrieves the currently selected date
_GUICtrlMonthCal_GetCurSelStr Retrieves the currently selected date in string format
_GUICtrlMonthCal_GetFirstDOW Retrieves the first day of the week
_GUICtrlMonthCal_GetFirstDOWStr Retrieves the first day of the week as a string
_GUICtrlMonthCal_GetMaxSelCount Retrieves the maximum date range that can be selected in a month calendar control
_GUICtrlMonthCal_GetMaxTodayWidth Retrieves the maximum width of the "today" string in a month calendar control
_GUICtrlMonthCal_GetMinReqHeight Retrieves the minimum height required to display a full month
_GUICtrlMonthCal_GetMinReqRect Retrieves the minimum size required to display a full month
_GUICtrlMonthCal_GetMinReqRectArray Retrieves the minimum size required to display a full month in a month calendar control
_GUICtrlMonthCal_GetMinReqWidth Retrieves the minimum width required to display a full month
_GUICtrlMonthCal_GetMonthDelta Retrieves the scroll rate for a month calendar control
_GUICtrlMonthCal_GetMonthRange Retrieves date information that represents the high and low display limits
_GUICtrlMonthCal_GetMonthRangeMax Retrieves date information that represents the high limit of the controls display
_GUICtrlMonthCal_GetMonthRangeMaxStr Retrieves date information that represents the high limit of the controls display in string format
_GUICtrlMonthCal_GetMonthRangeMin Retrieves date information that represents the low limit of the controls display
_GUICtrlMonthCal_GetMonthRangeMinStr Retrieves date information that represents the low limit of the controls display in string format
_GUICtrlMonthCal_GetMonthRangeSpan Returns a value that represents the range, in months, spanned
_GUICtrlMonthCal_GetRange Retrieves the minimum and maximum allowable dates
_GUICtrlMonthCal_GetRangeMax Retrieves the upper limit date range
_GUICtrlMonthCal_GetRangeMaxStr Retrieves the upper limit date range in string format
_GUICtrlMonthCal_GetRangeMin Retrieves the lower limit date range
_GUICtrlMonthCal_GetRangeMinStr Retrieves the lower limit date range in string form
_GUICtrlMonthCal_GetSelRange Retrieves the upper and lower limits of the date range currently selected
_GUICtrlMonthCal_GetSelRangeMax Retrieves the upper date range currently selected by the user
_GUICtrlMonthCal_GetSelRangeMaxStr Retrieves the upper date range currently selected by the user in string form
_GUICtrlMonthCal_GetSelRangeMin Retrieves the lower date range currently selected by the user
_GUICtrlMonthCal_GetSelRangeMinStr Retrieves the lower date range currently selected by the user in string form
_GUICtrlMonthCal_GetToday Retrieves the date information for the date specified as "today"
_GUICtrlMonthCal_GetTodayStr Retrieves the date information for the date specified as "today" in string format
_GUICtrlMonthCal_GetUnicodeFormat Retrieves the Unicode character format flag for the control
_GUICtrlMonthCal_HitTest Determines which portion of a month calendar control is at a given point
_GUICtrlMonthCal_SetCalendarBorder Sets the size of the border, in pixels
_GUICtrlMonthCal_SetColor Sets the color for a given portion of the month calendar
_GUICtrlMonthCal_SetCurSel Sets the currently selected date
_GUICtrlMonthCal_SetDayState Sets the day states for all months that are currently visible
_GUICtrlMonthCal_SetFirstDOW Sets the first day of the week for a month calendar control
_GUICtrlMonthCal_SetMaxSelCount Sets the maximum number of days that can be selected in a month calendar control
_GUICtrlMonthCal_SetMonthDelta Sets the scroll rate for a month calendar control
_GUICtrlMonthCal_SetRange Sets date information that represents the high and low limits
_GUICtrlMonthCal_SetSelRange Sets the selection for a month calendar control to a given date range
_GUICtrlMonthCal_SetToday Sets the date information for the date specified as "today"
_GUICtrlMonthCal_SetUnicodeFormat Sets the Unicode character format flag for the control
_GUICtrlRebar_AddBand Adds a new band in a rebar control
_GUICtrlRebar_AddToolBarBand Adds a new band in a rebar control
_GUICtrlRebar_BeginDrag Adds a new band in a rebar control
_GUICtrlRebar_Create Create a Rebar control
_GUICtrlRebar_DeleteBand Deletes a band from a rebar control
_GUICtrlRebar_Destroy Delete the control
_GUICtrlRebar_DragMove Updates the drag position in the rebar control after a previous _GUICtrlRebar_BeginDrag message
_GUICtrlRebar_EndDrag Terminates the rebar control's drag-and-drop operation
_GUICtrlRebar_GetBandBackColor Retrieves the Band background color
_GUICtrlRebar_GetBandBorders Retrieves the borders of a band
_GUICtrlRebar_GetBandBordersEx Retrieves the borders of a band
_GUICtrlRebar_GetBandChildHandle Retrieves the Handle to the child window contained in the band, if any
_GUICtrlRebar_GetBandChildSize Retrieves the Child size settings
_GUICtrlRebar_GetBandCount Retrieves the count of bands currently in the rebar control
_GUICtrlRebar_GetBandForeColor Retrieves the Band foreground color
_GUICtrlRebar_GetBandHeaderSize Retrieves the size of the band's header, in pixels
_GUICtrlRebar_GetBandID Get the value that the control uses to identify this band for custom draw notification messages
_GUICtrlRebar_GetBandIdealSize Get Ideal width of the band, in pixels
_GUICtrlRebar_GetBandLength Get Length of the band, in pixels
_GUICtrlRebar_GetBandLParam Get Application-defined value
_GUICtrlRebar_GetBandMargins Get Length of the band, in pixels
_GUICtrlRebar_GetBandMarginsEx Get Length of the band, in pixels
_GUICtrlRebar_GetBandRect Retrieves the bounding rectangle for a given band in a rebar control
_GUICtrlRebar_GetBandRectEx Retrieves the bounding rectangle for a given band in a rebar control
_GUICtrlRebar_GetBandStyle Get the band style Flags
_GUICtrlRebar_GetBandStyleBreak Determine if band break flag is set
_GUICtrlRebar_GetBandStyleChildEdge Determine if band child edge flag is set
_GUICtrlRebar_GetBandStyleFixedBMP Determine if band fixed BMP flag is set
_GUICtrlRebar_GetBandStyleFixedSize Determine if band fixed size flag is set
_GUICtrlRebar_GetBandStyleGripperAlways Determine if band gripper flag is set
_GUICtrlRebar_GetBandStyleHidden Determine if band hidden flag is set
_GUICtrlRebar_GetBandStyleHideTitle Determine if band hide title flag is set
_GUICtrlRebar_GetBandStyleNoGripper Determine if band noGripper flag is set
_GUICtrlRebar_GetBandStyleTopAlign Determine if band top align flag is set
_GUICtrlRebar_GetBandStyleUseChevron Determine if band use chevron flag is set
_GUICtrlRebar_GetBandStyleVariableHeight Determine if band variable height flag is set
_GUICtrlRebar_GetBandText Retrieves the display text for the band
_GUICtrlRebar_GetBarHeight Retrieves the height of the rebar control
_GUICtrlRebar_GetBarInfo Retrieves information about the rebar control and the image list it uses
_GUICtrlRebar_GetBKColor Retrieves a rebar control's default background color
_GUICtrlRebar_GetColorScheme Retrieves the color scheme information from the rebar control
_GUICtrlRebar_GetRowCount Retrieves the number of rows of bands in a rebar control
_GUICtrlRebar_GetRowHeight Retrieves the height of a specified row in a rebar control
_GUICtrlRebar_GetTextColor Retrieves a rebar control's default text color
_GUICtrlRebar_GetToolTips Retrieves the handle to any ToolTip control associated with the rebar control
_GUICtrlRebar_GetUnicodeFormat Retrieves the Unicode character format flag for the control
_GUICtrlRebar_HitTest Determines which band is at a specified position
_GUICtrlRebar_IDToIndex Converts a band identifier to a band index in a rebar control
_GUICtrlRebar_MaximizeBand Resizes a band in a rebar control to either its ideal or largest size
_GUICtrlRebar_MinimizeBand Resizes a band in a rebar control to its smallest size
_GUICtrlRebar_MoveBand Moves a band from one index to another
_GUICtrlRebar_SetBandBackColor Set the Band background color
_GUICtrlRebar_SetBandForeColor Set the Band foreground color
_GUICtrlRebar_SetBandHeaderSize Set the size of the band's header, in pixels
_GUICtrlRebar_SetBandID Set the value that the control uses to identify this band for custom draw notification messages
_GUICtrlRebar_SetBandIdealSize Set Ideal width of the band, in pixels
_GUICtrlRebar_SetBandLength Set the size length of the band
_GUICtrlRebar_SetBandLParam Set Application-defined value
_GUICtrlRebar_SetBandStyle Set the band style Flags
_GUICtrlRebar_SetBandStyleBreak Set whether the band is on a new line
_GUICtrlRebar_SetBandStyleChildEdge Set whether the band has an edge at the top and bottom of the child window
_GUICtrlRebar_SetBandStyleFixedBMP Set whether the band background bitmap does not move when the band is resized
_GUICtrlRebar_SetBandStyleFixedSize Set whether the band can't be sized. With this style, the sizing grip is not displayed on the band
_GUICtrlRebar_SetBandStyleGripperAlways Set whether the band will always have a sizing grip, even if it is the only band in the rebar
_GUICtrlRebar_SetBandStyleHidden Set whether the band will not be visible
_GUICtrlRebar_SetBandStyleHideTitle Set whether to keep band title hidden
_GUICtrlRebar_SetBandStyleNoGripper Set whether the band will never have a sizing grip, even if there is more than one band in the rebar
_GUICtrlRebar_SetBandStyleTopAlign Set whether to keep band in top row
_GUICtrlRebar_SetBandStyleUseChevron Set whether to display drop-down button
_GUICtrlRebar_SetBandStyleVariableHeight Set whether the band can be resized by the rebar control
_GUICtrlRebar_SetBandText Sets the display text for the band of a rebar control
_GUICtrlRebar_SetBarInfo Sets the characteristics of a rebar control
_GUICtrlRebar_SetBKColor Sets the default background color of a rebar control
_GUICtrlRebar_SetColorScheme Sets the color scheme of a rebar control
_GUICtrlRebar_SetTextColor Sets a rebar control's default text color
_GUICtrlRebar_SetToolTips Associates a ToolTip control with the rebar control
_GUICtrlRebar_SetUnicodeFormat Sets the Unicode character format flag for the control
_GUICtrlRebar_ShowBand Shows or hides a given band in a rebar control
_GUICtrlRichEdit_AppendText Appends text at the end of the client area
_GUICtrlRichEdit_AutoDetectURL Enables or disables automatic detection of URLS
_GUICtrlRichEdit_CanPaste Can the contents of the clipboard be pasted into the control?
_GUICtrlRichEdit_CanPasteSpecial Can the contents of the clipboard be pasted into the control in both formats?
_GUICtrlRichEdit_CanRedo Can an undone action be redone?
_GUICtrlRichEdit_CanUndo Can an action be undone?
_GUICtrlRichEdit_ChangeFontSize Increment or decrement font size(s) of selected text
_GUICtrlRichEdit_Copy Copy text to clipboard
_GUICtrlRichEdit_Create Create an Edit control
_GUICtrlRichEdit_Cut Cut text to clipboard
_GUICtrlRichEdit_Deselect Deselects text, leaving none selected
_GUICtrlRichEdit_Destroy Delete the Rich Edit control
_GUICtrlRichEdit_EmptyUndoBuffer Resets the undo flag of the control
_GUICtrlRichEdit_FindText Search for a text starting at insertion point or at anchor point of selection
_GUICtrlRichEdit_FindTextInRange Search for a text in a range of inter-character positions
_GUICtrlRichEdit_GetBkColor Gets the background color of the control
_GUICtrlRichEdit_GetCharAttributes Returns attributes of selected text
_GUICtrlRichEdit_GetCharBkColor Retrieves the background color of the selected text or, if none selected, of the character to the right of the insertion point
_GUICtrlRichEdit_GetCharColor Retrieves the color of the selected text or, if none selected, of the character to the right of the insertion point
_GUICtrlRichEdit_GetCharPosFromXY Gets inter-character position closest to a specified point in the client area
_GUICtrlRichEdit_GetCharPosOfNextWord Gets inter-character position before the next word
_GUICtrlRichEdit_GetCharPosOfPreviousWord Gets inter-character position before the Previous word
_GUICtrlRichEdit_GetCharWordBreakInfo Gets inter-character position before the Previous word/
_GUICtrlRichEdit_GetFirstCharPosOnLine Retrieves the inter-character position preceding the first character of a line
_GUICtrlRichEdit_GetFont Gets the font attributes of a selection or, if no selection, at the insertion point
_GUICtrlRichEdit_GetLineCount Retrieves the number of lines in a multi-line edit control
_GUICtrlRichEdit_GetLineLength Retrieves the length of a line
_GUICtrlRichEdit_GetLineNumberFromCharPos Retrieves the line number on which an inter-character position is found
_GUICtrlRichEdit_GetNextRedo Retrieves the name or type ID of the next possible redo action
_GUICtrlRichEdit_GetNextUndo Retrieves the name or type ID of the next possible Undo action
_GUICtrlRichEdit_GetNumberOfFirstVisibleLine Gets number of the first line which is visible in the control
_GUICtrlRichEdit_GetParaAlignment Gets the alignment of selected paragraph(s), or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaAttributes Gets the attributes of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaBorder Gets the border settings of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaIndents Gets the border indent settings of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaNumbering Gets the numbering style of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaShading Gets the shading settings of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaSpacing Gets the spacing settings of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetParaTabStops Gets the tabstops of (first) selected paragraph or (if no selection) of the current paragraph
_GUICtrlRichEdit_GetPasswordChar Gets the password character that a rich edit control displays when the user enters text
_GUICtrlRichEdit_GetRECT Retrieves the formatting rectangle of a control
_GUICtrlRichEdit_GetScrollPos Gets the Scrolling position of the control
_GUICtrlRichEdit_GetSel Gets the low and high inter-character positions of a selection
_GUICtrlRichEdit_GetSelAA Gets the anchor and active inter-character positions of a selection, in that order
_GUICtrlRichEdit_GetSelText Retrieves the currently selected text
_GUICtrlRichEdit_GetSpaceUnit Gets the unit of measure of horizontal and vertical space used in parameters of various _GUICtrlRichEdit functions
_GUICtrlRichEdit_GetText Get all of the text in the control
_GUICtrlRichEdit_GetTextInLine Gets a line of text
_GUICtrlRichEdit_GetTextInRange Gets the text from from one inter-character position to another
_GUICtrlRichEdit_GetTextLength Get the length of the whole text in the control
_GUICtrlRichEdit_GetVersion Retrieves the version of Rich Edit
_GUICtrlRichEdit_GetXYFromCharPos Retrieves the XY coordinates of an inter-character position
_GUICtrlRichEdit_GetZoom Gets the zoom level of the control
_GUICtrlRichEdit_GotoCharPos Moves the insertion point to an inter-character position
_GUICtrlRichEdit_HideSelection Hides (or shows) a selection
_GUICtrlRichEdit_InsertText Inserts text at insertion point or anchor point of selection
_GUICtrlRichEdit_IsModified Retrieves the state of a rich edit control's modification flag
_GUICtrlRichEdit_IsTextSelected Is text selected?
_GUICtrlRichEdit_Paste Paste RTF or RTF with Objects from clipboard
_GUICtrlRichEdit_PasteSpecial Paste RTF or RTF and Objects from clipboard
_GUICtrlRichEdit_PauseRedraw Pauses redrawing of the control
_GUICtrlRichEdit_Redo Redoes last undone action
_GUICtrlRichEdit_ReplaceText Replaces selected text
_GUICtrlRichEdit_ResumeRedraw Resumes redrawing of the control
_GUICtrlRichEdit_ScrollLineOrPage Scrolls the text down or up a line or a page
_GUICtrlRichEdit_ScrollLines Scrolls the text down or up a number of lines
_GUICtrlRichEdit_ScrollToCaret Scrolls to show line on which caret (insertion point) is
_GUICtrlRichEdit_SetBkColor Sets the background color of the control
_GUICtrlRichEdit_SetCharAttributes Turns an attribute on or off for selected text or, if none selected, for text inserted at the insertion point
_GUICtrlRichEdit_SetCharBkColor Sets the background color of selected text or, if none selected, sets the background color of text inserted at the insertion point
_GUICtrlRichEdit_SetCharColor Sets the color of selected text or, if none selected, sets the color of text inserted at the insertion point
_GUICtrlRichEdit_SetEventMask Specifies which notification messages are sent to the parent window
_GUICtrlRichEdit_SetFont Sets the font attributes of selected text or, if none selected, sets those of text inserted at the insertion point
_GUICtrlRichEdit_SetLimitOnText Change number of characters that can be typed, pasted or streamed in as Rich Text Format
_GUICtrlRichEdit_SetModified Sets or clears the modification flag
_GUICtrlRichEdit_SetParaAlignment Sets alignment of paragraph(s) in the current selection or, if no selection, of paragraphs inserted at the insertion point
_GUICtrlRichEdit_SetParaAttributes Sets attributes of paragraph(s) in the current selection or, if no selection, of paragraphs inserted at the insertion point
_GUICtrlRichEdit_SetParaBorder Sets the border of paragraph(s) in the current selection or, if no selection, of paragraphs inserted at the insertion point
_GUICtrlRichEdit_SetParaIndents Sets indents of paragraph(s) in the current selection or, if no selection, of paragraphs inserted at the insertion point
_GUICtrlRichEdit_SetParaNumbering Sets numbering of paragraph(s) in the current selection or, if no selection, of paragraph(s) inserted at the insertion point
_GUICtrlRichEdit_SetParaShading Sets the shading of paragraph(s) in the current selection or, if no selection, of paragraphs inserted at the insertion point
_GUICtrlRichEdit_SetParaSpacing Sets paragraph spacing of paragraphs having selected text or, if none selected, sets it for text inserted at the insertion point
_GUICtrlRichEdit_SetParaTabStops Sets tab stops of paragraphs having selected text or, if none selected, sets it for text inserted at the insertion point
_GUICtrlRichEdit_SetPasswordChar Sets the characters to be displayed instead of those typed, or causes typed characters to show
_GUICtrlRichEdit_SetReadOnly Sets or removes the read-only state
_GUICtrlRichEdit_SetRECT Sets the formatting rectangle of a Rich Edit control
_GUICtrlRichEdit_SetScrollPos Scrolls the display such that ($ix,$iY) is in the upper left corner of the control
_GUICtrlRichEdit_SetSel Sets the low and high character position of a selection
_GUICtrlRichEdit_SetSpaceUnit Sets the unit of measure of horizontal and vertical space used in parameters of various _GUICtrlRichEdit functions
_GUICtrlRichEdit_SetTabStops Sets tab stops for the control
_GUICtrlRichEdit_SetText Sets the text of a control
_GUICtrlRichEdit_SetUndoLimit Sets the maximum number of actions that can stored in the undo queue
_GUICtrlRichEdit_SetZoom Sets zoom level of the control
_GUICtrlRichEdit_StreamFromFile Sets text in a control from a file
_GUICtrlRichEdit_StreamFromVar Sets text in a control from a variable
_GUICtrlRichEdit_StreamToFile Writes contents of a control to a file
_GUICtrlRichEdit_StreamToVar Writes contents of a control to a variable
_GUICtrlRichEdit_Undo Undoes the last edit control operation in the control's undo queue
_GUICtrlSlider_ClearSel Clears the current selection range
_GUICtrlSlider_ClearTics Removes the current tick marks from a slider
_GUICtrlSlider_Create Create a Slider control
_GUICtrlSlider_Destroy Delete the control
_GUICtrlSlider_GetBuddy Retrieves the handle to a slider control buddy window at a given location
_GUICtrlSlider_GetChannelRect Retrieves the size and position of the bounding rectangle for a sliders's channel
_GUICtrlSlider_GetChannelRectEx Retrieves the size and position of the bounding rectangle for a sliders's channel
_GUICtrlSlider_GetLineSize Retrieves the number of logical positions the slider moves
_GUICtrlSlider_GetLogicalTics Retrieves an array that contains the logical positions of the tick marks for a slider
_GUICtrlSlider_GetNumTics Retrieves the number of tick marks from a slider
_GUICtrlSlider_GetPageSize Retrieves the number of logical positions the slider moves
_GUICtrlSlider_GetPos Retrieves the logical position the slider
_GUICtrlSlider_GetRange Retrieves the maximum and minimum position for the slider
_GUICtrlSlider_GetRangeMax Retrieves the maximum position for the slider
_GUICtrlSlider_GetRangeMin Retrieves the minimum position for the slider
_GUICtrlSlider_GetSel Retrieves the ending and starting position of the current selection range
_GUICtrlSlider_GetSelEnd Retrieves the ending position of the current selection range
_GUICtrlSlider_GetSelStart Retrieves the starting position of the current selection range
_GUICtrlSlider_GetThumbLength Retrieves the length of the slider
_GUICtrlSlider_GetThumbRect Retrieves the size and position of the bounding rectangle for the slider
_GUICtrlSlider_GetThumbRectEx Retrieves the size and position of the bounding rectangle for the slider
_GUICtrlSlider_GetTic Retrieves the logical position of a tick mark
_GUICtrlSlider_GetTicPos Retrieves the current physical position of a tick mark
_GUICtrlSlider_GetToolTips Retrieves the handle to the ToolTip control assigned to the slider, if any
_GUICtrlSlider_GetUnicodeFormat Retrieves the Unicode character format flag for the control
_GUICtrlSlider_SetBuddy Assigns a window as the buddy window for a slider control
_GUICtrlSlider_SetLineSize Sets the number of logical positions the slider moves
_GUICtrlSlider_SetPageSize Sets the number of logical positions the slider moves
_GUICtrlSlider_SetPos Sets the current logical position of the slider
_GUICtrlSlider_SetRange Sets the range of minimum and maximum logical positions for the slider
_GUICtrlSlider_SetRangeMax Sets the maximum logical position for the slider
_GUICtrlSlider_SetRangeMin Sets the minimum logical position for the slider
_GUICtrlSlider_SetSel Sets the starting and ending positions for the available selection range
_GUICtrlSlider_SetSelEnd Sets the ending logical position of the current selection range
_GUICtrlSlider_SetSelStart Sets the starting logical position of the current selection range
_GUICtrlSlider_SetThumbLength Sets the length of the slider
_GUICtrlSlider_SetTic Sets a tick mark in a slider at the specified logical position
_GUICtrlSlider_SetTicFreq Sets the interval frequency for tick marks in a slider
_GUICtrlSlider_SetTipSide Positions a ToolTip control
_GUICtrlSlider_SetToolTips Assigns a ToolTip control to a slider control
_GUICtrlSlider_SetUnicodeFormat Sets the Unicode character format flag for the control
_GUICtrlStatusBar_Create Create a statusbar
_GUICtrlStatusBar_Destroy Delete the control
_GUICtrlStatusBar_EmbedControl Embeds a child control in the control
_GUICtrlStatusBar_GetBorders Retrieves the current widths of the horizontal and vertical borders
_GUICtrlStatusBar_GetBordersHorz Retrieves the current width of the horizontal border
_GUICtrlStatusBar_GetBordersRect Retrieves the current width of the rectangle border
_GUICtrlStatusBar_GetBordersVert Retrieves the current width of the vertical border
_GUICtrlStatusBar_GetCount Retrieves the number of parts
_GUICtrlStatusBar_GetHeight Retrieves the height of the statusbar
_GUICtrlStatusBar_GetIcon Retrieves the icon for a part
_GUICtrlStatusBar_GetParts Retrieves the number of parts and the part edges
_GUICtrlStatusBar_GetRect Retrieves the bounding rectangle of a part
_GUICtrlStatusBar_GetRectEx Retrieves the bounding rectangle of a part
_GUICtrlStatusBar_GetText Retrieves the text from the specified part
_GUICtrlStatusBar_GetTextFlags Retrieves the text length flags for a part
_GUICtrlStatusBar_GetTextLength Retrieves the length of a part text
_GUICtrlStatusBar_GetTextLengthEx Retrieves the uFlag of a part
_GUICtrlStatusBar_GetTipText Retrieves the ToolTip text for a part
_GUICtrlStatusBar_GetUnicodeFormat Retrieves the Unicode character format flag
_GUICtrlStatusBar_GetWidth Retrieves the width of a part
_GUICtrlStatusBar_IsSimple Checks a status bar control to determine if it is in simple mode
_GUICtrlStatusBar_Resize Causes the status bar to resize itself
_GUICtrlStatusBar_SetBkColor Sets the background color
_GUICtrlStatusBar_SetIcon Sets the icon for a part
_GUICtrlStatusBar_SetMinHeight Sets the minimum height of a status window's drawing area
_GUICtrlStatusBar_SetParts Sets the number of parts and the part edges
_GUICtrlStatusBar_SetSimple Specifies whether a status window displays simple text or displays all window parts
_GUICtrlStatusBar_SetText Sets the text in the specified part of a status window
_GUICtrlStatusBar_SetTipText Sets the ToolTip text for a part
_GUICtrlStatusBar_SetUnicodeFormat Sets the Unicode character format flag
_GUICtrlStatusBar_ShowHide Show/Hide the StatusBar control
_GUICtrlTab_ActivateTab Activates a tab by its index
_GUICtrlTab_ClickTab Clicks a tab
_GUICtrlTab_Create Create a TabControl control
_GUICtrlTab_DeleteAllItems Deletes all tabs
_GUICtrlTab_DeleteItem Deletes a tab
_GUICtrlTab_DeselectAll Resets tabs, clearing any that were set to the pressed state
_GUICtrlTab_Destroy Delete the control
_GUICtrlTab_FindTab Searches for a tab with the specific text
_GUICtrlTab_GetCurFocus Returns the index of the item that has the focus in a tab control
_GUICtrlTab_GetCurSel Determines the currently selected tab
_GUICtrlTab_GetDisplayRect Retrieves the display rectangle of the client area
_GUICtrlTab_GetDisplayRectEx Retrieves the display rectangle of the client area
_GUICtrlTab_GetExtendedStyle Retrieves the extended styles that are currently in use
_GUICtrlTab_GetImageList Retrieves the tab control image list
_GUICtrlTab_GetItem Retrieves information about a tab
_GUICtrlTab_GetItemCount Retrieves the number of tabs
_GUICtrlTab_GetItemImage Retrieves the image index for a tab
_GUICtrlTab_GetItemParam Retrieves the param data for a tab
_GUICtrlTab_GetItemRect Retrieves the bounding rectangle for a tab
_GUICtrlTab_GetItemRectEx Retrieves the bounding rectangle for a tab
_GUICtrlTab_GetItemState Retrieves the state of a tab
_GUICtrlTab_GetItemText Retrieves the text of a tab
_GUICtrlTab_GetRowCount Retrieves the current number of rows of tabs
_GUICtrlTab_GetToolTips Retrieves the handle to the ToolTip control associated with the control
_GUICtrlTab_GetUnicodeFormat Retrieves the Unicode character format flag for the control
_GUICtrlTab_HighlightItem Sets the highlight state of a tab item
_GUICtrlTab_HitTest Determines where a point lies control
_GUICtrlTab_InsertItem Inserts a new tab
_GUICtrlTab_RemoveImage Removes an image from the control's image list
_GUICtrlTab_SetCurFocus Sets the focus to a specified tab
_GUICtrlTab_SetCurSel Selects a tab
_GUICtrlTab_SetExtendedStyle Sets the extended styles that are currently in use
_GUICtrlTab_SetImageList Sets the image list associated with a tab control
_GUICtrlTab_SetItem Sets information about a tab
_GUICtrlTab_SetItemImage Sets the image of a tab
_GUICtrlTab_SetItemParam Sets the param data of a tab
_GUICtrlTab_SetItemSize Sets the width and height of tabs in a fixed width or owner drawn control
_GUICtrlTab_SetItemState Sets the state of a tab
_GUICtrlTab_SetItemText Sets the text of a tab
_GUICtrlTab_SetMinTabWidth Sets the minimum width of items in a tab control
_GUICtrlTab_SetPadding Sets the amount of space around each tab's icon and label
_GUICtrlTab_SetToolTips Sets the handle to the ToolTip control associated with the control
_GUICtrlTab_SetUnicodeFormat Sets the Unicode character format flag for the control
_GUICtrlToolbar_AddBitmap Adds images to the image list
_GUICtrlToolbar_AddButton Adds a button
_GUICtrlToolbar_AddButtonSep Adds a separator
_GUICtrlToolbar_AddString Adds a new string to the toolbar's string pool
_GUICtrlToolbar_ButtonCount Retrieves a count of the buttons
_GUICtrlToolbar_CheckButton Checks or unchecks a given button
_GUICtrlToolbar_ClickAccel Clicks a specific button using it's accelerator
_GUICtrlToolbar_ClickButton Clicks a specific button
_GUICtrlToolbar_ClickIndex Clicks a specific button using it's index
_GUICtrlToolbar_CommandToIndex Retrieves the index for the button associated with the specified command identifier
_GUICtrlToolbar_Create Create a Toolbar control
_GUICtrlToolbar_Customize Displays the Customize Toolbar dialog box
_GUICtrlToolbar_DeleteButton Deletes a button from the toolbar
_GUICtrlToolbar_Destroy Delete the control
_GUICtrlToolbar_EnableButton Enables or disables the specified button
_GUICtrlToolbar_FindToolbar Finds a specific toolbar
_GUICtrlToolbar_GetAnchorHighlight Retrieves the anchor highlight setting
_GUICtrlToolbar_GetBitmapFlags Retrieves the flags that describe the type of bitmap to be used
_GUICtrlToolbar_GetButtonBitmap Retrieves the index of the bitmap associated with a button
_GUICtrlToolbar_GetButtonInfo Retrieves information for a button
_GUICtrlToolbar_GetButtonInfoEx Retrieves extended information for a button
_GUICtrlToolbar_GetButtonParam Retrieves the button param value
_GUICtrlToolbar_GetButtonRect Retrieves the bounding rectangle for a button
_GUICtrlToolbar_GetButtonRectEx Retrieves the bounding rectangle for a specified toolbar button
_GUICtrlToolbar_GetButtonSize Retrieves the current button width and height, in pixels
_GUICtrlToolbar_GetButtonState Retrieves information about the state of the specified button
_GUICtrlToolbar_GetButtonStyle Retrieves the style flags of a button
_GUICtrlToolbar_GetButtonText Retrieves the display text of a button
_GUICtrlToolbar_GetColorScheme Retrieves the color scheme information
_GUICtrlToolbar_GetDisabledImageList Retrieves the disabled button image list
_GUICtrlToolbar_GetExtendedStyle Retrieves the extended styles
_GUICtrlToolbar_GetHotImageList Retrieves the hot button image list
_GUICtrlToolbar_GetHotItem Retrieves the index of the hot item
_GUICtrlToolbar_GetImageList Retrieves the default state image list
_GUICtrlToolbar_GetInsertMark Retrieves the current insertion mark
_GUICtrlToolbar_GetInsertMarkColor Retrieves the color used to draw the insertion mark
_GUICtrlToolbar_GetMaxSize Retrieves the total size of all of the visible buttons and separators
_GUICtrlToolbar_GetMetrics Retrieves the metrics of a toolbar control
_GUICtrlToolbar_GetPadding Retrieves the horizontal and vertical padding
_GUICtrlToolbar_GetRows Retrieves the number of rows of buttons
_GUICtrlToolbar_GetString Retrieves a string from the string pool
_GUICtrlToolbar_GetStyle Retrieves the styles currently in use for a toolbar control
_GUICtrlToolbar_GetStyleAltDrag Indicates that the control allows buttons to be dragged
_GUICtrlToolbar_GetStyleCustomErase Indicates that the control generates NM_CUSTOMDRAW notification messages
_GUICtrlToolbar_GetStyleFlat Indicates that the control is flat
_GUICtrlToolbar_GetStyleList Indicates that the control has button text to the right of the bitmap
_GUICtrlToolbar_GetStyleRegisterDrop Indicates that the control generates TBN_GETOBJECT notification messages
_GUICtrlToolbar_GetStyleToolTips Indicates that the control has tooltips
_GUICtrlToolbar_GetStyleTransparent Indicates that the control is transparent
_GUICtrlToolbar_GetStyleWrapable Indicates that the control is wrapable
_GUICtrlToolbar_GetTextRows Retrieves the maximum number of text rows that can be displayed on a button
_GUICtrlToolbar_GetToolTips Retrieves the handle to the ToolTip control
_GUICtrlToolbar_GetUnicodeFormat Retrieves the Unicode character format flag
_GUICtrlToolbar_HideButton Hides or shows the specified button
_GUICtrlToolbar_HighlightButton Sets the highlight state of a given button control
_GUICtrlToolbar_HitTest Determines where a point lies within the control
_GUICtrlToolbar_IndexToCommand Retrieves the command identifier associated with the button
_GUICtrlToolbar_InsertButton Inserts a button
_GUICtrlToolbar_InsertMarkHitTest Retrieves the insertion mark information for a point
_GUICtrlToolbar_IsButtonChecked Indicates whether the specified button is checked
_GUICtrlToolbar_IsButtonEnabled Indicates whether the specified button is enabled
_GUICtrlToolbar_IsButtonHidden Indicates whether the specified button is hidden
_GUICtrlToolbar_IsButtonHighlighted Indicates whether the specified button is hilighted
_GUICtrlToolbar_IsButtonIndeterminate Indicates whether the specified button is indeterminate
_GUICtrlToolbar_IsButtonPressed Indicates that the button is being clicked
_GUICtrlToolbar_LoadBitmap Adds a bitmap to the image list from a file
_GUICtrlToolbar_LoadImages Loads system defined button images into a toolbar control's image list
_GUICtrlToolbar_MapAccelerator Determines the ID of the button that corresponds to the specified accelerator
_GUICtrlToolbar_MoveButton Moves a button from one index to another
_GUICtrlToolbar_PressButton Presses or releases the specified button
_GUICtrlToolbar_SetAnchorHighlight Sets the anchor highlight setting
_GUICtrlToolbar_SetBitmapSize Sets the size of the bitmapped images to be added to a toolbar
_GUICtrlToolbar_SetButtonBitMap Sets the index of the bitmap associated with a button
_GUICtrlToolbar_SetButtonInfo Sets information for a button
_GUICtrlToolbar_SetButtonInfoEx Sets extended information for a button
_GUICtrlToolbar_SetButtonParam Sets the button param value
_GUICtrlToolbar_SetButtonSize Sets the size of the buttons to be added to a toolbar
_GUICtrlToolbar_SetButtonState Sets information about the state of the specified button
_GUICtrlToolbar_SetButtonStyle Sets the style flags of a button
_GUICtrlToolbar_SetButtonText Sets the display text of a button
_GUICtrlToolbar_SetButtonWidth Sets the minimum and maximum button widths in the toolbar control
_GUICtrlToolbar_SetCmdID Sets the command identifier of a toolbar button
_GUICtrlToolbar_SetColorScheme Sets the color scheme information
_GUICtrlToolbar_SetDisabledImageList Sets the disabled image list
_GUICtrlToolbar_SetDrawTextFlags Sets the text drawing flags for the toolbar
_GUICtrlToolbar_SetExtendedStyle Sets the extended styles control
_GUICtrlToolbar_SetHotImageList Sets the hot button image list
_GUICtrlToolbar_SetHotItem Sets the hot item
_GUICtrlToolbar_SetImageList Sets the default button image list
_GUICtrlToolbar_SetIndent Sets the indentation for the first button control
_GUICtrlToolbar_SetIndeterminate Sets or clears the indeterminate state of the specified button
_GUICtrlToolbar_SetInsertMark Sets the current insertion mark for the toolbar
_GUICtrlToolbar_SetInsertMarkColor Sets the color used to draw the insertion mark
_GUICtrlToolbar_SetMaxTextRows Sets the maximum number of text rows displayed button
_GUICtrlToolbar_SetMetrics Sets the metrics of a toolbar control
_GUICtrlToolbar_SetPadding Sets the padding control
_GUICtrlToolbar_SetParent Sets the window to which the control sends notification messages
_GUICtrlToolbar_SetRows Sets the number of rows of buttons
_GUICtrlToolbar_SetStyle Sets the style control
_GUICtrlToolbar_SetStyleAltDrag Sets whether that the control allows buttons to be dragged
_GUICtrlToolbar_SetStyleCustomErase Sets whether the control generates NM_CUSTOMDRAW notification messages
_GUICtrlToolbar_SetStyleFlat Sets whether the control is flat
_GUICtrlToolbar_SetStyleList Sets whether the control has button text to the right of the bitmap
_GUICtrlToolbar_SetStyleRegisterDrop Sets whether the control generates TBN_GETOBJECT notification messages
_GUICtrlToolbar_SetStyleToolTips Sets whether the control has tooltips
_GUICtrlToolbar_SetStyleTransparent Sets whether the control is transparent
_GUICtrlToolbar_SetStyleWrapable Sets whether the control is wrapable
_GUICtrlToolbar_SetToolTips Associates a ToolTip control with a toolbar
_GUICtrlToolbar_SetUnicodeFormat Sets the Unicode character format flag
_GUICtrlToolbar_SetWindowTheme Sets the visual style
_GUICtrlTreeView_Add Adds a new item
_GUICtrlTreeView_AddChild Adds a new item
_GUICtrlTreeView_AddChildFirst Adds a new item
_GUICtrlTreeView_AddFirst Adds a new item
_GUICtrlTreeView_BeginUpdate Prevents updating of the control until the EndUpdate function is called
_GUICtrlTreeView_ClickItem Click on a item
_GUICtrlTreeView_Create Create a TreeView control
_GUICtrlTreeView_CreateDragImage Creates a dragging bitmap for the specified item
_GUICtrlTreeView_CreateSolidBitMap Creates a solid color bitmap
_GUICtrlTreeView_Delete Removes an item and all its children
_GUICtrlTreeView_DeleteAll Removes all items from a tree-view control
_GUICtrlTreeView_DeleteChildren Deletes all children of a item
_GUICtrlTreeView_Destroy Delete the control
_GUICtrlTreeView_DisplayRect Returns the bounding rectangle for a tree item
_GUICtrlTreeView_DisplayRectEx Returns the bounding rectangle for a tree item
_GUICtrlTreeView_EditText Begins in-place editing of the specified item's text
_GUICtrlTreeView_EndEdit Ends the editing of the item's text
_GUICtrlTreeView_EndUpdate Enables screen repainting that was turned off with the BeginUpdate function
_GUICtrlTreeView_EnsureVisible Ensures that a item is visible, expanding the parent item or scrolling the control if necessary
_GUICtrlTreeView_Expand Expands or collapses the list of child items associated with the specified parent item, if any
_GUICtrlTreeView_ExpandedOnce Indicates if the item's list of child items has been expanded at least once
_GUICtrlTreeView_FindItem Retrieves a item based on it's text
_GUICtrlTreeView_FindItemEx Retrieves a item based on a tree path
_GUICtrlTreeView_GetBkColor Retrieve the text back color
_GUICtrlTreeView_GetBold Indicates if the item is drawn in a bold style
_GUICtrlTreeView_GetChecked Indicates if a item has its checkbox checked
_GUICtrlTreeView_GetChildCount Retrieves the number of children of an parent item
_GUICtrlTreeView_GetChildren Indicates whether the item children flag is set
_GUICtrlTreeView_GetCount Retrieves a count of the items
_GUICtrlTreeView_GetCut Indicates if the item is drawn as if selected as part of a cut and paste operation
_GUICtrlTreeView_GetDropTarget Indicates whether the item is drawn as a drag and drop target
_GUICtrlTreeView_GetEditControl Retrieves the handle to the edit control being used to edit a item's text
_GUICtrlTreeView_GetExpanded Indicates whether the item is expanded
_GUICtrlTreeView_GetFirstChild Retrieves the first child item of the specified item
_GUICtrlTreeView_GetFirstItem Retrieves the topmost or very first item
_GUICtrlTreeView_GetFirstVisible Retrieves the first visible item in the control
_GUICtrlTreeView_GetFocused Indicates whether the item has focus
_GUICtrlTreeView_GetHeight Retrieves the current height of the each item
_GUICtrlTreeView_GetImageIndex Retrieves the normal state image index
_GUICtrlTreeView_GetImageListIconHandle Retrieve ImageList handle
_GUICtrlTreeView_GetIndent Retrieves the amount, in pixels, that child items are indented relative to their parent items
_GUICtrlTreeView_GetInsertMarkColor Retrieves the color used to draw the insertion mark
_GUICtrlTreeView_GetISearchString Retrieves the incremental search string
_GUICtrlTreeView_GetItemByIndex Retrieve a item by its position in the list of child items
_GUICtrlTreeView_GetItemHandle Retrieve the item handle
_GUICtrlTreeView_GetItemParam Retrieves the application specific value of the item
_GUICtrlTreeView_GetLastChild Retrieves the last child item of the specified item
_GUICtrlTreeView_GetLastItem Retrieves the last item in the control
_GUICtrlTreeView_GetLineColor Retrieve the line color
_GUICtrlTreeView_GetNext Retrieves the next item after the calling item
_GUICtrlTreeView_GetNextChild Returns the next item at the same level as the specified item
_GUICtrlTreeView_GetNextSibling Returns the next item at the same level as the specified item
_GUICtrlTreeView_GetNextVisible Retrieves the next visible item that follows the specified item
_GUICtrlTreeView_GetNormalImageList Retrieves the normal image list
_GUICtrlTreeView_GetParentHandle Retrieve the parent handle of item
_GUICtrlTreeView_GetParentParam Retrieve the parent control ID/Param of item
_GUICtrlTreeView_GetPrev Retrieves the previous item before the calling item
_GUICtrlTreeView_GetPrevChild Retrieves the previous child item of a specified item
_GUICtrlTreeView_GetPrevSibling Returns the previous item before the calling item at the same level
_GUICtrlTreeView_GetPrevVisible Retrieves the first visible item that precedes the specified item
_GUICtrlTreeView_GetScrollTime Retrieves the maximum scroll time
_GUICtrlTreeView_GetSelected Indicates whether the item appears in the selected state
_GUICtrlTreeView_GetSelectedImageIndex Retrieves the index in the image list of the image displayed for the item when it is selected
_GUICtrlTreeView_GetSelection Retrieves the currently selected item
_GUICtrlTreeView_GetSiblingCount Retrieves the number of siblings at the level of an item
_GUICtrlTreeView_GetState Retrieve the state of the item
_GUICtrlTreeView_GetStateImageIndex Retrieves the index of the state image to display for the item
_GUICtrlTreeView_GetStateImageList Retrieves the handle to the state image list
_GUICtrlTreeView_GetText Retrieve the item text
_GUICtrlTreeView_GetTextColor Retrieve the text color
_GUICtrlTreeView_GetToolTips Retrieves the handle to the child ToolTip control
_GUICtrlTreeView_GetTree Retrieve all items text
_GUICtrlTreeView_GetUnicodeFormat Retrieves the Unicode character format flag
_GUICtrlTreeView_GetVisible Indicates whether the item is currently visible in the control image
_GUICtrlTreeView_GetVisibleCount Returns the number of items that can be fully visible in the control
_GUICtrlTreeView_HitTest Returns information about the location of a point relative to the control
_GUICtrlTreeView_HitTestEx Returns information about the location of a point relative to the control
_GUICtrlTreeView_HitTestItem Returns the item at the specified coordinates
_GUICtrlTreeView_Index Retrieves the position of the item in the list
_GUICtrlTreeView_InsertItem Insert an item
_GUICtrlTreeView_IsFirstItem Indicates whether the tree item is very first
_GUICtrlTreeView_IsParent Indicates whether one item is the parent of another item
_GUICtrlTreeView_Level Indicates the level of indentation of a item
_GUICtrlTreeView_SelectItem Selects the specified item, scrolls the item into view, or redraws the item
_GUICtrlTreeView_SelectItemByIndex Selects the item based on it's index in the parent list
_GUICtrlTreeView_SetBkColor Sets the back color
_GUICtrlTreeView_SetBold Sets whether the item is drawn using a bold sytle
_GUICtrlTreeView_SetChecked Sets whether a item has it's checkbox checked or not
_GUICtrlTreeView_SetCheckedByIndex Sets whether an item has it's checkbox checked or not by it's index
_GUICtrlTreeView_SetChildren Sets whether the item children flag
_GUICtrlTreeView_SetCut Sets whether the item is drawn as if selected as part of a cut and paste operation
_GUICtrlTreeView_SetDropTarget Sets whether the item is drawn as a drag and drop target
_GUICtrlTreeView_SetFocused Sets whether the item appears to have focus
_GUICtrlTreeView_SetHeight Sets the height of the each item
_GUICtrlTreeView_SetIcon Set an item icon
_GUICtrlTreeView_SetImageIndex Sets the index into image list for which image is displayed when a item is in its normal state
_GUICtrlTreeView_SetIndent Sets the width of indentation for a tree-view control and redraws the control to reflect the new width
_GUICtrlTreeView_SetInsertMark Sets the insertion mark
_GUICtrlTreeView_SetInsertMarkColor Sets the color used to draw the insertion mark
_GUICtrlTreeView_SetItemHeight Sets the height of an individual item
_GUICtrlTreeView_SetItemParam Sets the value specific to the item
_GUICtrlTreeView_SetLineColor Sets the line color
_GUICtrlTreeView_SetNormalImageList Sets the normal image list for the control
_GUICtrlTreeView_SetScrollTime Sets the maximum scroll time
_GUICtrlTreeView_SetSelected Sets whether the item appears in the selected state
_GUICtrlTreeView_SetSelectedImageIndex Sets the selected image index
_GUICtrlTreeView_SetState Set the state of the specified item
_GUICtrlTreeView_SetStateImageIndex Sets the index into image list for the state image
_GUICtrlTreeView_SetStateImageList Sets the state image list for the control
_GUICtrlTreeView_SetText Set the text of an item
_GUICtrlTreeView_SetTextColor Sets the text color
_GUICtrlTreeView_SetToolTips Sets the handle to the child ToolTip control
_GUICtrlTreeView_SetUnicodeFormat Sets the Unicode character format flag
_GUICtrlTreeView_Sort Sorts the items
_GUIImageList_Add Adds an image or images to an image list
_GUIImageList_AddBitmap Adds a bitmap to an image list
_GUIImageList_AddIcon Adds an icon to an image list
_GUIImageList_AddMasked Adds an image or images to an image list, generating a mask from the specified bitmap
_GUIImageList_BeginDrag Begins dragging an image
_GUIImageList_Copy Source image is copied to the destination image's index
_GUIImageList_Create Create an ImageList control
_GUIImageList_Destroy Destroys an image list
_GUIImageList_DestroyIcon Destroys an icon and frees any memory the icon occupied
_GUIImageList_DragEnter Displays the drag image at the specified position within the window
_GUIImageList_DragLeave Unlocks the specified window and hides the drag image, allowing the window to be updated
_GUIImageList_DragMove Moves the image that is being dragged during a drag-and-drop operation
_GUIImageList_Draw Draws an image list item in the specified device context
_GUIImageList_DrawEx Draws an image list item in the specified device context
_GUIImageList_Duplicate Creates a duplicate of an existing image list
_GUIImageList_EndDrag Ends a drag operation
_GUIImageList_GetBkColor Retrieves the current background color for an image list
_GUIImageList_GetIcon Creates an icon from an image and mask in an image list
_GUIImageList_GetIconHeight Retrieves the height of the images in an image list
_GUIImageList_GetIconSize Retrieves the dimensions of images in an image list
_GUIImageList_GetIconSizeEx Retrieves the dimensions of images in an image list
_GUIImageList_GetIconWidth Retrieves the width of the images in an image list
_GUIImageList_GetImageCount Retrieves the number of images in an image list
_GUIImageList_GetImageInfoEx Retrieves information about an image
_GUIImageList_Remove Remove Image(s) from the ImageList
_GUIImageList_ReplaceIcon Replaces an image with an icon or cursor
_GUIImageList_SetBkColor Sets the background color for an image list
_GUIImageList_SetIconSize Sets the dimensions of images in an image list and removes all images from the list
_GUIImageList_SetImageCount Resizes an existing image list
_GUIImageList_Swap Swap image between Source and Destination image's index
_GUIScrollBars_EnableScrollBar Enable/Disable scrollbar
_GUIScrollBars_GetScrollBarInfoEx Retrieves information about the specified scroll bar
_GUIScrollBars_GetScrollBarRect Retrieves coordinates of the scroll bar
_GUIScrollBars_GetScrollBarRGState Retrieves the state of a scroll bar component
_GUIScrollBars_GetScrollBarXYLineButton Retrieves the Height or width of the thumb
_GUIScrollBars_GetScrollBarXYThumbBottom Retrieves the Position of the bottom or right of the thumb
_GUIScrollBars_GetScrollBarXYThumbTop Retrieves the Position of the top or left of the thumb
_GUIScrollBars_GetScrollInfo Retrieves the parameters of a scroll bar
_GUIScrollBars_GetScrollInfoEx Retrieves the parameters of a scroll bar
_GUIScrollBars_GetScrollInfoMax Retrieves the maximum scrolling position
_GUIScrollBars_GetScrollInfoMin Retrieves the minimum scrolling position
_GUIScrollBars_GetScrollInfoPage Retrieves the page size
_GUIScrollBars_GetScrollInfoPos Retrieves the position of the scroll box
_GUIScrollBars_GetScrollInfoTrackPos Retrieves the immediate position of a scroll box that the user is dragging
_GUIScrollBars_GetScrollPos Retrieves the current position of the scroll box (thumb) in the specified scroll bar
_GUIScrollBars_GetScrollRange Retrieves the current minimum and maximum scroll box (thumb) positions for the specified scroll bar
_GUIScrollBars_Init Initialize the scrollbars for the window
_GUIScrollBars_ScrollWindow Scrolls the contents of the specified window's client area
_GUIScrollBars_SetScrollInfo Sets the parameters of a scroll bar
_GUIScrollBars_SetScrollInfoMax Sets the maximum scrolling position
_GUIScrollBars_SetScrollInfoMin Sets the minimum scrolling position
_GUIScrollBars_SetScrollInfoPage Sets the page size
_GUIScrollBars_SetScrollInfoPos Sets the position of the scroll box (thumb) in the specified scroll bar
_GUIScrollBars_SetScrollRange Sets the minimum and maximum scroll box positions for the specified scroll bar
_GUIScrollBars_ShowScrollBar Shows or hides the specified scroll bar
_GUIToolTip_Activate Activates a ToolTip control
_GUIToolTip_AddTool Registers a tool with the ToolTip control
_GUIToolTip_AdjustRect Calculates the text display rectangle from the window rectangle
_GUIToolTip_BitsToTTF Decode bit flags to TTF_* strings
_GUIToolTip_Create Creates a ToolTip control
_GUIToolTip_Deactivate Deactivates a ToolTip control
_GUIToolTip_DelTool Deletes a tool from a tooltip control
_GUIToolTip_Destroy Delete a ToolTip control
_GUIToolTip_EnumTools Retrieves information about the current tool
_GUIToolTip_GetBubbleHeight Returns the height of the control
_GUIToolTip_GetBubbleSize Returns the width and height of a ToolTip control
_GUIToolTip_GetBubbleWidth Returns the width of a ToolTip control
_GUIToolTip_GetCurrentTool Retrieves information for the current tool
_GUIToolTip_GetDelayTime Retrieves the initial, pop-up or reshow durations of a ToolTip control
_GUIToolTip_GetMargin Retrieves the top, left, bottom, and right margins of a ToolTip control
_GUIToolTip_GetMarginEx Retrieves the top, left, bottom, and right margins of a ToolTip control
_GUIToolTip_GetMaxTipWidth Retrieves the maximum width of a ToolTip window
_GUIToolTip_GetText Retrieves the text of a tool
_GUIToolTip_GetTipBkColor Retrieves the background color
_GUIToolTip_GetTipTextColor Retrieves the text color of a ToolTip control
_GUIToolTip_GetTitleBitMap Retrieves the title bitmap icon
_GUIToolTip_GetTitleText Retrieve the title
_GUIToolTip_GetToolCount Returns the count of tools maintained by the ToolTip control
_GUIToolTip_GetToolInfo Retrieves the information about a specific tool
_GUIToolTip_HitTest Retrieves the information that a ToolTip control maintains about a tool
_GUIToolTip_NewToolRect Sets a new bounding rectangle for a tool
_GUIToolTip_Pop Removes a displayed ToolTip from view
_GUIToolTip_PopUp Causes the ToolTip to display at the coordinates of the last mouse message
_GUIToolTip_SetDelayTime Sets the initial, pop-up, and reshow durations of a ToolTip
_GUIToolTip_SetMargin Sets the top, left, bottom, and right margins of a ToolTip
_GUIToolTip_SetMaxTipWidth Sets the maximum width for a ToolTip window
_GUIToolTip_SetTipBkColor Sets the background color of a ToolTip
_GUIToolTip_SetTipTextColor Sets the text color
_GUIToolTip_SetTitle Adds a standard icon and title string
_GUIToolTip_SetToolInfo Sets the information for a tool
_GUIToolTip_SetWindowTheme Sets the visual style
_GUIToolTip_ToolExists Determines whether a tool currently exists (is displayed)
_GUIToolTip_ToolToArray Transfers a ToolInfo structure to an array
_GUIToolTip_TrackActivate Activates or deactivates a tracking ToolTip
_GUIToolTip_TrackPosition Sets the position of a tracking ToolTip
_GUIToolTip_Update Forces the current tool to be redrawn
_GUIToolTip_UpdateTipText Sets the ToolTip text for a tool
_HexToString Convert a hex string to a string
_IEAction Perform any of a set of simple actions on the Browser
_IEAttach Attach to the specified instance of Internet Explorer where the search string sub-string matches (based on the selected mode)
_IEBodyReadHTML Returns the HTML inside the <body> tag of the document
_IEBodyReadText Returns the Text inside the <body> tag of the document
_IEBodyWriteHTML Replaces the HTML inside the <body> tag of the document
_IECreate Create an Internet Explorer Browser Window
_IECreateEmbedded Create a Webbrowser object suitable for embedding in an AutoIt GUI with GUICtrlCreateObj()
_IEDocGetObj Given any DOM object, returns a reference to the associated document object
_IEDocInsertHTML Inserts HTML Text in or around an element
_IEDocInsertText Inserts Text in or around an element
_IEDocReadHTML Returns the full HTML source of a document
_IEDocWriteHTML Replaces the HTML for the entire document
_IEErrorNotify Specifies whether IE.au3 automatically notifies of Warnings and Errors (to the console)
_IEFormElementCheckBoxSelect Set the value of a specified form element
_IEFormElementGetCollection Returns a collection object variable representing all Form Elements within a given Form
_IEFormElementGetObjByName Returns an object reference to a Form Element by name
_IEFormElementGetValue Returns the value of a given Form Element
_IEFormElementOptionSelect Set the value of a specified form element
_IEFormElementRadioSelect Set the value of a specified form element
_IEFormElementSetValue Set the value of a specified Form Element
_IEFormGetCollection Returns a collection object variable representing the Forms in the document or a single form by index
_IEFormGetObjByName Returns an object reference to a Form by name
_IEFormImageClick Simulate a mouse click on an <input type=image>. Match by sub-string match of alt text, name or src
_IEFormReset Reset a specified Form setting the values back to their loaded defaults
_IEFormSubmit Submit a specified Form
_IEFrameGetCollection Returns a collection object containing the frames in a FrameSet or the iFrames on a normal page or a single Frame or iFrame by index
_IEFrameGetObjByName Returns an object reference to a Frame or iFrame by name
_IEGetObjById Returns an object variable by id
_IEGetObjByName Returns an object variable by name
_IEHeadInsertEventScript Inserts a Javascript into the Head of the document
_IEImgClick Simulate a mouse click on an image. Match by sub-string match of alt text, name, or src
_IEImgGetCollection Returns a collection object variable representing the IMG tags in the document or a single image by index
_IEIsFrameSet Checks to see if the specified Window contains a FrameSet
_IELinkClickByIndex Simulate a mouse click on a link by 0-based index (in source order)
_IELinkClickByText Simulate a mouse click on a link with text sub-string matching the string provided
_IELinkGetCollection Returns a collection object containing all links in the document or a single link by index
_IELoadWait Wait for a browser page load to complete before returning
_IELoadWaitTimeout Retrieve or set the current value in milliseconds _IELoadWait() will try before timing out
_IENavigate Directs an existing browser window to navigate to the specified URL
_IEPropertyGet Returns a select property of the Browser or DOM element
_IEPropertySet Set a select property of the Browser or DOM element
_IEQuit Close the browser and remove the object reference to it
_IETableGetCollection Returns a collection object variable representing all the tables in a document or a single table by index
_IETableWriteToArray Reads the contents of a Table into an array
_IETagNameAllGetCollection Returns a collection object all elements in the document or document hierarchy in source order or a single element by index
_IETagNameGetCollection Returns a collection object of all elements in the object with the specified TagName or a single element by index
_IE_Example Display a new browser window pre-loaded with documents to be used in IE.au3 examples or your own testing
_IE_Introduction Display introductory information about IE.au3 in a new browser window
_IE_VersionInfo Returns an array of information about the IE.au3 version
_INetExplorerCapable Converts a string to IE(Internet Explorer) capable line
_INetGetSource Gets the source from an URL without writing a temp file
_INetMail Opens default user's mail client with given address, subject, and body
_INetSmtpMail Sends an email without using an external email program
_IsPressed Check if key has been pressed
_Max Evaluates which of the two numbers is higher
_MemGlobalAlloc Allocates the specified number of bytes from the heap
_MemGlobalFree Frees the specified global memory object and invalidates its handle
_MemGlobalLock Locks a global memory object and returns a pointer to the first byte of the object's memory block
_MemGlobalReAlloc ReAllocates the specified number of bytes from the heap
_MemGlobalSize Retrieves the current size of the specified global memory object
_MemGlobalUnlock Decrements the lock count associated with a memory object that was allocated with GMEM_MOVEABLE
_MemMoveMemory Moves memory either forward or backward, aligned or unaligned
_MemVirtualAlloc Reserves or commits a region of pages in the virtual address space of the calling process
_MemVirtualAllocEx Reserves a region of memory within the virtual address space of a specified process
_MemVirtualFree Releases a region of pages within the virtual address space of a process
_MemVirtualFreeEx Releases a region of pages within the virtual address space of a process
_Min Evaluates which of the two numbers is lower
_MouseTrap Confine the Mouse Cursor to specified coords
_NamedPipes_CallNamedPipe Performs a read/write operation on a named pipe
_NamedPipes_ConnectNamedPipe Enables a named pipe server process to wait for a client process to connect
_NamedPipes_CreateNamedPipe Creates an instance of a named pipe
_NamedPipes_CreatePipe Creates an anonymous pipe
_NamedPipes_DisconnectNamedPipe Disconnects the server end of a named pipe instance from a client process
_NamedPipes_GetNamedPipeHandleState Retrieves information about a specified named pipe
_NamedPipes_GetNamedPipeInfo Retrieves information about the specified named pipe
_NamedPipes_PeekNamedPipe Copies data from a pipe into a buffer without removing it from the pipe
_NamedPipes_SetNamedPipeHandleState Sets the read mode and the blocking mode of the specified named pipe
_NamedPipes_TransactNamedPipe Reads and writes to a named pipe in one network operation
_NamedPipes_WaitNamedPipe Waits for an instance of a named pipe to become available
_Net_Share_ConnectionEnum Lists all connections made to a shared resource
_Net_Share_FileClose Forces a resource to close
_Net_Share_FileEnum Returns information about open files on a server
_Net_Share_FileGetInfo Retrieves information about a particular opening of a server resource
_Net_Share_PermStr Returns the string representation of a resource's permissions
_Net_Share_ResourceStr Returns the string representation of a resource
_Net_Share_SessionDel Ends a network session between a server and a workstation
_Net_Share_SessionEnum Provides information about sessions established on a server
_Net_Share_SessionGetInfo Retrieves information about a session established between a server and workstation
_Net_Share_ShareAdd Shares a server resource
_Net_Share_ShareCheck Checks whether or not a server is sharing a device
_Net_Share_ShareDel Deletes a share name from a server's list of shared resources
_Net_Share_ShareEnum Retrieves information about each shared resource on a server
_Net_Share_ShareGetInfo Retrieves information about a particular shared resource on a server
_Net_Share_ShareSetInfo Shares a server resource
_Net_Share_StatisticsGetSvr Retrieves operating statistics for a server
_Net_Share_StatisticsGetWrk Retrieves operating statistics for a workstation
_Now Returns the current Date and Time in PC's format
_NowCalc Returns the current Date and Time in format YYYY/MM/DD HH:MM:SS for use in date calculations
_NowCalcDate Returns the current Date in format YYYY/MM/DD
_NowDate Returns the current Date in the Pc's format
_NowTime Returns the current Time in the requested format
_PathFull Creates a path based on the relative path you provide. The newly created absolute path is returned
_PathGetRelative Returns the relative path to a directory
_PathMake Creates a path from drive, directory, file name and file extension parts
_PathSplit Splits a path into the drive, directory, file name and file extension parts. An empty string is set if a part is missing
_ProcessGetName Returns a string containing the process name that belongs to a given PID
_ProcessGetPriority Get the priority of an open process
_Radian Converts degrees to radians
_ReplaceStringInFile Replaces substrings in a file
_RunDos Executes a DOS command in a hidden command window
_ScreenCapture_Capture Captures a region of the screen
_ScreenCapture_CaptureWnd Captures a screen shot of a specified window or controlID
_ScreenCapture_SaveImage Saves an image to file
_ScreenCapture_SetBMPFormat Sets the bit format that will be used for BMP screen captures
_ScreenCapture_SetJPGQuality Sets the quality level that will be used for JPEG screen captures
_ScreenCapture_SetTIFColorDepth Sets the color depth used for TIFF screen captures
_ScreenCapture_SetTIFCompression Sets the compression used for TIFF screen captures
_Security__AdjustTokenPrivileges Enables or disables privileges in the specified access token
_Security__CreateProcessWithToken Creates a new process and its primary thread running in the security context of the specified token
_Security__DuplicateTokenEx Creates a new access token that duplicates an existing token
_Security__GetAccountSid Retrieves the security identifier (SID) for an account
_Security__GetLengthSid Returns the length, in bytes, of a valid SID
_Security__GetTokenInformation Retrieves a specified type of information about an access token
_Security__ImpersonateSelf Obtains an access token that impersonates the calling process security context
_Security__IsValidSid Validates a SID
_Security__LookupAccountName Retrieves a security identifier (SID) for the account and the name of the domain
_Security__LookupAccountSid Retrieves the name of the account for a SID
_Security__LookupPrivilegeValue Retrieves the locally unique identifier (LUID) for a privilege value in form of 64bit integer
_Security__OpenProcessToken Returns the access token associated with a process
_Security__OpenThreadToken Opens the access token associated with a thread
_Security__OpenThreadTokenEx Opens the access token associated with a thread, impersonating the client's security context if required
_Security__SetPrivilege Enables or disables a local token privilege
_Security__SetTokenInformation Sets various types of information for a specified access token
_Security__SidToStringSid Converts a binary SID to a string
_Security__SidTypeStr Converts a SID type to string form
_Security__StringSidToSid Converts a String SID to a binary SID
_SendMessage Wrapper for commonly used DLL Call
_SendMessageA Send a Message to a Window/Control (Force Ansi Call)
_SetDate Sets the current date of the system
_SetTime Sets the current time of the system
_Singleton Enforce a design paradigm where only one instance of the script may be running
_SoundClose Closes a sound previously opened with _SoundOpen
_SoundLength Returns the length of the soundfile
_SoundOpen Opens a sound file for use with other _Sound functions
_SoundPause Pause a playing sound
_SoundPlay Play a sound file
_SoundPos Returns the current position of the sound
_SoundResume Resume a paused sound
_SoundSeek Seeks the sound to the specified position
_SoundStatus Returns the status of the sound
_SoundStop Stop a playing sound
_SQLite_Changes Returns the number of database rows that were changed by the most recently completed statement with this connection
_SQLite_Close Close an open database
_SQLite_Display2DResult Returns or prints to Console a formated display of a 2Dimensional array
_SQLite_Encode Binary encodes a string, number or binary data for use as BLOB in SQLite statements
_SQLite_ErrCode Returns last error code (numeric)
_SQLite_ErrMsg Returns a string describing in english the error condition for the most recent sqlite3_* API call
_SQLite_Escape Escapes a string or number for use as TEXT in SQLite statements
_SQLite_Exec Executes a SQLite query, does not handle results
_SQLite_FastEncode Fast encodes binary data (exclusively) for use in SQLite statements
_SQLite_FastEscape Fast escapes a string or number for use as TEXT in SQLite statements
_SQLite_FetchData Fetches 1 row of data from a _SQLite_Query() based query
_SQLite_FetchNames Read out the Column names of a _SQLite_Query() based query
_SQLite_GetTable Passes Out a 1Dimensional Array Containing Tablenames and Data of Executed Query
_SQLite_GetTable2D Passes out a 2Dimensional array containing column names and data of executed query
_SQLite_GetTableData2D Passes out a 2Dimensional array containing data of executed query
_SQLite_LastInsertRowID Returns the ROWID of the most recent insert in the database by this connection
_SQLite_LibVersion Returns the version number of the library
_SQLite_Open Opens/creates a SQLite database
_SQLite_Query Prepares a SQLite Query
_SQLite_QueryFinalize Finalizes an _SQLite_Query() based query. The query is interrupted
_SQLite_QueryReset Reset a _SQLite_Query() based query
_SQLite_QuerySingleRow Read out the first row of the result from the specified query
_SQLite_SafeMode Disable or Enable Safe mode
_SQLite_SetTimeout Sets timeout for busy handler
_SQLite_Shutdown Unloads SQLite.dll
_SQLite_SQLiteExe Executes commands in sqlite3.exe
_SQLite_Startup Loads SQLite3.dll
_SQLite_TotalChanges Returns number of all changes (including via triggers and foreign keys) from start of connection
_StringBetween Find strings between two string delimiters
_StringExplode Splits up a string into substrings depending on the given delimiters as PHP Explode v5
_StringInsert Inserts a string within another string
_StringProper Changes a string to proper case, same as the =Proper function in Excel
_StringRepeat Repeats a string a specified number of times
_StringTitleCase Changes a string to a title case string
_StringToHex Convert a string to a hex string
_TCPIpToName Resolves IP address to Hostname(s)
_TempFile Generate a name for a temporary file. The file is guaranteed not to exist yet
_TicksToTime Converts the specified tick amount to hours, minutes and seconds
_Timer_Diff Returns the difference in time from a previous call to _Timer_Init
_Timer_GetIdleTime Returns the number of ticks since last user activity (i.e. KYBD/Mouse)
_Timer_GetTimerID Returns the Timer ID from $wParam
_Timer_Init Returns a timestamp (in milliseconds)
_Timer_KillAllTimers Destroys all the timers
_Timer_KillTimer Destroys the specified timer
_Timer_SetTimer Creates a timer with the specified time-out value
_TimeToTicks Converts the specified hours, minutes, and seconds to ticks
_VersionCompare Compares two file versions for equality
_viClose Closes a VISA connection to an Instrument/Device
_viExecCommand Send a Command/Query to an Instrument/Device through the VISA interface (GPIB / TCP)
_viFindGpib Send a Command/Query to an Instrument/Device through the VISA interface (GPIB / TCP)
_viGpibBusReset GPIB BUS "reset": Use this function when the GPIB BUS gets stuck for some reason. You might be lucky and resolve the problem by calling this function
_viGTL Go To Local mode: Instruments that accept this command will exit the "Remote Control mode" and go to "Local mode". If the instrument is already in "Local mode" this is simply ignored. Normally, if an instrument does not support this command it will simply stay in the "Remote Control mode"
_viInteractiveControl Interactive VISA control to test your SCPI commands
_viOpen Opens a VISA connection to an Instrument/Device
_viSetAttribute Set any VISA attribute This function, which is called by _viSetTimeout, can ALSO be used to set the other VISA specific attributes. Read the VISA documentation for more information and a list of VISA attributes and their corresponding values
_viSetTimeout Sets the VISA timeout in MILISECONDS
_WeekNumberISO Calculate the weeknumber of a given date
_WinAPI_AbortPath Closes and discards any paths in the specified device context
_WinAPI_ActivateKeyboardLayout Sets the input locale identifier for the calling thread or the current process
_WinAPI_AddClipboardFormatListener Places the given window in the system-maintained clipboard format listener list
_WinAPI_AddFontMemResourceEx Adds the font resource from a memory image to the system
_WinAPI_AddFontResourceEx Adds the font resource from the specified file to the system font table
_WinAPI_AddIconOverlay Creates an icon by merging the source icon and overlay mask
_WinAPI_AddIconTransparency Adds a transparency to the specified 32 bits-per-pixel icon
_WinAPI_AddMRUString Adds a string to the top of the most recently used (MRU) list
_WinAPI_AdjustBitmap Creates a new device-depended bitmap (DDB) from the source bitmap with new dimensions and color adjustment
_WinAPI_AdjustTokenPrivileges Enables or disables privileges in the specified access token
_WinAPI_AdjustWindowRectEx Calculates the required size of the window rectangle, based on the desired size of the client rectangle
_WinAPI_AlphaBlend Displays bitmaps that have transparent or semitransparent pixels
_WinAPI_AngleArc Draws a line segment and an arc
_WinAPI_AnimateWindow Enables you to produce special effects when showing or hiding windows
_WinAPI_Arc Draws an elliptical arc
_WinAPI_ArcTo Draws an elliptical arc
_WinAPI_ArrayToStruct Converts an array of strings to the structure
_WinAPI_AssignProcessToJobObject Assigns a process to an existing job object
_WinAPI_AssocGetPerceivedType Retrieves a file's perceived type based on its extension
_WinAPI_AssocQueryString Searches for and retrieves a file or protocol association-related string from the registry
_WinAPI_AttachConsole Attaches the calling process to the console of the specified process
_WinAPI_AttachThreadInput Attaches the input processing mechanism of one thread to that of another thread
_WinAPI_BackupRead Backs up a file or directory, including the security information
_WinAPI_BackupReadAbort Finishes the use of _WinAPI_BackupRead() on the handle
_WinAPI_BackupSeek Seeks forward in a data stream initially accessed by using the _WinAPI_BackupRead() or _WinAPI_BackupWrite() function
_WinAPI_BackupWrite Restore a file or directory that was backed up using _WinAPI_BackupRead()
_WinAPI_BackupWriteAbort Finishes the use of _WinAPI_BackupWrite() on the handle
_WinAPI_Beep Generates simple tones on the speaker
_WinAPI_BeginBufferedPaint Begins a buffered paint operation
_WinAPI_BeginDeferWindowPos Allocates memory for a multiple-window-position structure
_WinAPI_BeginPaint Prepares the specified window for painting
_WinAPI_BeginPath Opens a path bracket in the specified device context
_WinAPI_BeginUpdateResource Retrieves a handle that can be used to add, delete, or replace resources in a binary module
_WinAPI_BitBlt Performs a bit-block transfer of color data
_WinAPI_BringWindowToTop Brings the specified window to the top of the Z order
_WinAPI_BroadcastSystemMessage Sends a message to the specified recipients
_WinAPI_BrowseForFolderDlg Displays a dialog box that enables the user to select a Shell folder
_WinAPI_BufferedPaintClear Clears a specified rectangle in the buffer to ARGB = {0,0,0,0}
_WinAPI_BufferedPaintInit Initialize buffered painting for the current thread
_WinAPI_BufferedPaintSetAlpha Sets the alpha to a specified value in a given rectangle
_WinAPI_BufferedPaintUnInit Closes down buffered painting for the current thread
_WinAPI_CallNextHookEx Passes the hook information to the next hook procedure in the current hook chain
_WinAPI_CallWindowProc Passes the hook information to the next hook procedure in the current hook chain
_WinAPI_CallWindowProcW Passes message information to the specified window procedure
_WinAPI_CascadeWindows Cascades the specified child windows of the specified parent window
_WinAPI_ChangeWindowMessageFilterEx Modifies the User Interface Privilege Isolation (UIPI) message filter for a specified window
_WinAPI_CharToOem Converts a string into the OEM-defined character set
_WinAPI_ChildWindowFromPointEx Determines which, if any, of the child windows belonging to the specified parent window contains the specified point
_WinAPI_ClientToScreen Converts the client coordinates of a specified point to screen coordinates
_WinAPI_ClipCursor Confines the cursor to a rectangular area on the screen
_WinAPI_CloseDesktop Closes an open handle to a desktop object
_WinAPI_CloseEnhMetaFile Closes an enhanced-metafile device context and returns a handle that identifies an enhanced-format metafile
_WinAPI_CloseFigure Closes an open figure in a path
_WinAPI_CloseHandle Closes an open object handle
_WinAPI_CloseThemeData Closes the theme data handle
_WinAPI_CloseWindow Minimizes (but does not destroy) the specified window
_WinAPI_CloseWindowStation Closes an open window station handle
_WinAPI_CLSIDFromProgID Looks up a CLSID in the registry, given a ProgID
_WinAPI_CoInitialize Initializes the COM library for use by the calling process
_WinAPI_ColorAdjustLuma Changes the luminance of a RGB value
_WinAPI_ColorHLSToRGB Converts colors from hue-luminance-saturation (HLS) to RGB format
_WinAPI_ColorRGBToHLS Converts colors from RGB to hue-luminance-saturation (HLS) format
_WinAPI_CombineRgn Combines two regions and stores the result in a third region
_WinAPI_CombineTransform Concatenates two world-space to page-space transformations
_WinAPI_CommandLineToArgv Parses a command-line string and returns an array of the command-line arguments
_WinAPI_CommDlgExtendedError Returns a common dialog box error string. This string indicates the most recent error to occur during the execution of one of the common dialog box functions
_WinAPI_CommDlgExtendedErrorEx Returns a common dialog box error code
_WinAPI_CompareString Compares two character strings for a specified locale
_WinAPI_CompressBitmapBits Creates a compressed data block from the specified bitmap
_WinAPI_CompressBuffer Compresses a buffer with specified compression format and engine type
_WinAPI_ComputeCrc32 Calculates the CRC32 checksum of a block of memory
_WinAPI_ConfirmCredentials Confirms the validity of the credential harvested
_WinAPI_CopyBitmap Creates a duplicate of a specified bitmap with a device-independent bitmap (DIB) section
_WinAPI_CopyCursor Creates a duplicate of a specified cursor
_WinAPI_CopyEnhMetaFile Copies the contents of an enhanced-format metafile to a specified file
_WinAPI_CopyFileEx Copies an existing file to a new file, notifying the application of its progress through a callback function
_WinAPI_CopyIcon Copies the specified icon from another module
_WinAPI_CopyImage Creates a new image (icon, cursor, or bitmap) and copies the attributes of the specified image to the new one
_WinAPI_CopyRect Copies the coordinates of one rectangle to another
_WinAPI_CopyStruct Creates a duplicate of a specified structure
_WinAPI_CoTaskMemAlloc Allocates a block of task memory
_WinAPI_CoTaskMemFree Frees a block of task memory
_WinAPI_CoTaskMemRealloc Changes the size of a previously allocated block of task memory
_WinAPI_CoUninitialize Closes the COM library on the current process
_WinAPI_Create32BitHBITMAP Creates a 32 bits-per-pixel bitmap from the specified icon
_WinAPI_Create32BitHICON Converts an icon to a 32 bits-per-pixel format and copies to the new icon
_WinAPI_CreateANDBitmap Creates AND bitmask device-independent bitmap (DIB) from the specified bitmap
_WinAPI_CreateBitmap Creates a bitmap with the specified width, height, and color format
_WinAPI_CreateBitmapIndirect Creates a bitmap with the specified width, height, and color format (color planes and bits-per-pixel)
_WinAPI_CreateBrushIndirect Creates a logical brush that has the specified style, color, and pattern
_WinAPI_CreateBuffer Allocates a block of memory from the internal library heap
_WinAPI_CreateBufferFromStruct Allocates a block of memory from the internal library heap and initializes it with the structure's data
_WinAPI_CreateCaret Creates a new shape for the system caret and assigns ownership of the caret to the specified window
_WinAPI_CreateColorAdjustment Creates $tagCOLORADJUSTMENT structure specifies the color adjustment
_WinAPI_CreateCompatibleBitmap Creates a bitmap compatible with the specified device context
_WinAPI_CreateCompatibleBitmapEx Creates a bitmap compatible with the device and fills it the specified color
_WinAPI_CreateCompatibleDC Creates a memory device context compatible with the specified device
_WinAPI_CreateDesktop Creates a new desktop, associates it with the current window station of the calling process
_WinAPI_CreateDIB Creates an uncompressed device-independent bitmap (DIB) with the specified width, height, and color depth
_WinAPI_CreateDIBColorTable Creates RGB color table from the specified array of colors
_WinAPI_CreateDIBitmap Creates a compatible bitmap (DDB) from a DIB and, optionally, sets the bitmap bits
_WinAPI_CreateDIBSection Creates a DIB that applications can write to directly
_WinAPI_CreateDirectory Creates a new directory
_WinAPI_CreateDirectoryEx Creates a new directory with the attributes of a specified template directory
_WinAPI_CreateEllipticRgn Creates an elliptical region
_WinAPI_CreateEmptyIcon Creates a fully transparent icon with the specified width, height, and color depth
_WinAPI_CreateEnhMetaFile Creates a device context for an enhanced-format metafile
_WinAPI_CreateEvent Creates or opens a named or unnamed event object
_WinAPI_CreateFile Creates or opens a file or other device
_WinAPI_CreateFileEx Creates or opens a file or I/O device
_WinAPI_CreateFileMapping Creates or opens a named or unnamed file mapping object for a specified file
_WinAPI_CreateFont Creates a logical font with the specified characteristics
_WinAPI_CreateFontEx Creates a logical font with the specified characteristics
_WinAPI_CreateFontIndirect Creates a logical font that has specific characteristics
_WinAPI_CreateGUID Creates a globally unique identifier (GUID)
_WinAPI_CreateHardLink Establishes a hard link between an existing file and a new file
_WinAPI_CreateIcon Creates an icon that has the specified size, colors, and bit patterns
_WinAPI_CreateIconFromResourceEx Creates an icon or cursor from resource bits describing the icon
_WinAPI_CreateIconIndirect Creates an icon or cursor that has the specified size, colors, and bit patterns
_WinAPI_CreateJobObject Creates or opens a job object
_WinAPI_CreateMargins Creates $tagMARGINS structure with specified left, right, top, and bottom retaining borders
_WinAPI_CreateMRUList Creates a new most recently used (MRU) list
_WinAPI_CreateMutex Creates or opens a named or unnamed mutex object
_WinAPI_CreateNullRgn Creates an empty region
_WinAPI_CreateNumberFormatInfo Creates a $tagNUMBERFMT structure with the specified number formatting information
_WinAPI_CreateObjectID Creates or retrieves the object identifier for the specified file or directory
_WinAPI_CreatePen Creates a logical pen that has the specified style, width, and color
_WinAPI_CreatePoint Creates $tagPOINT structure with the x- and y-coordinates of the specified point
_WinAPI_CreatePolygonRgn Creates a polygonal region
_WinAPI_CreateProcess Creates a new process and its primary thread
_WinAPI_CreateProcessWithToken Creates a new process and its primary thread in the security context of the specified token
_WinAPI_CreateRect Creates $tagRECT structure with the coordinates of the specified rectangle
_WinAPI_CreateRectEx Creates $tagRECT structure with the coordinates of the specified rectangle
_WinAPI_CreateRectRgn Creates a rectangular region
_WinAPI_CreateRectRgnIndirect Creates a rectangular region
_WinAPI_CreateRoundRectRgn Creates a rectangular region with rounded corners
_WinAPI_CreateSemaphore Creates or opens a named or unnamed semaphore object
_WinAPI_CreateSize Creates $tagSIZE structure with the width and height of the specified rectangle
_WinAPI_CreateSolidBitmap Creates a solid color bitmap
_WinAPI_CreateSolidBrush Creates a logical brush that has the specified solid color
_WinAPI_CreateStreamOnHGlobal Creates a stream object that uses a memory handle to store the stream contents
_WinAPI_CreateString Copies a specified string to the newly allocated memory block and returns its pointer
_WinAPI_CreateSymbolicLink Creates a symbolic link
_WinAPI_CreateTransform Creates $tagXFORM structure specifies a world-space to page-space transformation
_WinAPI_CreateWindowEx Creates an overlapped, pop-up, or child window
_WinAPI_CreateWindowStation Creates a window station object, associates it with the calling process, and assigns it to the current session
_WinAPI_DecompressBuffer Decompresses an entire compressed buffer
_WinAPI_DecryptFile Decrypts an encrypted file or directory
_WinAPI_DeferWindowPos Updates the specified multiple-window-position structure for the specified window
_WinAPI_DefineDosDevice Defines, redefines, or deletes MS-DOS device names
_WinAPI_DefRawInputProc Calls the default raw input procedure to process the raw input messages that an application does not process
_WinAPI_DefSubclassProc Calls the next handler in a window's subclass chain
_WinAPI_DefWindowProc Call the default window procedure to provide default processing
_WinAPI_DefWindowProcW Calls the default window procedure to provide default processing for any window messages
_WinAPI_DeleteDC Deletes the specified device context
_WinAPI_DeleteEnhMetaFile Deletes an enhanced-format metafile or an enhanced-format metafile handle
_WinAPI_DeleteFile Deletes an existing file
_WinAPI_DeleteObject Deletes a logical pen, brush, font, bitmap, region, or palette
_WinAPI_DeleteObjectID Removes the object identifier from a specified file or directory
_WinAPI_DeleteVolumeMountPoint Deletes a drive letter or mounted folder
_WinAPI_DeregisterShellHookWindow Unregisters a specified Shell window that is registered to receive Shell hook messages
_WinAPI_DestroyCaret Destroys the caret's current shape, frees the caret from the window, and removes the caret from the screen
_WinAPI_DestroyCursor Destroys a cursor and frees any memory the cursor occupied
_WinAPI_DestroyIcon Destroys an icon and frees any memory the icon occupied
_WinAPI_DestroyWindow Destroys the specified window
_WinAPI_DeviceIoControl Sends a control code directly to a specified device driver
_WinAPI_DisplayStruct Displays data from the specified structure or memory address as a list
_WinAPI_DllGetVersion Retrieves a DLL-specific version information
_WinAPI_DllInstall Registers OLE controls such as DLL or ActiveX Controls (OCX) files
_WinAPI_DllUninstall Unregisters OLE controls such as DLL or ActiveX Controls (OCX) files
_WinAPI_DPtoLP Converts device coordinates into logical coordinates
_WinAPI_DragAcceptFiles Registers whether a window accepts dropped files
_WinAPI_DragFinish Releases memory that the system allocated for use in transferring file names to the application
_WinAPI_DragQueryFileEx Retrieves the names of dropped files that result from a successful drag-and-drop operation
_WinAPI_DragQueryPoint Retrieves the position of the mouse pointer at the time a file was dropped during a drag-and-drop operation
_WinAPI_DrawAnimatedRects Animates the caption of a window to indicate the opening of an icon or the minimizing or maximizing of a window
_WinAPI_DrawBitmap Draws a bitmap into the specified device context
_WinAPI_DrawEdge Draws one or more edges of rectangle
_WinAPI_DrawFocusRect Draws a rectangle in the style used to indicate that the rectangle has the focus
_WinAPI_DrawFrameControl Draws a frame control of the specified type and style
_WinAPI_DrawIcon Draws an icon or cursor into the specified device context
_WinAPI_DrawIconEx Draws an icon or cursor into the specified device context
_WinAPI_DrawLine Draws a line
_WinAPI_DrawShadowText Draws formatted text in the specified rectangle with a drop shadow
_WinAPI_DrawText Draws formatted text in the specified rectangle
_WinAPI_DrawThemeBackground Draws the border and fill defined by the visual style for the specified control part
_WinAPI_DrawThemeEdge Draws one or more edges defined by the visual style of a rectangle
_WinAPI_DrawThemeIcon Draws an image from an image list with the icon effect defined by the visual style
_WinAPI_DrawThemeParentBackground Draws the part of a parent control that is covered by a partially-transparent or alpha-blended child control
_WinAPI_DrawThemeText Draws text using the color and font defined by the visual style
_WinAPI_DrawThemeTextEx Draws text using the color and font defined by the visual style
_WinAPI_DuplicateEncryptionInfoFile Copies the EFS metadata from one file or directory to another
_WinAPI_DuplicateHandle Duplicates an object handle
_WinAPI_DuplicateTokenEx Creates a new primary or impersonation access token that duplicates an existing token
_WinAPI_DwmDefWindowProc Default window procedure for Desktop Window Manager (DWM) hit testing within the non-client area
_WinAPI_DwmEnableBlurBehindWindow Enables the blur effect on a specified window
_WinAPI_DwmEnableComposition Enables or disables Desktop Window Manager (DWM) composition
_WinAPI_DwmExtendFrameIntoClientArea Extends the window frame behind the client area
_WinAPI_DwmGetColorizationColor Retrieves the current color used for Desktop Window Manager (DWM) glass composition
_WinAPI_DwmGetColorizationParameters Retrieves the colorization parameters used for Desktop Window Manager (DWM)
_WinAPI_DwmGetWindowAttribute Retrieves the current value of a specified attribute applied to the window
_WinAPI_DwmInvalidateIconicBitmaps Indicates that all previously provided iconic bitmaps from a window, both thumbnails and peek representations, should be refreshed
_WinAPI_DwmIsCompositionEnabled Determines whether Desktop Window Manager (DWM) composition is enabled
_WinAPI_DwmQueryThumbnailSourceSize Returns the source size of the Desktop Window Manager (DWM) thumbnail
_WinAPI_DwmRegisterThumbnail Creates a Desktop Window Manager (DWM) thumbnail relationship between the destination and source windows
_WinAPI_DwmSetColorizationParameters Sets the colorization parameters for Desktop Window Manager (DWM)
_WinAPI_DwmSetIconicLivePreviewBitmap Sets a static, iconic bitmap to display a live preview (also known as a Peek preview) of a window or tab
_WinAPI_DwmSetIconicThumbnail Sets a static, iconic bitmap on a window or tab to use as a thumbnail representation
_WinAPI_DwmSetWindowAttribute Sets the value of the specified attributes for non-client rendering to apply to the window
_WinAPI_DwmUnregisterThumbnail Removes a Desktop Window Manager (DWM) thumbnail relationship
_WinAPI_DwmUpdateThumbnailProperties Specifies Desktop Window Manager (DWM) thumbnail properties
_WinAPI_DWordToFloat Converts a value of type DWORD to a value of type FLOAT
_WinAPI_DWordToInt Converts a value of type DWORD to a value of type INT
_WinAPI_EjectMedia Ejects media from a device
_WinAPI_Ellipse Draws an ellipse
_WinAPI_EmptyWorkingSet Removes as many pages as possible from the working set of the specified process
_WinAPI_EnableWindow Enables or disables mouse and keyboard input to the specified window or control
_WinAPI_EncryptFile Encrypts a file or directory
_WinAPI_EncryptionDisable Disables or enables encryption of the specified directory and the files in it
_WinAPI_EndBufferedPaint Completes a buffered paint operation and frees the associated buffered paint handle
_WinAPI_EndDeferWindowPos Simultaneously updates the position and size of one or more windows in a single screen-refreshing cycle
_WinAPI_EndPaint Marks the end of painting in the specified window
_WinAPI_EndPath Closes a path bracket and selects the path defined by the bracket into the specified device context
_WinAPI_EndUpdateResource Commits or discards a changes of the resources within module
_WinAPI_EnumChildProcess Enumerates a child processes that belong to the specified process
_WinAPI_EnumChildWindows Enumerates a child windows that belong to the specified parent window
_WinAPI_EnumDesktops Enumerates all desktops associated with the specified window station of the calling process
_WinAPI_EnumDesktopWindows Enumerates all top-level windows associated with the specified desktop
_WinAPI_EnumDeviceDrivers Retrieves the load address for each device driver in the system
_WinAPI_EnumDisplayDevices Obtains information about the display devices in a system
_WinAPI_EnumDisplayMonitors Enumerates display monitors (including invisible pseudo-monitors associated with the mirroring drivers)
_WinAPI_EnumDisplaySettings Retrieves information about one of the graphics modes for a display device
_WinAPI_EnumDllProc Enumerates an exported functions of the specified dynamic-link library (DLL)
_WinAPI_EnumFiles Enumerates the files and subdirectories for the specified directory with a name that matches the template
_WinAPI_EnumFileStreams Enumerates all streams with a ::$DATA stream type in the specified file or directory
_WinAPI_EnumFontFamilies Enumerates all uniquely-named fonts in the system that match the specified font characteristics
_WinAPI_EnumHardLinks Enumerates all the hard links to the specified file
_WinAPI_EnumMRUList Enumerates the contents of the most recently used (MRU) list
_WinAPI_EnumPageFiles Retrieves information for each installed pagefile in the system
_WinAPI_EnumProcessHandles Enumerates a handles that belong to the specified process
_WinAPI_EnumProcessModules Retrieves a handle and name for each module in the specified process
_WinAPI_EnumProcessThreads Enumerates a threads that belong to the specified process
_WinAPI_EnumProcessWindows Enumerates a windows that belong to the specified process
_WinAPI_EnumRawInputDevices Enumerates the raw input devices attached to the system
_WinAPI_EnumResourceLanguages Enumerates a language-specific resources, of the specified type and name, associated with a binary module
_WinAPI_EnumResourceNames Enumerates the resources of a specified type within a binary module
_WinAPI_EnumResourceTypes Enumerates the resource types within a binary module
_WinAPI_EnumSystemGeoID Enumerates the geographical location identifiers (GEOID) that are available on the operating system
_WinAPI_EnumSystemLocales Enumerates the locales that are either installed on or supported by an operating system
_WinAPI_EnumUILanguages Enumerates the user interface languages that are available on the operating system
_WinAPI_EnumWindows Enumerates all windows
_WinAPI_EnumWindowsPopup Enumerates popup windows
_WinAPI_EnumWindowStations Enumerates all window stations in the current session
_WinAPI_EnumWindowsTop Enumerates all top level windows
_WinAPI_EqualMemory Compares two blocks of memory to determine whether the specified number of bytes are identical
_WinAPI_EqualRect Determines whether the two specified rectangles are equal
_WinAPI_EqualRgn Checks the two specified regions to determine whether they are identical
_WinAPI_ExcludeClipRect Creates a new clipping region that consists of the existing clipping region minus the specified rectangle
_WinAPI_ExpandEnvironmentStrings Expands environment variable strings and replaces them with their defined values
_WinAPI_ExtCreatePen Creates a logical cosmetic or geometric pen that has the specified style, width, and brush attributes
_WinAPI_ExtCreateRegion Creates a region from the specified region and transformation data
_WinAPI_ExtFloodFill Fills an area of the display surface with the current brush
_WinAPI_ExtractIcon Extracts an icon from the specified executable file, DLL, or icon file
_WinAPI_ExtractIconEx Creates an array of handles to large or small icons extracted from a file
_WinAPI_ExtSelectClipRgn Combines the specified region with the current clipping region
_WinAPI_FatalAppExit Displays a message box and terminates the application
_WinAPI_FatalExit Transfers execution control to the debugger
_WinAPI_FileEncryptionStatus Retrieves the encryption status of the specified file
_WinAPI_FileExists Tests whether the specified path is existing file
_WinAPI_FileIconInit Initializes or reinitializes the system image list
_WinAPI_FileInUse Tests whether the specified file in use by another application
_WinAPI_FillMemory Fills a block of memory with the given value
_WinAPI_FillPath Closes any open figures in the current path and fills the path's interior by using the current brush
_WinAPI_FillRect Fills a rectangle by using the specified brush
_WinAPI_FillRgn Fills a region by using the specified brush
_WinAPI_FindClose Closes a file search handle
_WinAPI_FindCloseChangeNotification Stops change notification handle monitoring
_WinAPI_FindExecutable Retrieves the name of the executable file associated with the specified file name
_WinAPI_FindFirstChangeNotification Creates a change notification handle and sets up initial change notification filter conditions
_WinAPI_FindFirstFile Searches a directory for a file or subdirectory with a name that matches a specific name
_WinAPI_FindFirstFileName Creates an enumeration of all the hard links to the specified file
_WinAPI_FindFirstStream Enumerates the first stream with a ::$DATA stream type in the specified file or directory
_WinAPI_FindNextChangeNotification Requests that the operating system signal a change notification handle the next time it detects an appropriate change
_WinAPI_FindNextFile Continues a file or directory search
_WinAPI_FindNextFileName Continues enumerating the hard links
_WinAPI_FindNextStream Continues a stream search
_WinAPI_FindResource Determines the location of a resource with the specified type and name in the specified module
_WinAPI_FindResourceEx Determines the location of the resource with the specified type, name, and language in the specified module
_WinAPI_FindTextDlg Creates a system-defined modeless Find dialog box to search for text in a document
_WinAPI_FindWindow Retrieves the handle to the top-level window whose class name and window name match
_WinAPI_FlashWindow Flashes the specified window one time
_WinAPI_FlashWindowEx Flashes the specified window
_WinAPI_FlattenPath Transforms any curves in the path that is selected into the current DC, turning each curve into a sequence of lines
_WinAPI_FloatToDWord Converts a value of type FLOAT to a value of type DWORD
_WinAPI_FloatToInt Returns a 4 byte float as an integer value
_WinAPI_FlushFileBuffers Flushes the buffers of a specified file and causes all buffered data to be written
_WinAPI_FlushFRBuffer Destroys the internal buffer that used the _WinAPI_FindTextDlg() and _WinAPI_ReplaceTextDlg() functions
_WinAPI_FlushViewOfFile Writes to the disk a byte range within a mapped view of a file
_WinAPI_FormatDriveDlg Opens the Shell's Format dialog
_WinAPI_FormatMessage Formats a message string
_WinAPI_FrameRect Draws a border around the specified rectangle by using the specified brush
_WinAPI_FrameRgn Draws a border around the specified region by using the specified brush
_WinAPI_FreeLibrary Decrements the reference count of the loaded dynamic-link library (DLL) module
_WinAPI_FreeMemory Frees a memory block in the internal library heap
_WinAPI_FreeMRUList Frees the handle associated with the most recently used (MRU) list and writes cached data to the registry
_WinAPI_FreeResource Decrements (decreases by one) the reference count of a loaded resource
_WinAPI_GdiComment Copies a comment from a buffer into a specified enhanced-format metafile
_WinAPI_GetActiveWindow Retrieves the window handle to the active window attached to the calling process's message queue
_WinAPI_GetAllUsersProfileDirectory Retrieves the path to the root of the directory that contains program data shared by all users
_WinAPI_GetAncestor Retrieves the handle to the ancestor of the specified window
_WinAPI_GetApplicationRestartSettings Retrieves the restart information registered for the specified process
_WinAPI_GetArcDirection Retrieves the current arc direction for the specified device context
_WinAPI_GetAsyncKeyState Determines whether a key is up or down at the time the function is called
_WinAPI_GetBinaryType Determines whether a file is an executable (.exe) file, and if so, which subsystem runs the executable file
_WinAPI_GetBitmapBits Copies the bitmap bits of a specified device-dependent bitmap into a buffer
_WinAPI_GetBitmapDimension Retrieves a dimension of the specified bitmap
_WinAPI_GetBitmapDimensionEx Retrieves the dimensions of a compatible bitmap
_WinAPI_GetBkColor Retrieves the current background color for the specified device context
_WinAPI_GetBkMode Returns the current background mix mode for a specified device context
_WinAPI_GetBoundsRect Obtains the current accumulated bounding rectangle for a specified device context
_WinAPI_GetBrushOrg Retrieves the current brush origin for the specified device context
_WinAPI_GetBufferedPaintBits Retrieves a pointer to the buffer bitmap if the buffer is a device-independent bitmap (DIB)
_WinAPI_GetBufferedPaintDC Gets the paint device context (DC)
_WinAPI_GetBufferedPaintTargetDC Retrieves the target device context (DC)
_WinAPI_GetBufferedPaintTargetRect Retrieves the target rectangle
_WinAPI_GetBValue Retrieves an intensity value for the blue component of a 32-bit RGB value
_WinAPI_GetCapture Gets the handle to the window (if any) that has captured the mouse
_WinAPI_GetCaretBlinkTime Returns the time required to invert the caret's pixels
_WinAPI_GetCaretPos Retrieves the caret's position
_WinAPI_GetCDType Retrieves a type of the media which is loaded into a specified CD-ROM device
_WinAPI_GetClassInfoEx Retrieves information about a window class
_WinAPI_GetClassLongEx Retrieves the specified value associated with the specified window
_WinAPI_GetClassName Retrieves the name of the class to which the specified window belongs
_WinAPI_GetClientHeight Retrieves the height of a window's client area
_WinAPI_GetClientRect Retrieves the coordinates of a window's client area
_WinAPI_GetClientWidth Retrieves the width of a window's client area
_WinAPI_GetClipboardSequenceNumber Retrieves the clipboard sequence number for the current window station
_WinAPI_GetClipBox Retrieves the dimensions of the bounding rectangle of the visible area
_WinAPI_GetClipCursor Retrieves the screen coordinates of the rectangular area to which the cursor is confined
_WinAPI_GetClipRgn Retrieves a handle identifying the current application-defined clipping region
_WinAPI_GetColorAdjustment Retrieves the color adjustment for the specified device context (DC)
_WinAPI_GetCompressedFileSize Retrieves the actual number of bytes of disk storage used to store a specified file
_WinAPI_GetCompression Retrieves the current compression state of a file or directory
_WinAPI_GetConnectedDlg Launches the Get Connected wizard within the calling application to enable network connectivity
_WinAPI_GetCurrentDirectory Retrieves the current directory for the current process
_WinAPI_GetCurrentHwProfile Retrieves information about the current hardware profile for the local computer
_WinAPI_GetCurrentObject Retrieves a handle to an object of the specified type that has been selected into the specified device context
_WinAPI_GetCurrentPosition Retrieves the current position for the specified device context
_WinAPI_GetCurrentProcess Returns the process handle of the calling process
_WinAPI_GetCurrentProcessExplicitAppUserModelID Retrieves the application-defined, explicit Application User Model ID for the current process
_WinAPI_GetCurrentProcessID Returns the process identifier of the calling process
_WinAPI_GetCurrentThemeName Retrieves the name of the current visual styles, color scheme name, and size name
_WinAPI_GetCurrentThread Retrieves a pseudo handle for the calling thread
_WinAPI_GetCurrentThreadId Returns the thread identifier of the calling thread
_WinAPI_GetCursor Retrieves a handle to the current cursor
_WinAPI_GetCursorInfo Retrieves information about the global cursor
_WinAPI_GetDateFormat Formats a date as a date string for a locale specified by the locale identifier
_WinAPI_GetDC Retrieves a handle of a display device context for the client area a window
_WinAPI_GetDCEx Retrieves a handle to a device context (DC) for the client area of a specified window
_WinAPI_GetDefaultPrinter Retrieves the printer name of the default printer for the current user on the local computer
_WinAPI_GetDefaultUserProfileDirectory Retrieves the path to the root of the default user's profile
_WinAPI_GetDesktopWindow Returns the handle of the Windows desktop window
_WinAPI_GetDeviceCaps Retrieves device specific information about a specified device
_WinAPI_GetDeviceDriverBaseName Retrieves the base name of the specified device driver
_WinAPI_GetDeviceDriverFileName Retrieves the path available for the specified device driver
_WinAPI_GetDeviceGammaRamp Gets the gamma ramp on direct color display boards that support downloadable gamma ramps in hardware
_WinAPI_GetDIBColorTable Retrieves RGB color table from the DIB section bitmap
_WinAPI_GetDIBits Retrieves the bits of the specified bitmap and copies them into a buffer as a DIB
_WinAPI_GetDiskFreeSpaceEx Retrieves information about the amount of space that is available on a disk volume
_WinAPI_GetDlgCtrlID Returns the identifier of the specified control
_WinAPI_GetDlgItem Retrieves the handle of a control in the specified dialog box
_WinAPI_GetDllDirectory Retrieves the application-specific portion of the search path used to locate DLLs for the application
_WinAPI_GetDriveBusType Retrieves a bus type for the specified drive
_WinAPI_GetDriveGeometryEx Retrieves extended information about the disk's geometry
_WinAPI_GetDriveNumber Retrieves a device type, device number, and partition number for the specified drive
_WinAPI_GetDriveType Determines whether a disk drive is a removable, fixed, CD-ROM, RAM disk, or network drive
_WinAPI_GetDurationFormat Formats a duration of time as a time string for a locale specified by identifier
_WinAPI_GetEffectiveClientRect Calculates the dimensions of a rectangle in the client area that contains all the specified controls
_WinAPI_GetEnhMetaFile Creates a handle that identifies the enhanced-format metafile stored in the specified file
_WinAPI_GetEnhMetaFileBits Retrieves the contents of the specified enhanced-format metafile
_WinAPI_GetEnhMetaFileDescription Retrieves an optional text description from an enhanced-format metafile
_WinAPI_GetEnhMetaFileDimension Retrieves a dimension of the specified enhanced-format metafile
_WinAPI_GetEnhMetaFileHeader Retrieves the record containing the header for the specified enhanced-format metafile
_WinAPI_GetErrorMessage Retrieves a text error message for the specified system error code
_WinAPI_GetErrorMode Retrieves the error mode for the current process
_WinAPI_GetExitCodeProcess Retrieves the termination status of the specified process
_WinAPI_GetExtended Retrieves the last extended function return value
_WinAPI_GetFileAttributes Retrieves file system attributes for a specified file or directory
_WinAPI_GetFileID Retrieves the file system's 8-byte file reference number for a file
_WinAPI_GetFileInformationByHandle Retrieves file information for the specified file
_WinAPI_GetFileInformationByHandleEx Retrieves file information for the specified file
_WinAPI_GetFilePointerEx Retrieves the file pointer of the specified file
_WinAPI_GetFileSizeEx Retrieves the size of the specified file
_WinAPI_GetFileSizeOnDisk Retrieves the file allocation size on disk
_WinAPI_GetFileTitle Retrieves the name of the specified file
_WinAPI_GetFileType Retrieves the file type of the specified file
_WinAPI_GetFileVersionInfo Retrieves version information for the specified file
_WinAPI_GetFinalPathNameByHandle Retrieves the final path of the specified file
_WinAPI_GetFinalPathNameByHandleEx Retrieves the final path of the specified file
_WinAPI_GetFocus Retrieves the handle of the window that has the keyboard focus
_WinAPI_GetFontMemoryResourceInfo Reads out font information from a TTF loaded into the memory
_WinAPI_GetFontName Retrieves the unique name of the font based on its typeface name, character set, and style
_WinAPI_GetFontResourceInfo Retrieves the fontname from the specified font resource file
_WinAPI_GetForegroundWindow Returns the handle of the foreground window
_WinAPI_GetFRBuffer Retrieves the current size of the internal buffer that used the _WinAPI_FindTextDlg() and _WinAPI_ReplaceTextDlg() functions
_WinAPI_GetFullPathName Retrieves the full path and file name of the specified file
_WinAPI_GetGeoInfo Retrieves information about a specified geographical location
_WinAPI_GetGlyphOutline Retrieves the outline or bitmap for a character in the TrueType font
_WinAPI_GetGraphicsMode Retrieves the current graphics mode for the specified device context
_WinAPI_GetGuiResources Retrieves the count of handles to graphical user interface (GUI) objects in use by the specified process
_WinAPI_GetGUIThreadInfo Retrieves information about the active window or a specified GUI thread
_WinAPI_GetGValue Retrieves an intensity value for the green component of a 32-bit RGB value
_WinAPI_GetHandleInformation Retrieves certain properties of an object handle
_WinAPI_GetHGlobalFromStream Retrieves the global memory handle to a stream
_WinAPI_GetIconDimension Retrieves a dimension of the specified icon
_WinAPI_GetIconInfo Retrieves information about the specified icon or cursor
_WinAPI_GetIconInfoEx Retrieves information about the specified icon or cursor
_WinAPI_GetIdleTime Retrieves the time that has elapsed since the last input
_WinAPI_GetKeyboardLayout Retrieves the active input locale identifier for the specified window
_WinAPI_GetKeyboardLayoutList Retrieves the all input locale identifiers corresponding to the current set of input locales in the system
_WinAPI_GetKeyboardState Copies the status of the 256 virtual keys to the specified buffer
_WinAPI_GetKeyboardType Retrieves information about the current keyboard
_WinAPI_GetKeyNameText Retrieves a string that represents the name of a key
_WinAPI_GetKeyState Retrieves the status of the specified virtual key
_WinAPI_GetLastActivePopup Determines which pop-up window owned by the specified window was most recently active
_WinAPI_GetLastError Returns the calling thread's lasterror code value
_WinAPI_GetLastErrorMessage Returns the calling threads last error message
_WinAPI_GetLayeredWindowAttributes Gets Layered Window Attributes
_WinAPI_GetLocaleInfo Retrieves information about a locale specified by identifier
_WinAPI_GetLogicalDrives Retrieves a bitmask representing the currently available disk drives
_WinAPI_GetMapMode Retrieves the current mapping mode
_WinAPI_GetMemorySize Retrieves the size of a memory block allocated from the internal library heap
_WinAPI_GetMessageExtraInfo Retrieves the extra message information for the current thread
_WinAPI_GetModuleFileNameEx Retrieves the fully-qualified path for the file containing the specified module
_WinAPI_GetModuleHandle Returns a module handle for the specified module
_WinAPI_GetModuleHandleEx Retrieves a module handle for the specified module
_WinAPI_GetModuleInformation Retrieves information about the specified module
_WinAPI_GetMonitorInfo Retrieves information about a display monitor
_WinAPI_GetMousePos Returns the current mouse position
_WinAPI_GetMousePosX Returns the current mouse X position
_WinAPI_GetMousePosY Returns the current mouse Y position
_WinAPI_GetMUILanguage Gets the language currently in use by the common controls for a particular process
_WinAPI_GetNumberFormat Formats a number string as a number string customized for a locale specified by identifier
_WinAPI_GetObject Retrieves information for the specified graphics object
_WinAPI_GetObjectID Retrieves the object identifier for the specified file or directory
_WinAPI_GetObjectInfoByHandle Retrieves information about a specified object
_WinAPI_GetObjectNameByHandle Retrieves a name of the specified object
_WinAPI_GetObjectType Retrieves the type of the specified object
_WinAPI_GetOpenFileName Creates an Open dialog box that lets the user specify the drive, directory, and the name of a file or set of files to open
_WinAPI_GetOutlineTextMetrics Retrieves text metrics for TrueType fonts
_WinAPI_GetOverlappedResult Retrieves the results of an overlapped operation
_WinAPI_GetParent Retrieves the handle of the specified child window's parent window
_WinAPI_GetParentProcess Retrieves the PID of the parent process for the specified process
_WinAPI_GetPerformanceInfo Retrieves the performance information
_WinAPI_GetPEType Retrieves a type of the machine for the specified portable executable (PE)
_WinAPI_GetPhysicallyInstalledSystemMemory Retrieves the amount of RAM that is physically installed on the computer
_WinAPI_GetPixel Retrieves the color value of the pixel at the specified coordinates
_WinAPI_GetPolyFillMode Retrieves the current polygon fill mode
_WinAPI_GetPosFromRect Interprets the coordinates of the rectangle as offset and position coordinates
_WinAPI_GetPriorityClass Retrieves the priority class for the specified process
_WinAPI_GetProcAddress Retrieves the address of an exported function or variable from the specified module
_WinAPI_GetProcessAffinityMask Obtains the affinity masks for the process and the system
_WinAPI_GetProcessCommandLine Retrieves the command-line string for the specified process
_WinAPI_GetProcessFileName Retrieves the fully-qualified path of the executable file for the specified process
_WinAPI_GetProcessHandleCount Retrieves the number of open handles that belong to the specified process
_WinAPI_GetProcessID Retrieves the process identifier of the specified process
_WinAPI_GetProcessIoCounters Retrieves accounting information for all I/O operations performed by the specified process
_WinAPI_GetProcessMemoryInfo Retrieves information about the memory usage of the specified process
_WinAPI_GetProcessName Retrieves the name for the specified process
_WinAPI_GetProcessShutdownParameters Retrieves the shutdown parameters for the currently calling process
_WinAPI_GetProcessTimes Retrieves timing information for the specified process
_WinAPI_GetProcessUser Retrieves the user and domain name for the specified process
_WinAPI_GetProcessWindowStation Retrieves a handle to the current window station for the calling process
_WinAPI_GetProcessWorkingDirectory Retrieves the current working directory for the specified process
_WinAPI_GetProfilesDirectory Retrieves the path to the root directory where user profiles are stored
_WinAPI_GetPwrCapabilities Retrieves information about the system power capabilities
_WinAPI_GetRawInputBuffer Performs a buffered read of the raw input data
_WinAPI_GetRawInputBufferLength Retrieves the required buffer size to call the _WinAPI_GetRawInputBuffer() function
_WinAPI_GetRawInputData Retrieves the raw input from the specified device
_WinAPI_GetRawInputDeviceInfo Retrieves information about the raw input device
_WinAPI_GetRegionData Fills the specified buffer with data describing a region
_WinAPI_GetRegisteredRawInputDevices Retrieves the information about the raw input devices for the current application
_WinAPI_GetRegKeyNameByHandle Retrieves a name of the specified registry key
_WinAPI_GetRgnBox Retrieves the bounding rectangle of the specified region
_WinAPI_GetROP2 Retrieves the foreground mix mode of the specified device context
_WinAPI_GetRValue Retrieves an intensity value for the red component of a 32-bit RGB value
_WinAPI_GetSaveFileName Creates a Save dialog box that lets the user specify the drive, directory, and name of a file to save
_WinAPI_GetShellWindow Retrieves a handle to the Shell's desktop window
_WinAPI_GetStartupInfo Retrieves the contents of the STARTUPINFO structure that was specified when the calling process was created
_WinAPI_GetStdHandle Retrieves a handle for the standard input, standard output, or standard error device
_WinAPI_GetStockObject Retrieves a handle to one of the predefined stock pens, brushes, fonts, or palettes
_WinAPI_GetStretchBltMode Retrieves the current stretching mode
_WinAPI_GetString Returns a string located at the specified memory address
_WinAPI_GetSysColor Retrieves the current color of the specified display element
_WinAPI_GetSysColorBrush Retrieves a handle identifying a logical brush that corresponds to the specified color index
_WinAPI_GetSystemDefaultLangID Returns the language identifier for the system locale
_WinAPI_GetSystemDefaultLCID Returns the locale identifier (LCID) for the system locale
_WinAPI_GetSystemDefaultUILanguage Retrieves the language identifier for the system default UI language of the operating system
_WinAPI_GetSystemDEPPolicy Gets the data execution prevention (DEP) policy setting for the system
_WinAPI_GetSystemInfo Retrieves information about the current system
_WinAPI_GetSystemMetrics Retrieves the specified system metric or system configuration setting
_WinAPI_GetSystemPowerStatus Retrieves the power status of the system
_WinAPI_GetSystemTimes Retrieves system timing information
_WinAPI_GetSystemWow64Directory Retrieves the path of the system directory used by WOW64
_WinAPI_GetTabbedTextExtent Computes the width and height of a character string which may contain one or more tab characters
_WinAPI_GetTempFileName Creates a name for a temporary file
_WinAPI_GetTextAlign Retrieves the text-alignment setting for the specified device context
_WinAPI_GetTextCharacterExtra Retrieves the current intercharacter spacing for the specified device context
_WinAPI_GetTextColor Retrieves the current text color for the specified device context
_WinAPI_GetTextExtentPoint32 Computes the width and height of the specified string of text
_WinAPI_GetTextFace Retrieves the typeface name of the font that is selected into the specified device context
_WinAPI_GetTextMetrics Retrieves basic information for the currently selected font
_WinAPI_GetThemeAppProperties Retrieves the property flags that control how visual styles are applied in the current application
_WinAPI_GetThemeBackgroundContentRect Retrieves the size of the content area for the background defined by the visual style
_WinAPI_GetThemeBackgroundExtent Calculates the size and location of the background, defined by the visual style, given the content area
_WinAPI_GetThemeBackgroundRegion Computes the region for a regular or partially transparent background that is bounded by a specified rectangle
_WinAPI_GetThemeBitmap Retrieves the bitmap associated with a particular theme, part, state, and property
_WinAPI_GetThemeBool Retrieves the value of a BOOL property from the SysMetrics section of theme data
_WinAPI_GetThemeColor Retrieves the value of a color property
_WinAPI_GetThemeDocumentationProperty Retrieves the value for a theme property from the documentation section of the specified theme file
_WinAPI_GetThemeEnumValue Retrieves the value of an enumerated type property
_WinAPI_GetThemeFilename Retrieves the value of a filename property
_WinAPI_GetThemeFont Retrieves the value of a font property
_WinAPI_GetThemeInt Retrieves the value of an INT property
_WinAPI_GetThemeMargins Retrieves the value of a margins property
_WinAPI_GetThemeMetric Retrieves the value of a metric property
_WinAPI_GetThemePartSize Calculates the original size of the part defined by a visual style
_WinAPI_GetThemePosition Retrieves the value of a position property
_WinAPI_GetThemePropertyOrigin Retrieves the location of the theme property definition for a property
_WinAPI_GetThemeRect Retrieves the value of a RECT property
_WinAPI_GetThemeString Retrieves the value of a string property
_WinAPI_GetThemeSysBool Retrieves the Boolean value of a system metric
_WinAPI_GetThemeSysColor Retrieves the value of a system color
_WinAPI_GetThemeSysColorBrush Retrieves a system color brush
_WinAPI_GetThemeSysFont Retrieves the font information of a system font
_WinAPI_GetThemeSysInt Retrieves the value of a system INT
_WinAPI_GetThemeSysSize Retrieves the value of a system size metric from theme data
_WinAPI_GetThemeSysString Retrieves the value of a system string
_WinAPI_GetThemeTextExtent Calculates the size and location of the specified text when rendered in the visual style font
_WinAPI_GetThemeTextMetrics Retrieves information about the font specified by a visual style for a particular part
_WinAPI_GetThemeTransitionDuration Gets the duration for the specified transition
_WinAPI_GetThreadDesktop Retrieves a handle to the desktop assigned to the specified thread
_WinAPI_GetThreadErrorMode Retrieves the error mode for the calling thread
_WinAPI_GetThreadLocale Retrieves the locale identifier of the current locale for the calling thread
_WinAPI_GetThreadUILanguage Retrieves the language identifier of the first user interface language for the current thread
_WinAPI_GetTickCount Retrieves the number of milliseconds that have elapsed since the system was started
_WinAPI_GetTickCount64 Retrieves the number of milliseconds that have elapsed since the system was started
_WinAPI_GetTimeFormat Formats time as a time string for a locale specified by identifier
_WinAPI_GetTopWindow Retrieves a handle to the child window at the top of the Z order
_WinAPI_GetUDFColorMode Retrieves the current color mode for WinAPIEx UDF library
_WinAPI_GetUpdateRect Retrieves the coordinates of the rectangle that completely encloses the update region of the specified window
_WinAPI_GetUpdateRgn Retrieves the update region of a window by copying it into the specified region
_WinAPI_GetUserDefaultLangID Returns the language identifier for the current user locale
_WinAPI_GetUserDefaultLCID Returns the locale identifier (LCID) for the user default locale
_WinAPI_GetUserDefaultUILanguage Returns the language identifier for the user UI language for the current user
_WinAPI_GetUserGeoID Retrieves information about the geographical location of the user
_WinAPI_GetUserObjectInformation Retrieves information about the specified window station or desktop object
_WinAPI_GetVersion Retrieves version of the current operating system
_WinAPI_GetVersionEx Retrieves information about the current operating system
_WinAPI_GetVolumeInformation Retrieves information about the file system and volume associated with the specified root directory
_WinAPI_GetVolumeInformationByHandle Retrieves information about the file system and volume associated with the specified file
_WinAPI_GetVolumeNameForVolumeMountPoint Retrieves a volume GUID path for the volume that is associated with the specified volume mount point
_WinAPI_GetWindow Retrieves the handle of a window that has a specified relationship to the specified window
_WinAPI_GetWindowDC Retrieves the device context (DC) for the entire window
_WinAPI_GetWindowDisplayAffinity Retrieves the current display affinity setting, from any process, for a given window
_WinAPI_GetWindowExt Retrieves the x-extent and y-extent of the window for the specified device context
_WinAPI_GetWindowFileName Retrieves the fully-qualified path of the module associated with the specified window handle
_WinAPI_GetWindowHeight Returns the height of the window
_WinAPI_GetWindowInfo Retrieves information about the specified window
_WinAPI_GetWindowLong Retrieves information about the specified window
_WinAPI_GetWindowOrg Retrieves the x-coordinates and y-coordinates of the window origin for the specified device context
_WinAPI_GetWindowPlacement Retrieves the placement of the window for Min, Max, and normal positions
_WinAPI_GetWindowRect Retrieves the dimensions of the bounding rectangle of the specified window
_WinAPI_GetWindowRgn Obtains a copy of the window region of a window
_WinAPI_GetWindowRgnBox Retrieves the dimensions of the tightest bounding rectangle for the window region of a window
_WinAPI_GetWindowSubclass Retrieves the reference data for the specified window subclass callback
_WinAPI_GetWindowText Retrieves the text of the specified window's title bar
_WinAPI_GetWindowTheme Retrieves a theme handle to a window that has visual styles applied
_WinAPI_GetWindowThreadProcessId Retrieves the identifier of the thread that created the specified window
_WinAPI_GetWindowWidth Returns the width of the window
_WinAPI_GetWorkArea Retrieves the size of the working area on the primary display monitor
_WinAPI_GetWorldTransform Retrieves the current world-space to page-space transformation
_WinAPI_GetXYFromPoint Returns the X/Y values from a $tagPOINT structure
_WinAPI_GlobalMemoryStatus Retrieves information about current available memory
_WinAPI_GradientFill Fills rectangle or triangle gradient
_WinAPI_GUIDFromString Converts a string GUID to binary form
_WinAPI_GUIDFromStringEx Converts a string GUID to binary form
_WinAPI_HashData Hashes a memory block
_WinAPI_HashString Hashes a string
_WinAPI_HiByte Returns the high BYTE of a 16-bit (2 bytes) value
_WinAPI_HideCaret Removes the caret from the screen
_WinAPI_HiDWord Returns the high DWORD of a 64-bit (8 bytes) value
_WinAPI_HiWord Returns the high word of a longword value
_WinAPI_InflateRect Increases or decreases the width and height of the specified rectangle
_WinAPI_InitMUILanguage Enables an application to specify a language to be used with the common controls that is different from the system language
_WinAPI_InProcess Determines whether a window belongs to the current process
_WinAPI_IntersectClipRect Creates a new clipping region from the intersection of the current clipping region and the specified rectangle
_WinAPI_IntersectRect Creates the intersection of two rectangles
_WinAPI_IntToDWord Converts a value of type INT to a value of type DWORD
_WinAPI_IntToFloat Returns a 4 byte integer as a float value
_WinAPI_InvalidateRect Adds a rectangle to the specified window's update region
_WinAPI_InvalidateRgn Adds a region to the specified window's update region
_WinAPI_InvertANDBitmap Inverts the specified AND bitmask bitmap by performing a logical NOT operation
_WinAPI_InvertColor Inverts (negative) the specified color
_WinAPI_InvertRect Inverts a rectangle in a window by performing a logical NOT operation on the color values for each pixel
_WinAPI_InvertRgn Inverts the colors in the specified region
_WinAPI_IOCTL Create a unique system I/O control code (IOCTL)
_WinAPI_IsAlphaBitmap Determines whether the specified bitmap has an alpha channel
_WinAPI_IsBadCodePtr Determines whether the calling process has read access to the memory at the specified address
_WinAPI_IsBadReadPtr Verifies that the calling process has read access to the specified range of memory
_WinAPI_IsBadStringPtr Verifies that the calling process has read access to the specified range of memory
_WinAPI_IsBadWritePtr Verifies that the calling process has write access to the specified range of memory
_WinAPI_IsChild Tests whether a window is a child window of a specified parent window
_WinAPI_IsClassName Wrapper to check ClassName of the control
_WinAPI_IsDoorOpen Checks if a CD (DVD) tray is open
_WinAPI_IsElevated Determines whether the current process is elevated
_WinAPI_IsHungAppWindow Determines whether the specified application is not responding
_WinAPI_IsIconic Determines whether the specified window is minimized (iconic)
_WinAPI_IsInternetConnected Determines whether the current user is connected to the Internet
_WinAPI_IsLoadKBLayout Determines whether the specified input locale loaded into the system
_WinAPI_IsMemory Determines whether the specified pointer points to the memory block in the internal library heap
_WinAPI_IsNameInExpression Determines whether a string matches the specified pattern
_WinAPI_IsNetworkAlive Determines whether or not a local system is connected to a network, and identifies the type of network connection
_WinAPI_IsPathShared Determines whether the path is shared
_WinAPI_IsProcessInJob Determines whether the process is running in the specified job
_WinAPI_IsProcessorFeaturePresent Determines whether the specified processor feature is supported by the current computer
_WinAPI_IsRectEmpty Determines whether the specified rectangle is empty
_WinAPI_IsThemeActive Tests if a visual style for the current application is active
_WinAPI_IsThemeBackgroundPartiallyTransparent Retrieves whether the background specified by the visual style has transparent pieces or alpha-blended pieces
_WinAPI_IsThemePartDefined Retrieves whether a visual style has defined parameters for the specified part
_WinAPI_IsValidLocale Determines if the specified locale is installed or supported on the operating system
_WinAPI_IsWindow Determines whether the specified window handle identifies an existing window
_WinAPI_IsWindowEnabled Determines whether the specified window is enabled for mouse and keyboard input
_WinAPI_IsWindowUnicode Determines whether the specified window is a native Unicode window
_WinAPI_IsWindowVisible Retrieves the visibility state of the specified window
_WinAPI_IsWow64Process Determines whether the specified process is running under WOW64
_WinAPI_IsWritable Determines whether a disk is writable
_WinAPI_IsZoomed Determines whether a window is maximized
_WinAPI_Keybd_Event Synthesizes a keystroke
_WinAPI_KillTimer Destroys the specified timer
_WinAPI_LineDDA Determines which pixels should be highlighted for a line
_WinAPI_LineTo Draws a line from the current position up to, but not including, the specified point
_WinAPI_LoadBitmap Loads the specified bitmap resource from a module's executable file
_WinAPI_LoadCursor Loads the specified cursor resource from the executable (.exe) file
_WinAPI_LoadCursorFromFile Creates a cursor based on data contained in a file
_WinAPI_LoadIcon Loads the specified icon resource from the executable (.exe) file associated with an application instance
_WinAPI_LoadIconMetric Loads a specified icon resource with a client-specified system metric
_WinAPI_LoadIconWithScaleDown Loads an icon and scales down a larger image instead of scaling up a smaller image
_WinAPI_LoadImage Loads an icon, cursor, or bitmap
_WinAPI_LoadIndirectString Extracts the string from the specified resource when given an indirect string
_WinAPI_LoadKeyboardLayout Loads a new input locale identifier into the system
_WinAPI_LoadLibrary Maps a specified executable module into the address space of the calling process
_WinAPI_LoadLibraryEx Maps a specified executable module into the address space of the calling process
_WinAPI_LoadMedia Loads media into a device
_WinAPI_LoadResource Loads the specified resource into global memory
_WinAPI_LoadShell32Icon Extracts an icon from the shell32.dll file
_WinAPI_LoadString loads a string resource from the executable file associated with a specified module
_WinAPI_LoadStringEx Loads a string resource for the specified language from the specified module
_WinAPI_LoByte Returns the low BYTE of a 16-bit (2 bytes) value
_WinAPI_LocalFree Frees the specified local memory object and invalidates its handle
_WinAPI_LockDevice Enables or disables the mechanism that ejects media, for those devices possessing that locking capability
_WinAPI_LockFile Locks the specified file for exclusive access by the calling process
_WinAPI_LockResource Locks the specified resource in memory
_WinAPI_LockWindowUpdate Disables or enables drawing in the specified window
_WinAPI_LockWorkStation Locks the workstation's display
_WinAPI_LoDWord Returns the low DWORD of a 64-bit (8 bytes) value
_WinAPI_LongMid Extracts a number of bits from a DWORD (32-bit) value
_WinAPI_LookupIconIdFromDirectoryEx Searches through icon or cursor data for the icon or cursor that best fits the current display device
_WinAPI_LoWord Returns the low word of a longword
_WinAPI_LPtoDP Converts a logical coordinates into device coordinates
_WinAPI_MAKELANGID Construct language id from a primary language id and a sublanguage id
_WinAPI_MAKELCID Construct locale id from a language id and a sort id
_WinAPI_MakeLong Returns a long int value from two int values
_WinAPI_MakeQWord Returns a QWORD value from two int values
_WinAPI_MakeWord Returns a WORD (16-bit) value from two BYTE (8-bit) values
_WinAPI_MapViewOfFile Maps a view of a file mapping into the address space of a calling process
_WinAPI_MapVirtualKey Translates a virtual-key code into a scan code or character value, or translates a scan code into a virtual-key code
_WinAPI_MaskBlt Combines the color data for the source and destination bitmaps using the specified mask and raster operation
_WinAPI_MessageBeep Plays a waveform sound
_WinAPI_MessageBoxCheck Displays a message box that gives the user the option of suppressing further occurrences
_WinAPI_MessageBoxIndirect Creates, displays, and operates a message box
_WinAPI_MirrorIcon Reverses (mirrors) icons so that they are displayed correctly on a mirrored device context
_WinAPI_ModifyWorldTransform Changes the world transformation for a device context using the specified mode
_WinAPI_MonitorFromPoint Retrieves a handle to the display monitor that contains a specified point
_WinAPI_MonitorFromRect Retrieves a handle to the display monitor that has the largest area of intersection with a specified rectangle
_WinAPI_MonitorFromWindow Retrieves a handle to the display monitor that has the largest area of intersection with the specified window
_WinAPI_Mouse_Event Synthesizes mouse motion and button clicks
_WinAPI_MoveFileEx Moves a file or directory, notifying the application of its progress through a callback function
_WinAPI_MoveMemory Moves a block of memory from one location to another
_WinAPI_MoveTo Updates the current position to the specified point
_WinAPI_MoveToEx Updates the current position to the specified point
_WinAPI_MoveWindow Changes the position and dimensions of the specified window
_WinAPI_MsgBox Displays a message box with wider margin than original
_WinAPI_MulDiv Multiplies two 32-bit values and then divides the 64-bit result by a third 32-bit value
_WinAPI_MultiByteToWideChar Maps a character string to a wide-character (Unicode) string
_WinAPI_MultiByteToWideCharEx Maps a character string to a wide-character (Unicode) string
_WinAPI_NtStatusToDosError Converts the specified NTSTATUS error code to its equivalent system error code
_WinAPI_OemToChar Converts a string from the OEM-defined character set into either an ANSI string
_WinAPI_OffsetClipRgn Moves the clipping region of a device context by the specified offsets
_WinAPI_OffsetPoints Moves a points from the array by the specified offsets
_WinAPI_OffsetRect Moves the specified rectangle by the specified offsets
_WinAPI_OffsetRgn Moves a region by the specified offsets
_WinAPI_OffsetWindowOrg Modifies the window origin for a device context using the specified horizontal and vertical offsets
_WinAPI_OpenDesktop Opens the specified desktop object
_WinAPI_OpenFileById Opens the file that matches the specified object identifier
_WinAPI_OpenFileDlg Creates a dialog box that lets the user specify the drive, directory, and the name of a file or set of files to be opened
_WinAPI_OpenFileMapping Opens a named file mapping object
_WinAPI_OpenIcon Restores a minimized (iconic) window to its previous size and position and activates the window
_WinAPI_OpenInputDesktop Opens the desktop that receives user input
_WinAPI_OpenJobObject Opens an existing job object
_WinAPI_OpenMutex Opens an existing named mutex object
_WinAPI_OpenProcess Returns a handle of an existing process object
_WinAPI_OpenProcessToken Opens the access token associated with a process
_WinAPI_OpenSemaphore Opens an existing named semaphore object
_WinAPI_OpenThemeData Opens the theme data for a window and its associated class
_WinAPI_OpenWindowStation Opens the specified window station
_WinAPI_PageSetupDlg Creates a Page Setup dialog box that enables the user to specify the attributes of a printed page
_WinAPI_PaintDesktop Fills the clipping region in the specified device context with the desktop pattern or wallpaper
_WinAPI_PaintRgn Paints the specified region by using the brush currently selected into the device context
_WinAPI_ParseURL Performs rudimentary parsing of a URL
_WinAPI_ParseUserName Extracts the domain and user account name from a fully qualified user name
_WinAPI_PatBlt Paints the specified rectangle using the brush that is currently selected into the specified device context
_WinAPI_PathAddBackslash Adds a backslash to the end of a string to create the correct syntax for a path
_WinAPI_PathAddExtension Adds a file name extension to a path string
_WinAPI_PathAppend Appends one path to the end of another
_WinAPI_PathBuildRoot Creates a root path from a given drive number
_WinAPI_PathCanonicalize Removes elements of a file path according to special strings inserted into that path
_WinAPI_PathCommonPrefix Compares two paths to determine if they share a common prefix
_WinAPI_PathCompactPath Truncates a file path to fit within a given pixel width by replacing path components with ellipses
_WinAPI_PathCompactPathEx Truncates a path to fit within a certain number of characters by replacing path components with ellipses
_WinAPI_PathCreateFromUrl Converts a file URL to a Microsoft MS-DOS path
_WinAPI_PathFindExtension Searches a path for an extension
_WinAPI_PathFindFileName Searches a path for a file name
_WinAPI_PathFindNextComponent Parses a path and returns the portion of that path that follows the first backslash
_WinAPI_PathFindOnPath Searchs for a file in the default system paths
_WinAPI_PathGetArgs Finds the command-line arguments within a given path
_WinAPI_PathGetCharType Determines the type of character in relation to a path
_WinAPI_PathGetDriveNumber Searches a path for a drive letter within the range of 'A' to 'Z' and returns the corresponding drive number
_WinAPI_PathIsContentType Determines if a file's registered content type matches the specified content type
_WinAPI_PathIsDirectory Verifies that a path is a valid directory
_WinAPI_PathIsDirectoryEmpty Determines whether a specified path is an empty directory
_WinAPI_PathIsExe Determines whether a file is an executable by examining the file extension
_WinAPI_PathIsFileSpec Searches a path for any path-delimiting characters
_WinAPI_PathIsLFNFileSpec Determines whether a file name is in long format
_WinAPI_PathIsRelative Searches a path and determines if it is relative
_WinAPI_PathIsRoot Parses a path to determine if it is a directory root
_WinAPI_PathIsSameRoot Compares two paths to determine if they have a common root component
_WinAPI_PathIsSystemFolder Determines if an existing folder contains the attributes that make it a system folder
_WinAPI_PathIsUNC Determines if the string is a valid Universal Naming Convention (UNC) for a server and share path
_WinAPI_PathIsUNCServer Determines if a string is a valid Universal Naming Convention (UNC) for a server path only
_WinAPI_PathIsUNCServerShare Determines if a string is a valid Universal Naming Convention (UNC) share path
_WinAPI_PathMakeSystemFolder Gives an existing folder the proper attributes to become a system folder
_WinAPI_PathMatchSpec Searches a string using a Microsoft MS-DOS wild card match type
_WinAPI_PathParseIconLocation Parses a file location string that contains a file location and icon index
_WinAPI_PathRelativePathTo Creates a relative path from one file or folder to another
_WinAPI_PathRemoveArgs Removes any arguments from a given path
_WinAPI_PathRemoveBackslash Removes the trailing backslash from a given path
_WinAPI_PathRemoveExtension Removes the file name extension from a path, if one is present
_WinAPI_PathRemoveFileSpec Removes the trailing file name and backslash from a path, if they are present
_WinAPI_PathRenameExtension Replaces the extension of a file name with a new extension
_WinAPI_PathSearchAndQualify Formats a path to the fully qualified path
_WinAPI_PathSkipRoot Parses a path, ignoring the drive letter or Universal Naming Convention (UNC) server/share path elements
_WinAPI_PathStripPath Removes the path portion of a fully qualified path and file
_WinAPI_PathStripToRoot Removes all parts of the path except for the root information
_WinAPI_PathToRegion Creates a region from the path that is selected into the specified device context
_WinAPI_PathUndecorate Removes the decoration from a path string
_WinAPI_PathUnExpandEnvStrings Replaces folder names in a fully-qualified path with their associated environment string
_WinAPI_PathUnmakeSystemFolder Removes the attributes from a folder that make it a system folder
_WinAPI_PathUnquoteSpaces Removes quotes from the beginning and end of a path
_WinAPI_PathYetAnotherMakeUniqueName Creates a unique filename based on an existing filename
_WinAPI_PickIconDlg Displays a dialog box that allows the user to choose an icon
_WinAPI_PlayEnhMetaFile Displays the picture stored in the specified enhanced-format metafile
_WinAPI_PlaySound Plays a sound specified by the given file name, resource, or system event
_WinAPI_PlgBlt Performs a bit-block transfer of color data from the specified rectangle in the source DC to the specified parallelogram in the DC context
_WinAPI_PointFromRect Returns the top/left coordinates of a $tagRECT as a $tagPOINT structure
_WinAPI_PolyBezier Draws one or more Bezier curves
_WinAPI_PolyBezierTo Draws one or more Bezier curves
_WinAPI_PolyDraw Draws a set of line segments and Bezier curves
_WinAPI_Polygon Draws a polygon consisting of two or more vertices connected by straight lines
_WinAPI_PostMessage Places a message in the message queue and then returns
_WinAPI_PrimaryLangId Extract primary language id from a language id
_WinAPI_PrintDlg Displays a Print dialog box
_WinAPI_PrintDlgEx Displays a Print property sheet that enables the user to specify the properties of a particular print job
_WinAPI_PrintWindow Copies a visual window into the specified device context
_WinAPI_ProgIDFromCLSID Retrieves the ProgID for a given CLSID
_WinAPI_PtInRect Determines whether the specified point lies within the specified rectangle
_WinAPI_PtInRectEx Determines whether the specified point lies within the specified rectangle
_WinAPI_PtInRegion Determines whether the specified point is inside the specified region
_WinAPI_PtVisible Determines whether the specified point is within the clipping region
_WinAPI_QueryDosDevice Retrieves the current mapping for a particular MS-DOS device name
_WinAPI_QueryInformationJobObject Retrieves limit and job state information from the job object
_WinAPI_QueryPerformanceCounter Retrieves the current value of the high-resolution performance counter
_WinAPI_QueryPerformanceFrequency Retrieves the frequency of the high-resolution performance counter
_WinAPI_RadialGradientFill Fills radial gradient
_WinAPI_ReadDirectoryChanges Retrieves information that describes the changes within the specified directory
_WinAPI_ReadFile Reads data from a file
_WinAPI_ReadProcessMemory Reads memory in a specified process
_WinAPI_Rectangle Draws a rectangle
_WinAPI_RectInRegion Determines whether any part of the specified rectangle is within the boundaries of a region
_WinAPI_RectIsEmpty Determins whether a rectangle is empty
_WinAPI_RectVisible Determines whether any part of the specified rectangle lies within the clipping region
_WinAPI_RedrawWindow Updates the specified rectangle or region in a window's client area
_WinAPI_RegCloseKey Closes a handle to the specified registry key
_WinAPI_RegConnectRegistry Establishes a connection to a predefined registry key on another computer
_WinAPI_RegCopyTree Recursively copies the subkeys and values of the source subkey to the destination key
_WinAPI_RegCopyTreeEx Copies the specified registry key, along with its values and subkeys, to the specified destination key
_WinAPI_RegCreateKey Creates the specified registry key
_WinAPI_RegDeleteEmptyKey Deletes an empty key
_WinAPI_RegDeleteKey Deletes a subkey and its values
_WinAPI_RegDeleteKeyValue Removes the specified value from the specified registry key and subkey
_WinAPI_RegDeleteTree Deletes a subkey and all its descendants
_WinAPI_RegDeleteTreeEx Deletes the subkeys and values of the specified key recursively
_WinAPI_RegDeleteValue Removes a named value from the specified registry key
_WinAPI_RegDisableReflectionKey Disables registry reflection for the specified key
_WinAPI_RegDuplicateHKey Duplicates a registry key's handle
_WinAPI_RegEnableReflectionKey Restores registry reflection for the specified disabled key
_WinAPI_RegEnumKey Enumerates the subkeys of the specified open registry key
_WinAPI_RegEnumValue Enumerates the values for the specified open registry key
_WinAPI_RegFlushKey Writes all the attributes of the specified open registry key into the registry
_WinAPI_RegisterApplicationRestart Registers the active instance of an application for restart
_WinAPI_RegisterClass Registers a window class
_WinAPI_RegisterClassEx Registers a window class
_WinAPI_RegisterHotKey Defines a system-wide hot key
_WinAPI_RegisterPowerSettingNotification Registers the application to receive power setting notifications for the specific power setting event
_WinAPI_RegisterRawInputDevices Registers the devices that supply the raw input data
_WinAPI_RegisterShellHookWindow Registers a specified Shell window to receive certain messages for events or notifications
_WinAPI_RegisterWindowMessage Defines a new window message that is guaranteed to be unique throughout the system
_WinAPI_RegLoadMUIString Loads the specified string from the specified key and subkey
_WinAPI_RegNotifyChangeKeyValue Notifies the caller about changes to the attributes or contents of a specified registry key
_WinAPI_RegOpenKey Opens the specified registry key
_WinAPI_RegQueryInfoKey Retrieves information about the specified registry key
_WinAPI_RegQueryLastWriteTime Retrieves information about the last write time to the specified registry key
_WinAPI_RegQueryMultipleValues Retrieves the type and data for a list of value names associated with an open registry key
_WinAPI_RegQueryReflectionKey Determines whether reflection has been disabled or enabled for the specified key
_WinAPI_RegQueryValue Retrieves the type and data for the specified value name associated with an open registry key
_WinAPI_RegRestoreKey Reads the registry information in a specified file and copies it over the specified key
_WinAPI_RegSaveKey Saves the specified key and all of its subkeys and values to a new file, in the standard format
_WinAPI_RegSetValue Sets the data and type of a specified value under a registry key
_WinAPI_ReleaseCapture Releases the mouse capture from a window in the current thread and restores normal mouse input processing
_WinAPI_ReleaseDC Releases a device context
_WinAPI_ReleaseMutex Releases ownership of the specified mutex object
_WinAPI_ReleaseSemaphore Increases the count of the specified semaphore object by a specified amount
_WinAPI_ReleaseStream Releases a stream object
_WinAPI_RemoveClipboardFormatListener Removes the given window from the system-maintained clipboard format listener list
_WinAPI_RemoveDirectory Deletes an existing empty directory
_WinAPI_RemoveFontMemResourceEx Removes the fonts added from a memory image
_WinAPI_RemoveFontResourceEx Removes the fonts in the specified file from the system font table
_WinAPI_RemoveWindowSubclass Removes a subclass callback from a window
_WinAPI_ReOpenFile Reopens the specified file system object with different access rights, sharing mode, and flags
_WinAPI_ReplaceFile Replaces one file with another file, and creates a backup copy of the original file
_WinAPI_ReplaceTextDlg Creates a system-defined modeless dialog box that lets the user specify a string to search for and a replacement string
_WinAPI_ResetEvent Sets the specified event object to the nonsignaled state
_WinAPI_RestartDlg Displays a dialog box that prompts the user to restart Microsoft Windows
_WinAPI_RestoreDC Restores a device context (DC) to the specified state
_WinAPI_RGB Creates a RGB color value based on red, green, and blue components
_WinAPI_RotatePoints Rotates a points from the array by the specified angle
_WinAPI_RoundRect Draws a rectangle with rounded corners
_WinAPI_SaveDC Saves the current state of the specified device context (DC) by copying data describing selected objects and graphic modes to a context stack
_WinAPI_SaveFileDlg Creates a dialog box that lets the user specify the drive, directory, and name of a file to save
_WinAPI_SaveHBITMAPToFile Saves a specified bitmap to the specified bitmap (.bmp) file
_WinAPI_SaveHICONToFile Saves a specified single or multiple icon (HICON) to the specified icon (.ico) file
_WinAPI_ScaleWindowExt Modifies the window for a device context using the ratios formed by the specified multiplicands and divisors
_WinAPI_ScreenToClient Converts screen coordinates of a specified point on the screen to client coordinates
_WinAPI_SearchPath Searches for a specified file in a specified path
_WinAPI_SelectClipPath Selects the current path as a clipping region, combining the new region with any existing clipping region
_WinAPI_SelectClipRgn Selects a region as the current clipping region for the specified device context
_WinAPI_SelectObject Selects an object into the specified device context
_WinAPI_SendMessageTimeout Sends the specified message to one of more windows
_WinAPI_SetActiveWindow Activates the specified window
_WinAPI_SetArcDirection Sets the drawing arc direction
_WinAPI_SetBitmapBits Sets the bits of color data for a bitmap to the specified values
_WinAPI_SetBitmapDimensionEx Assigns preferred dimensions to a compatible bitmap
_WinAPI_SetBkColor Sets the current background color to the specified color value
_WinAPI_SetBkMode Sets the background mix mode of the specified device context
_WinAPI_SetBoundsRect Controls the accumulation of bounding rectangle information for the specified device context
_WinAPI_SetBrushOrg Sets the brush origin that GDI assigns to the next brush an application selects into the specified device context
_WinAPI_SetCapture Sets the mouse capture to the specified window belonging to the current thread
_WinAPI_SetCaretBlinkTime Sets the caret blink time
_WinAPI_SetCaretPos Moves the caret to the specified coordinates
_WinAPI_SetClassLongEx Replaces the specified value into the specified window belongs
_WinAPI_SetColorAdjustment Sets the color adjustment for a device context (DC)
_WinAPI_SetCompression Sets the compression state of a file or directory
_WinAPI_SetCurrentDirectory Changes the current directory for the current process
_WinAPI_SetCurrentProcessExplicitAppUserModelID Specifies a unique application-defined Application User Model ID that identifies the current process to the taskbar
_WinAPI_SetCursor Establishes the cursor shape
_WinAPI_SetDCBrushColor Sets the current device context (DC) brush color to the specified color value
_WinAPI_SetDCPenColor Sets the current device context (DC) pen color to the specified color value
_WinAPI_SetDefaultPrinter Sets the default printer for the current user on the local computer
_WinAPI_SetDeviceGammaRamp Sets the gamma ramp on direct color display boards that support downloadable gamma ramps in hardware
_WinAPI_SetDIBColorTable Sets RGB color table in the DIB section bitmap
_WinAPI_SetDIBits Sets the pixels in a compatible bitmap using the color data found in a DIB
_WinAPI_SetDIBitsToDevice Sets the pixels in the specified rectangle on the device
_WinAPI_SetDllDirectory Adds a directory to the search path used to locate DLLs for the application
_WinAPI_SetEndOfFile Sets the physical file size for the specified file to the current position of the file pointer
_WinAPI_SetEnhMetaFileBits Creates a memory-based enhanced-format metafile from the specified data
_WinAPI_SetErrorMode Controls whether the system will handle the specified types of serious errors or whether the process will handle them
_WinAPI_SetEvent Sets the specified event object to the signaled state
_WinAPI_SetFileAttributes Sets the attributes for a file or directory
_WinAPI_SetFileInformationByHandleEx Sets the file information for the specified file
_WinAPI_SetFilePointer Moves the file pointer of the specified file
_WinAPI_SetFilePointerEx Moves the file pointer of the specified file
_WinAPI_SetFileShortName Sets the short name for the specified file
_WinAPI_SetFileValidData Sets the valid data length of the specified file
_WinAPI_SetFocus Sets the keyboard focus to the specified window
_WinAPI_SetFont Sets a window font
_WinAPI_SetForegroundWindow Puts the specified window into the foreground and activates its
_WinAPI_SetFRBuffer Sets the size of the internal buffer that used the _WinAPI_FindTextDlg() and _WinAPI_ReplaceTextDlg() functions
_WinAPI_SetGraphicsMode Sets the graphics mode for the specified device context
_WinAPI_SetHandleInformation Sets certain properties of an object handle
_WinAPI_SetInformationJobObject Sets limits for a job object
_WinAPI_SetKeyboardLayout Sets an input locale identifier to the specified window
_WinAPI_SetKeyboardState Copies a 256-byte array of keyboard key states into the calling process's keyboard input-state table
_WinAPI_SetLastError Sets the last-error code for the calling thread
_WinAPI_SetLayeredWindowAttributes Sets Layered Window Attributes
_WinAPI_SetLocaleInfo Sets an item of information in the user override portion of the current locale
_WinAPI_SetMapMode Sets the mapping mode of the specified device context
_WinAPI_SetMessageExtraInfo Sets the extra message information for the current thread
_WinAPI_SetParent Changes the parent window of the specified child window
_WinAPI_SetPixel Sets the pixel at the specified coordinates to the specified color
_WinAPI_SetPolyFillMode Sets the polygon fill mode for functions that fill polygons
_WinAPI_SetPriorityClass Sets the priority class for the specified process
_WinAPI_SetProcessAffinityMask Sets a processor affinity mask for the threads of a specified process
_WinAPI_SetProcessShutdownParameters Sets a shutdown order for a process relative to the other processes in the system
_WinAPI_SetProcessWindowStation Assigns the specified window station to the calling process
_WinAPI_SetRectRgn Converts a region into a rectangular region with the specified coordinates
_WinAPI_SetROP2 Retrieves the foreground mix mode of the specified device context
_WinAPI_SetSearchPathMode Sets the per-process mode that the _WinAPI_SearchPath() function uses when locating files
_WinAPI_SetStretchBltMode Sets the bitmap stretching mode in the specified device context
_WinAPI_SetSysColors Obtains information about the display devices in a system
_WinAPI_SetSystemCursor Enables an application to customize the system cursors
_WinAPI_SetTextAlign Sets the text-alignment flags for the specified device context
_WinAPI_SetTextCharacterExtra Sets the intercharacter spacing for the specified device context
_WinAPI_SetTextColor Sets the current text color to the specified color value
_WinAPI_SetTextJustification Specifies the amount of space the system should add to the break characters in a string of text
_WinAPI_SetThemeAppProperties Sets the flags that determine how visual styles are implemented in the calling application
_WinAPI_SetThreadDesktop Assigns the specified desktop to the calling thread
_WinAPI_SetThreadErrorMode Controls whether the system will handle the specified types of serious errors or whether the calling thread will handle them
_WinAPI_SetThreadExecutionState Prevents the system from entering sleep or turning off the display while the current application is running
_WinAPI_SetThreadLocale Sets the current locale of the calling thread
_WinAPI_SetThreadUILanguage Sets the user interface language for the current thread
_WinAPI_SetTimer Creates a timer with the specified time-out value
_WinAPI_SetUDFColorMode Sets the color mode for the WinAPIEx library
_WinAPI_SetUserGeoID Sets the geographical location identifier for the user
_WinAPI_SetUserObjectInformation Sets information about the specified window station or desktop object
_WinAPI_SetVolumeMountPoint Associates a volume with a drive letter or a directory on another volume
_WinAPI_SetWindowDisplayAffinity Stores the display affinity setting in kernel mode on the specified window
_WinAPI_SetWindowExt Sets the horizontal and vertical extents of the window for a device context by using the specified values
_WinAPI_SetWindowLong Sets information about the specified window
_WinAPI_SetWindowOrg Specifies which window point maps to the viewport origin (0,0)
_WinAPI_SetWindowPlacement Sets the placement of the window for Min, Max, and normal positions
_WinAPI_SetWindowPos Changes the size, position, and Z order of a child, pop-up, or top-level window
_WinAPI_SetWindowRgn Sets the window region of a window
_WinAPI_SetWindowsHookEx Installs an application-defined hook procedure into a hook chain
_WinAPI_SetWindowSubclass Installs or updates a window subclass callback
_WinAPI_SetWindowText Changes the text of the specified window's title bar
_WinAPI_SetWindowTheme Causes a window to use a different set of visual style information than its class normally uses
_WinAPI_SetWinEventHook Sets an event hook function for a range of events
_WinAPI_SetWorldTransform Sets a two-dimensional linear transformation between world space and page space for the specified device context
_WinAPI_SfcIsFileProtected Determines whether the specified file is protected
_WinAPI_SfcIsKeyProtected Determines whether the specified registry key is protected
_WinAPI_ShellAboutDlg Displays a Windows About dialog box
_WinAPI_ShellAddToRecentDocs Adds a file to the most recently and frequently item list
_WinAPI_ShellChangeNotify Notifies the system of an event that an application has performed
_WinAPI_ShellChangeNotifyDeregister Unregisters the client's window
_WinAPI_ShellChangeNotifyRegister Registers a window to receive notifications from the file system or Shell
_WinAPI_ShellCreateDirectory Creates a new file system folder
_WinAPI_ShellEmptyRecycleBin Empties the Recycle Bin on the specified drive
_WinAPI_ShellExecute Performs an operation on a specified file
_WinAPI_ShellExecuteEx Performs an operation on a specified file
_WinAPI_ShellExtractAssociatedIcon Returns a handle to the icon that associated with the specified file's
_WinAPI_ShellExtractIcon Extracts the icon with the specified dimension from the specified file
_WinAPI_ShellFileOperation Copies, moves, renames, or deletes a file system object
_WinAPI_ShellFlushSFCache Flushes the special folder cache
_WinAPI_ShellGetFileInfo Retrieves information about an object in the file system
_WinAPI_ShellGetIconOverlayIndex Retrieves the index of the overlay icon in the system image list
_WinAPI_ShellGetImageList Retrieves the system image list for small or large icons
_WinAPI_ShellGetKnownFolderIDList Retrieves the path of a known folder as an ITEMIDLIST structure
_WinAPI_ShellGetKnownFolderPath Retrieves the full path of a known folder identified
_WinAPI_ShellGetLocalizedName Retrieves the localized name of a file in a Shell folder
_WinAPI_ShellGetPathFromIDList Converts an item identifier list to a file system path
_WinAPI_ShellGetSetFolderCustomSettings Sets or retrieves custom folder settings
_WinAPI_ShellGetSettings Retrieves Shell state settings
_WinAPI_ShellGetSpecialFolderLocation Retrieves a pointer to the ITEMIDLIST structure (PIDL) of a special folder
_WinAPI_ShellGetSpecialFolderPath Retrieves the path of a special folder
_WinAPI_ShellGetStockIconInfo Retrieves information about system-defined Shell icons
_WinAPI_ShellILCreateFromPath Creates a pointer to an item identifier list (PIDL) from a path
_WinAPI_ShellNotifyIcon Sends a message to the taskbar's status area
_WinAPI_ShellNotifyIconGetRect Gets the screen coordinates of the bounding rectangle of a notification icon
_WinAPI_ShellObjectProperties Invokes the Properties context menu command on a Shell object
_WinAPI_ShellOpenFolderAndSelectItems Opens a Windows Explorer window with specified items in a particular folder selected
_WinAPI_ShellOpenWithDlg Displays the Open With dialog box
_WinAPI_ShellQueryRecycleBin Retrieves the size of the Recycle Bin and the number of items in it, for a specified drive
_WinAPI_ShellQueryUserNotificationState Checks the state of the computer for the current user
_WinAPI_ShellRemoveLocalizedName Removes the localized name of a file in a Shell folder
_WinAPI_ShellRestricted Determines whether a specified administrator policy is in effect
_WinAPI_ShellSetKnownFolderPath Redirects a known folder to a new location
_WinAPI_ShellSetLocalizedName Sets the localized name of a file in a Shell folder
_WinAPI_ShellSetSettings Sets Shell state settings
_WinAPI_ShellStartNetConnectionDlg Displays a general browsing dialog box for a network resource connection
_WinAPI_ShellUpdateImage Notifies the Shell that an image in the system image list has changed
_WinAPI_ShellUserAuthenticationDlg Creates and displays a configurable dialog box that accepts credentials information from a user
_WinAPI_ShellUserAuthenticationDlgEx Creates and displays a configurable dialog box that accepts credentials information from a user
_WinAPI_ShortToWord Converts a value of type SHORT to a value of type WORD
_WinAPI_ShowCaret Makes the caret visible on the screen at the caret's current position
_WinAPI_ShowCursor Displays or hides the cursor
_WinAPI_ShowError Displays an error message box with an optional exit
_WinAPI_ShowLastError Shows the last error code and message
_WinAPI_ShowMsg Displays an "Information" message box
_WinAPI_ShowOwnedPopups Shows or hides all pop-up windows owned by the specified window
_WinAPI_ShowWindow Sets the specified window's show state
_WinAPI_ShutdownBlockReasonCreate Indicates that the system cannot be shut down and sets a reason string to be displayed to the user if system shutdown is initiated
_WinAPI_ShutdownBlockReasonDestroy Indicates that the system can be shut down and frees the reason string
_WinAPI_ShutdownBlockReasonQuery Retrieves the reason string set by the _WinAPI_ShutdownBlockReasonCreate() function
_WinAPI_SizeOfResource Returns the size, in bytes, of the specified resource
_WinAPI_StretchBlt Copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle
_WinAPI_StretchDIBits Copies the color data for a rectangle of pixels in a DIB, JPEG, or PNG image to the specified destination rectangle, stretching or compressing the rows and columns by using the specified raster operation
_WinAPI_StrFormatByteSize Converts a numeric value into a string that represents the number expressed as a size value in bytes, kilobytes, megabytes, or gigabytes
_WinAPI_StrFormatByteSizeEx Converts a numeric value into a string that represents the number expressed as separated groups of digits to the left of the decimal
_WinAPI_StrFormatKBSize Converts a numeric value into a string that represents the number expressed as a size value in kilobytes
_WinAPI_StrFromTimeInterval Converts a time interval to a string
_WinAPI_StringFromGUID Converts a binary GUID to string form
_WinAPI_StringLenA Calculates the size of ANSI string
_WinAPI_StringLenW Calculates the size of wide string
_WinAPI_StrLen Returns the length of the specified string
_WinAPI_StrokeAndFillPath Closes any open figures in a path, strokes the outline of the path, and fills its interior
_WinAPI_StrokePath Renders the specified path by using the current pen
_WinAPI_StructToArray Converts the structure to the array of strings
_WinAPI_SubLangId Extract sublanguage id from a language id
_WinAPI_SubtractRect Determines the coordinates of a rectangle formed by subtracting one rectangle from another
_WinAPI_SwapDWord Converts a ULONG from little-endian to big-endian, and vice versa
_WinAPI_SwapQWord Converts a ULONGLONG from little-endian to big-endian, and vice versa
_WinAPI_SwapWord Converts a USHORT from little-endian to big-endian, and vice versa
_WinAPI_SwitchColor Converts a color from BGR to RGB and vice versa
_WinAPI_SwitchDesktop Makes the specified desktop visible and activates it
_WinAPI_SwitchToThisWindow Switches the focus to a specified window and bring it to the foreground
_WinAPI_SystemParametersInfo Retrieves or sets the value of one of the system-wide parameters
_WinAPI_TabbedTextOut Writes a character string at a specified location and expanding tabs to the specified tab-stop positions
_WinAPI_TerminateJobObject Terminates all processes currently associated with the job
_WinAPI_TerminateProcess Terminates the specified process and all of its threads
_WinAPI_TextOut Writes a string at the specified location, using the currently selected font, background color, and text color
_WinAPI_TileWindows Tiles the specified child windows of the specified parent window
_WinAPI_TrackMouseEvent Posts messages when the mouse pointer leaves a window or hovers over a window for a specified amount of time
_WinAPI_TransparentBlt Performs a bit-block transfer of the color data corresponding to a rectangle of pixels
_WinAPI_TwipsPerPixelX Returns the width of a pixel, in twips
_WinAPI_TwipsPerPixelY Returns the height of a pixel, in twips
_WinAPI_UnhookWindowsHookEx Removes a hook procedure installed in a hook chain by the _WinAPI_SetWindowsHookEx function
_WinAPI_UnhookWinEvent Removes an event hook function
_WinAPI_UnionRect Creates the union of two rectangles
_WinAPI_UnionStruct Creates the structure of two structures
_WinAPI_UniqueHardwareID Generates a unique hardware identifier (ID) for local computer
_WinAPI_UnloadKeyboardLayout Unloads an input locale identifier
_WinAPI_UnlockFile Unlocks a region in an open file
_WinAPI_UnmapViewOfFile Unmaps a mapped view of a file from the calling process's address space
_WinAPI_UnregisterApplicationRestart Removes the active instance of an application from the restart list
_WinAPI_UnregisterClass Unregisters a window class, freeing the memory required for the class
_WinAPI_UnregisterHotKey Frees a hot key previously registered by the calling thread
_WinAPI_UnregisterPowerSettingNotification Unregisters the power setting notification
_WinAPI_UpdateLayeredWindow Updates the position, size, shape, content, and translucency of a layered window
_WinAPI_UpdateLayeredWindowEx Updates a bitmap translucency of a layered window
_WinAPI_UpdateLayeredWindowIndirect Updates the position, size, shape, content, and translucency of a layered window
_WinAPI_UpdateResource Adds, deletes, or replaces a resource in a portable executable (PE) file
_WinAPI_UpdateWindow Updates the client area of a window by sending a WM_PAINT message to the window
_WinAPI_UrlApplyScheme Determines a scheme for a specified URL string, and returns a string with an appropriate prefix
_WinAPI_UrlCanonicalize Converts a URL string into canonical form
_WinAPI_UrlCombine Combines the base an relative URLs in canonical form
_WinAPI_UrlCompare Makes a case-sensitive comparison of two URL strings
_WinAPI_UrlCreateFromPath Converts a Microsoft MS-DOS path to a canonicalized URL
_WinAPI_UrlFixup Attempts to correct a URL whose protocol identifier is incorrect
_WinAPI_UrlGetPart Retrieves a specified part from the URL
_WinAPI_UrlHash Hashes a URL string
_WinAPI_UrlIs Tests whether or not a URL is a specified type
_WinAPI_UserHandleGrantAccess Grants or denies access to a handle to a User object to a job that has a user-interface restriction
_WinAPI_ValidateRect Removes a rectangle from the current update region of the specified window
_WinAPI_ValidateRgn Removes a region from the current update region of the specified window
_WinAPI_VerQueryRoot Retrieves the fixed version information from the specified version-information resource
_WinAPI_VerQueryValue Retrieves the non-fixed (strings) version information from the specified version-information resource
_WinAPI_VerQueryValueEx Retrieves the text information from the version-information resource of the specified binary module
_WinAPI_WaitForInputIdle Waits until a process is waiting for user input with no input pending, or a time out
_WinAPI_WaitForMultipleObjects Waits until one or all of the specified objects are in the signaled state
_WinAPI_WaitForSingleObject Waits until the specified object is in the signaled state
_WinAPI_WideCharToMultiByte Converts a UTF-16 (wide character) string to a multibyte string
_WinAPI_WidenPath Redefines the current path as the area that would be painted if the path were stroked
_WinAPI_WindowFromDC Retrieves a handle to the window associated with the specified display device context (DC)
_WinAPI_WindowFromPoint Retrieves the handle of the window that contains the specified point
_WinAPI_WordToShort Converts a value of type WORD to a value of type SHORT
_WinAPI_Wow64EnableWow64FsRedirection Enables or disables file system redirection for the calling thread
_WinAPI_WriteConsole Writes a character string to a console screen buffer
_WinAPI_WriteFile Writes data to a file at the position specified by the file pointer
_WinAPI_WriteProcessMemory Writes memory in a specified process
_WinAPI_ZeroMemory Fills a block of memory with zeros
_WinNet_AddConnection Connects a local device to a network resource
_WinNet_AddConnection2 Connects a local device to a network resource
_WinNet_AddConnection3 Connects a local device to a network resource
_WinNet_CancelConnection Cancels an existing network connection
_WinNet_CancelConnection2 Cancels an existing network connection
_WinNet_CloseEnum Ends a network resource enumeration started by a call to _WinNet_OpenEnum()
_WinNet_ConnectionDialog Starts a general browsing dialog box for connecting to network resources
_WinNet_ConnectionDialog1 Starts a general browsing dialog box for connecting to network resources
_WinNet_DisconnectDialog Starts a general browsing dialog box for disconnecting from network resources
_WinNet_DisconnectDialog1 Starts a general browsing dialog box for disconnecting from network resources
_WinNet_EnumResource Continues an enumeration of network resources
_WinNet_GetConnection Retrieves the name of the network resource associated with a local device
_WinNet_GetConnectionPerformance Returns information about the performance of a network connection resource
_WinNet_GetLastError Retrieves the most recent extended error
_WinNet_GetNetworkInformation Returns extended information about a specific network provider
_WinNet_GetProviderName Obtains the provider name for a specific type of network
_WinNet_GetResourceInformation Identifies the network provider that owns the resource
_WinNet_GetResourceParent Returns the parent of a network resource in the network browse hierarchy
_WinNet_GetUniversalName Converts drived based path to universal form
_WinNet_GetUser Retrieves the default user name, or the user name used to establish a connection
_WinNet_OpenEnum Starts an enumeration of network resources or existing connections
_WinNet_RestoreConnection Restores the connection to a network resource
_WinNet_UseConnection Connects a local device to a network resource
_Word_Create Connects to an existing Word instance or creates a new Word application object
_Word_DocAdd Adds a new or empty document to the specified Word application
_Word_DocAttach Attaches to the first instance of a Word document where the search string matches based on the selected mode
_Word_DocClose Closes the specified Word document
_Word_DocExport Exports the document or a range as PDF or XPS
_Word_DocFind Runs or repeats the specified find operation
_Word_DocFindReplace Runs the specified find and replace operation
_Word_DocGet Returns a collection object containing all documents or an object for a single document
_Word_DocLinkAdd Adds a hyperlink to the document
_Word_DocLinkGet Returns a collection object containing all links in the document or a single link object
_Word_DocOpen Opens a Word document
_Word_DocPictureAdd Adds a picture to the document
_Word_DocPrint Prints all or parts of the specified document
_Word_DocRangeSet Sets or modifies a range in a document
_Word_DocSave Saves the specified Word document
_Word_DocSaveAs Saves the specified Word document with a new name or format
_Word_DocTableRead Reads a Word table and returns the content as a two-dimensional array
_Word_DocTableWrite Writes a one or two dimensional array to a Word table
_Word_Quit Closes all documents, the Word application and removes the object reference to it