DeleteReg
Description: |
baDeleteReg deletes a key or value from the Windows Registry. |
Platforms: |
Windows |
Usage: |
Result = baDeleteReg( KeyName, ValueName, Branch ) |
Arguments: |
String, string, string. |
Returns: |
Integer. Returns 1 if the function is successful, otherwise 0. |
Examples: |
Director: Authorware: |
Notes: |
Under Windows NT/2000/XP/Vista a key can only be
deleted if it is empty. Under Windows 95/08/ME, all sub keys will also be
deleted. |
See also: |
baReadRegString |