Records 1 to 20 of 27
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
27 API Function starting with letter E
Sort: Top 50 API | Top 50 Rated Rated API
EnumDisplaySettingsThe EnumDisplaySettings function obtains information about one of a display device’s graphics modes. You can obtain information for all of a display device’s graphics modes by making a series of calls to this function....Hits: 2601 Rating: (2.92) votes 342
Category: Display EnumDisplayDevicesThe EnumDisplayDevices function lets you obtain information about the display devices in a system....Hits: 2164 Rating: (3.05) votes 390
Category: Display EnumDesktopsThe EnumDesktops function enumerates all desktops in the window station assigned to the calling process. The function does so by passing the name of each desktop, in turn, to an application-defined callback function....Hits: 2426 Rating: (2.97) votes 614
Category: Display EnumFontFamiliesExThe EnumFontFamiliesEx function enumerates all fonts in the system that match the font characteristics specified by the LOGFONT structure. EnumFontFamiliesEx enumerates fonts based on typeface name, character set, or both....Hits: 2524 Rating: (3.10) votes 450
Category: Font EnumFontFamiliesThe EnumFontFamilies function enumerates the fonts in a specified font family that are available on a specified device. This function supersedes the EnumFonts function....Hits: 1799 Rating: (2.84) votes 332
Category: Font EnumPortsThe EnumPorts function enumerates the ports that are available for printing on a specified server...Hits: 3196 Rating: (2.99) votes 427
Category: Ports EnumJobsThe EnumJobs function retrieves information about a specified set of print jobs for a specified printer....Hits: 3493 Rating: (3.51) votes 503
Category: Printer EnumResourceNamesThe EnumResourceNames function searches a module for each resource of the specified type and passes the name of each resource it locates to an application-defined callback function....Hits: 2423 Rating: (3.05) votes 276
Category: DLL EnumThreadWindowsEnumThreadWindows enumerates and provides handles to all of the windows owned and controlled by a given thread. (Note that these windows include many windows not visible to the user.) Each time a window is located, the function passes that handle to a program-defined callback function (see below). T...Hits: 2321 Rating: (3.00) votes 373
Category: Window EllipseEllipse draws an ellipse on a device. The two coordinate pairs passed to the function are not part of the ellipse itself, but define its bounding rectangle. The bounding rectangle is the smallest possible rectangle containing the ellipse. The ellipse is drawn using the device's current drawing color...Hits: 2228 Rating: (3.02) votes 664
Category: Ellipse EnumWindowsEnumWindows enumerates and provides handles to all of the currently open top-level windows. This function will ignore child windows. (Note that the top-level windows include many windows not visible to the user.) Each time a window is located, the function passes that handle to a program-defined ca...Hits: 4407 Rating: (2.99) votes 399
Category: Window ExitProcessThe ExitProcess function ends a process and all its threads....Hits: 2725 Rating: (3.07) votes 510
Category: Process EndPathThe EndPath function closes a path bracket and selects the path defined by the bracket into the specified device context....Hits: 1674 Rating: (2.92) votes 373
Category: Device EnumChildWindowsEnumChildWindows enumerates and provides handles to all of the child windows of a given window. This function will also enumerate any children of the child windows. Each time a child window is located, the function passes that handle to a program-defined callback function (see below). The function c...Hits: 4018 Rating: (2.99) votes 385
Category: Window ExtTextOutThe ExtTextOut function draws a character string by using the currently selected font. An optional rectangle may be provided, to be used for clipping, opaquing, or both....Hits: 2432 Rating: (3.07) votes 455
Category: Text EqualRectEqualRect determines if two rectangles are equal. Rectangles are considered equal if and only if the upper-left and lower-right corners (the points that define the rectangles) of one rectangle are equal to those of another. The function returns 1 if the two rectangles are equal and 0 if they are u...Hits: 1281 Rating: (3.08) votes 279
Category: Rectangle EscapeThe Escape function allows applications to access capabilities of a particular device not directly available through GDI. Escape calls made by an application are translated and sent to the driver...Hits: 2442 Rating: (3.07) votes 462
Category: Application ExitWindowsExExitWindowsEx shuts down or reboots the user's computer. Of course, since the shutdown/reboot process will begin once the function is called, there won't normally be much left for your program to do. The function returns 0 if an error occured, or 1 if successful....Hits: 2596 Rating: (3.23) votes 499
Category: System EnableWindowEnableWindow enables or disables a window. If a window is disabled, it cannot receive the focus and will ignore any attempted input. Some types of windows, such as buttons and other controls, will appear grayed when disabled, although any window can be enabled or disabled. The function returns 0 if ...Hits: 1804 Rating: (2.90) votes 208
Category: Window EndDocThe EndDoc function ends a print job. This function replaces the ENDDOC printer escape. ...Hits: 1484 Rating: (2.95) votes 219
Category: Printer
Records 1 to 20 of 27
|