[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iREGVAL> Tag


 
<iREGVAL
 
 
 
 
 
 
 

Usage
 
 

See Also

KEY="keyname"
[SECTION="key section"    (hkey_local_machine)
[NAME="name of the value"] 
[ORD="index of the value"]   (1)
[VALUE="new value to place in key"]
[DEL="<true | false>"]    (FALSE)
[TYPE="<reg_size | reg_dword>"]  (REG_SIZE)
>

This tag is used to update VALUE's in KEY's.  KEY and SECTION specify the KEY and NAME indicates the name of the VALUE.  ORD is the index number of the value and VALUE is the new data to put in the value string field.  The tag resolves to the current value. 

iREGKEY, iCONFIG, iREFRESH

 

iREGVAL Example
Example Source Code
Top