Records 1 to 20 of 37
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 |
37 API Function starting with letter D
Sort: Top 50 API | Top 50 Rated Rated API
DdeConnectThe DdeConnect function establishes a conversation with a server application that supports the specified service name and topic name pair. If more than one such server exists, the system selects only one....Hits: 2623 Rating: (3.07) votes 452
Category: DDE DrawTextThe DrawText function draws formatted text in the specified rectangle. It formats the text according to the specified method (expanding tabs, justifying characters, breaking lines, and so forth)....Hits: 2533 Rating: (2.96) votes 395
Category: Rectangle DeleteObjectDeleteObject deletes an object after the program has finished using it. These objects include bitmaps, brushes, fonts, palettes, pens, and regions. Of course the object should never be deleted until it is no longer in use by any devices (see the example for a demonstration). Deleting the object free...Hits: 1664 Rating: (3.00) votes 574
Category: Objects DrawEdgeThe DrawEdge function draws one or more edges of rectangle....Hits: 1766 Rating: (2.86) votes 540
Category: Rectangle DrawAnimatedRectsThe DrawAnimatedRects function draws a wire-frame rectangle and animates it to indicate the opening of an icon or the minimizing or maximizing of a window....Hits: 1945 Rating: (2.98) votes 802
Category: Rectangle DeleteUrlCacheEntryRemoves the file associated with the source name from the cache, if the file exists....Hits: 3948 Rating: (3.04) votes 671
Category: Internet DdeUninitializeThe DdeUninitialize function frees all Dynamic Data Exchange Management Library (DDEML) resources associated with the calling application....Hits: 2126 Rating: (2.94) votes 563
Category: DDE DdeNameServiceThe DdeNameService function registers or unregisters the service names a dynamic data exchange (DDE) server supports. This function causes the system to send XTYP_REGISTER or XTYP_UNREGISTER transactions to other running Dynamic Data Exchange Management Library (DDEML) client applications....Hits: 1909 Rating: (2.91) votes 408
Category: DDE DeleteDCDeleteDC destroys a device context (DC) which was created by CreateDC. Your program should delete a device context once it has finished using it in order to conserve resources. Do not use this function to close a device context gotten from GetDC -- for those, use ReleaseDC instead. ...Hits: 1736 Rating: (3.02) votes 397
Category: Device DispatchMessageThe DispatchMessage function dispatches a message to a window procedure. It is typically used to dispatch a message retrieved by the GetMessage function....Hits: 1919 Rating: (2.90) votes 332
Category: System DrawFrameControlThe DrawFrameControl function draws a frame control of the specified type and style....Hits: 1720 Rating: (3.09) votes 435
Category: Rectangle DrawStateThe DrawState function displays an image and applies a visual effect to indicate a state, such as a disabled or default state....Hits: 2038 Rating: (3.06) votes 705
Category: Bitmap DefMDIChildProcThe DefMDIChildProc function provides default processing for any window message that the window procedure of a multiple document interface (MDI) child window does not process. A window message not processed by the window procedure must be passed to the DefMDIChildProc function, not to the DefWindowP...Hits: 1615 Rating: (2.90) votes 239
Category: Window DdeInitializeThe DdeInitialize function registers an application with the Dynamic Data Exchange Management Library (DDEML). An application must call this function before calling any other DDEML function....Hits: 2776 Rating: (3.12) votes 367
Category: DDE DdeFreeStringHandleThe DdeFreeStringHandle function frees a string handle in the calling application....Hits: 1489 Rating: (2.82) votes 395
Category: DDE DeviceIoControlThe DeviceIoControl function sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation....Hits: 3307 Rating: (2.86) votes 273
Category: Device DeviceCapabilitiesThe DeviceCapabilities function retrieves the capabilities of a printer device driver....Hits: 3349 Rating: (2.96) votes 1083
Category: Printer DllRegisterServerThe DllRegisterServer function adds entries associated with a Cluster Administrator extension DLL to the system registry. Client-side registration must be done on each machine on which the Cluster Administrator program is executed....Hits: 2637 Rating: (3.06) votes 463
Category: DLL DEVMODE StructureDEVMODE-type variables store information about various settings and properties of a device, such as a printer. Some of the properties only apply to certain devices; for example, the dmDisplayFrequency has no meaning for a printer. Look at the dmFields member to determine which of the structure's mem...Hits: 2526 Rating: (2.96) votes 188
Category: Device DEVNAMES StructureDEVNAMES-type variables store some information about a device. This information includes the device driver name, the device name, and the names of any output ports it uses. Note that instead of storing strings in the usual way, this structure puts all three strings into extra, where null characters ...Hits: 1950 Rating: (2.87) votes 228
Category: Device
Records 1 to 20 of 37
|