WriteRegNumber
Description: |
baWriteRegNumber writes a number into the Windows Registry. |
Platforms: |
Windows |
Usage: |
Result = baWriteRegNumber( KeyName, ValueName, NewData, Branch ) |
Arguments: |
String, string, integer, string. |
Returns: |
Integer. Returns 1 if the function is successful, otherwise 0. |
Examples: |
Director: Authorware: |
Notes: |
A Registry entry consists of keys and sub-keys, similar to the directories and sub-directories in the Windows file system. 32 bit Windows adds Values to the registry. These can be thought of as files within the key.
|
See also: |
baReadRegString |