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

15 Registry API Function

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

SHSetValue

Sets the value of a registry key. ...
Hits: 2431 Rating: SHSetValue has been rated  3.15 by  452 users (3.15) votes 452

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

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

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

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

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

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

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

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

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

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: 3324 Rating: RegSetValueEx has been rated  2.64 by  229 users (2.64) votes 229

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: 3694 Rating: RegQueryValueEx has been rated  3.04 by  214 users (3.04) votes 214

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: 3049 Rating: RegOpenKeyEx has been rated  3.08 by  206 users (3.08) votes 206

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: 2662 Rating: RegCreateKeyEx has been rated  2.90 by  278 users (2.90) votes 278

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: 1409 Rating: RegCloseKey has been rated  2.92 by  204 users (2.92) votes 204
Records 1 to 15 of 15







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