Thursday, June 20, 2013
 
 
 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

15 Registry API Function

Sort: Most Viewed | Highest Rated | A-Z | Z-A

SHSetValue

Sets the value of a registry key. ...
Hits: 4840 Rating: SHSetValue has been rated  3.31 by  740 users (3.31) votes 740

RegSaveKey

The RegSaveKey function saves the specified key and all of its subkeys and values to a new file....
Hits: 6197 Rating: RegSaveKey has been rated  2.82 by  917 users (2.82) votes 917

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: 3521 Rating: RegRestoreKey has been rated  3.26 by  455 users (3.26) votes 455

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: 9197 Rating: RegOpenKey has been rated  2.55 by  598 users (2.55) votes 598

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: 4549 Rating: RegNotifyChangeKeyValue has been rated  3.23 by  623 users (3.23) votes 623

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: 6507 Rating: RegEnumValue has been rated  2.98 by  462 users (2.98) votes 462

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: 8192 Rating: RegEnumKeyEx has been rated  2.52 by  1454 users (2.52) votes 1454

RegDeleteValue

The RegDeleteValue function removes a named value from the specified registry key....
Hits: 4970 Rating: RegDeleteValue has been rated  3.35 by  451 users (3.35) votes 451

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: 7056 Rating: RegDeleteKey has been rated  2.93 by  1355 users (2.93) votes 1355

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: 7135 Rating: RegCreateKey has been rated  3.26 by  546 users (3.26) votes 546

RegSetValueEx

RegSetValueEx writes a value to a registry key. If the value does not already exist, it will be created. The value can be of a number of different data types. In Visual Basic, if some sort of string value is written to the registry, the string must explicitly be passed ByVal. The function returns ze...
Hits: 9191 Rating: RegSetValueEx has been rated  2.22 by  593 users (2.22) votes 593

RegQueryValueEx

RegQueryValueEx reads a value from a registry key. It can read many different types of data, including integer types and strings. In Visual Basic, when reading a type of string from the registry, you must pass the string variable explicitly ByVal. The function returns 0 if successful, or a non-zero ...
Hits: 11238 Rating: RegQueryValueEx has been rated  2.55 by  622 users (2.55) votes 622

RegOpenKeyEx

RegOpenKeyEx opens a key in the Windows registry. The handle it gives must be used when you read to or write from any values under that key. Unlike RegCreateKeyEx, this function will not create the key if it does not exist. The function puts a handle to the opened key into the variable passed as phk...
Hits: 11381 Rating: RegOpenKeyEx has been rated  3.99 by  1558 users (3.99) votes 1558

RegCreateKeyEx

RegCreateKeyEx creates a new registry key. If the key you want to create already exists, the existing key will be opened (as if RegOpenKeyEx had been used). The handle to the reated/opened key is put into the variable passed as phkResult. The function returns 0 if successful, or a non-zero error cod...
Hits: 8069 Rating: RegCreateKeyEx has been rated  2.80 by  404 users (2.80) votes 404

RegCloseKey

RegCloseKey closes a registry key. This should be done after you finish reading to or writing to the registry. Closing the registry key frees up some resources. Obviously, you can no longer use the key after closing it. The function returns 0 if successful, or a non-zero error code if an error occur...
Hits: 4385 Rating: RegCloseKey has been rated  2.78 by  1914 users (2.78) votes 1914
Records 1 to 15 of 15







HOME | MUSIC | DOWNLOADS |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2013 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