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

25 API Function starting with letter R

ReleaseCapture

Public Declare Function ReleaseCapture Lib "user32" () As Long...
Hits: 1865 Rating: ReleaseCapture has been rated  3.10 by  581 users (3.10) votes 581
Category: System

RegCreateKey

The RegCreateKey function creates the specified key. If the key already exists in the registry, the function opens it. This function is provided for compatibility with Windows version 3.1. Win32-based applications should use the RegCreateKeyEx function....
Hits: 2962 Rating: RegCreateKey has been rated  3.08 by  355 users (3.08) votes 355
Category: Registry

RemoveFontResource

The RemoveFontResource function removes the fonts in the specified file from the Windows font table....
Hits: 1813 Rating: RemoveFontResource has been rated  2.93 by  685 users (2.93) votes 685
Category: Font

RegisterHotKey

The RegisterHotKey function defines a system-wide hot key....
Hits: 3876 Rating: RegisterHotKey has been rated  2.98 by  450 users (2.98) votes 450
Category: HotKey

RegSaveKey

The RegSaveKey function saves the specified key and all of its subkeys and values to a new file....
Hits: 3742 Rating: RegSaveKey has been rated  2.85 by  813 users (2.85) votes 813
Category: Registry

RegRestoreKey

The RegRestoreKey function reads the registry information in a specified file and copies it over the specified key. This registry information may be in the form of a key and multiple levels of subkeys....
Hits: 1919 Rating: RegRestoreKey has been rated  3.20 by  340 users (3.20) votes 340
Category: Registry

RegOpenKey

The RegOpenKey function opens the specified key. This function is provided for compatibility with Windows version 3.1. Win32-based applications should use the RegOpenKeyEx function....
Hits: 3600 Rating: RegOpenKey has been rated  2.83 by  383 users (2.83) votes 383
Category: Registry

RegNotifyChangeKeyValue

The RegNotifyChangeKeyValue function notifies the caller about changes to the attributes or contents of a specified registry key. Note that the function does not notify the caller if the specified key is deleted....
Hits: 2282 Rating: RegNotifyChangeKeyValue has been rated  2.91 by  399 users (2.91) votes 399
Category: Registry

RegEnumValue

The RegEnumValue function enumerates the values for the specified open registry key. The function copies one indexed value name and data block for the key each time it is called....
Hits: 2865 Rating: RegEnumValue has been rated  3.06 by  344 users (3.06) votes 344
Category: Registry

RegEnumKeyEx

The RegEnumKeyEx function enumerates subkeys of the specified open registry key. The function retrieves information about one subkey each time it is called....
Hits: 3609 Rating: RegEnumKeyEx has been rated  2.84 by  846 users (2.84) votes 846
Category: Registry

RegDeleteValue

The RegDeleteValue function removes a named value from the specified registry key....
Hits: 2065 Rating: RegDeleteValue has been rated  3.20 by  336 users (3.20) votes 336
Category: Registry

RegDeleteKey

Windows 95: The RegDeleteKey function deletes a key and all its descendents. Windows NT: The RegDeleteKey function deletes the specified key. This function cannot delete a key that has subkeys....
Hits: 2681 Rating: RegDeleteKey has been rated  2.86 by  690 users (2.86) votes 690
Category: Registry

Rectangle

Rectangle draws a rectangular-shaped box on a graphics-capable device. The rectangle is drawn in the device's current drawing color and is filled using its current filling color and brush, if any. The function returns 0 if an error occured, or 1 if successful. ...
Hits: 2269 Rating: Rectangle has been rated  2.90 by  689 users (2.90) votes 689
Category: Rectangle

RoundRect

RoundRect draws a rectangle with rounded corners on a graphics-capable device. The rounded rectangle is drawn in the device's current drawing color and is filled using its current filling color and brush, if any. The first two (x,y) coordinate pairs specified are the upper-left and lower-right corne...
Hits: 2352 Rating: RoundRect has been rated  2.96 by  497 users (2.96) votes 497
Category: Rectangle

ReleaseDC

ReleaseDC frees up the resources used when you use GetDC to get an object's device context. This function should not be used to destroy a device context obtained from CreateDC -- for those, use DeleteDC instead. This should be done after your program finishes using the device context. The function r...
Hits: 1798 Rating: ReleaseDC has been rated  3.05 by  516 users (3.05) votes 516
Category: Device

RemoveMenu

The RemoveMenu function deletes a menu item from the specified menu. If the menu item opens a drop-down menu or submenu, RemoveMenu does not destroy the menu or its handle, allowing the menu to be reused....
Hits: 2204 Rating: RemoveMenu has been rated  3.01 by  448 users (3.01) votes 448
Category: Menu

ReadConsole

The ReadConsole function reads character input from the console input buffer and removes it from the buffer....
Hits: 2097 Rating: ReadConsole has been rated  2.97 by  371 users (2.97) votes 371
Category: Console

ReadFile

ReadFile reads data from an open file and puts the data in the variable passed as lpBuffer. The function also puts the number of bytes of data actually read into the variable passed as lpNumberOfBytesRead. The file must of course have been opened with read-level access. The function starts reading f...
Hits: 5869 Rating: ReadFile has been rated  3.14 by  402 users (3.14) votes 402
Category: File

RECT Structure

RECT-type variables hold a rectangle. This structure defines a rectangle by storing the coordinates of its upper-left and lower-right corners. ...
Hits: 1329 Rating: RECT Structure has been rated  3.30 by  200 users (3.30) votes 200
Category: Rectangle

RemoveDirectory

RemoveDirectory deletes a directory from a disk. The function will not delete any files or subdirectories inside the directory. If the directory to delete is not completely empty, the function will fail. The function returns 1 if successful, or 0 if an error occured. ...
Hits: 1544 Rating: RemoveDirectory has been rated  3.16 by  282 users (3.16) votes 282
Category: System
Records 1 to 20 of 25




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