Saturday, November 21, 2009
 
 
 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
Search Freeware
Search Links

API Name A-Z  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z

27 API Function starting with letter E

EnumDisplaySettings

The 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: EnumDisplaySettings has been rated  2.92 by  342 users (2.92) votes 342
Category: Display

EnumDisplayDevices

The EnumDisplayDevices function lets you obtain information about the display devices in a system....
Hits: 2164 Rating: EnumDisplayDevices has been rated  3.05 by  390 users (3.05) votes 390
Category: Display

EnumDesktops

The 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: EnumDesktops has been rated  2.97 by  614 users (2.97) votes 614
Category: Display

EnumFontFamiliesEx

The 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: EnumFontFamiliesEx has been rated  3.10 by  450 users (3.10) votes 450
Category: Font

EnumFontFamilies

The 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: EnumFontFamilies has been rated  2.84 by  332 users (2.84) votes 332
Category: Font

EnumPorts

The EnumPorts function enumerates the ports that are available for printing on a specified server...
Hits: 3196 Rating: EnumPorts has been rated  2.99 by  427 users (2.99) votes 427
Category: Ports

EnumJobs

The EnumJobs function retrieves information about a specified set of print jobs for a specified printer....
Hits: 3493 Rating: EnumJobs has been rated  3.51 by  503 users (3.51) votes 503
Category: Printer

EnumResourceNames

The 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: EnumResourceNames has been rated  3.05 by  276 users (3.05) votes 276
Category: DLL

EnumThreadWindows

EnumThreadWindows 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: EnumThreadWindows has been rated  3.00 by  373 users (3.00) votes 373
Category: Window

Ellipse

Ellipse 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: Ellipse has been rated  3.02 by  664 users (3.02) votes 664
Category: Ellipse

EnumWindows

EnumWindows 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: EnumWindows has been rated  2.99 by  399 users (2.99) votes 399
Category: Window

ExitProcess

The ExitProcess function ends a process and all its threads....
Hits: 2725 Rating: ExitProcess has been rated  3.07 by  510 users (3.07) votes 510
Category: Process

EndPath

The EndPath function closes a path bracket and selects the path defined by the bracket into the specified device context....
Hits: 1674 Rating: EndPath has been rated  2.92 by  373 users (2.92) votes 373
Category: Device

EnumChildWindows

EnumChildWindows 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: EnumChildWindows has been rated  2.99 by  385 users (2.99) votes 385
Category: Window

ExtTextOut

The 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: ExtTextOut has been rated  3.07 by  455 users (3.07) votes 455
Category: Text

EqualRect

EqualRect 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: EqualRect has been rated  3.08 by  279 users (3.08) votes 279
Category: Rectangle

Escape

The 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: Escape has been rated  3.07 by  462 users (3.07) votes 462
Category: Application

ExitWindowsEx

ExitWindowsEx 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: ExitWindowsEx has been rated  3.23 by  499 users (3.23) votes 499
Category: System

EnableWindow

EnableWindow 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: EnableWindow  has been rated  2.90 by  208 users (2.90) votes 208
Category: Window

EndDoc

The EndDoc function ends a print job. This function replaces the ENDDOC printer escape. ...
Hits: 1484 Rating: EndDoc has been rated  2.95 by  219 users (2.95) votes 219
Category: Printer
Records 1 to 20 of 27




HOME | ARTICLES | MUSIC | DOWNLOADS | LINK DIRECTORY |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2007 Ex-designz. All rights reserved. Website Developed By Dexter Zafra of Myasp-net.com
Link to us | Advertisement | Contact us | Privacy Policy | Terms of use | Accessibility