WriteRegString
Description: |
baWriteRegString writes a string into the Windows Registry. |
Platforms: |
Windows |
Usage: |
Result = baWriteRegString( KeyName, ValueName, Data, Branch ) |
Arguments: |
String, string, string, 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. These Values are not available under 16 bit - the ValueName argument is ignored. To set the (Default) value of a key use an empty string for the ValueName argument. |
See also: |
baReadRegString |