WriteRegBinary
Description: |
baWriteRegBinary writes a binary value into the Windows Registry. |
Platforms: |
Windows |
Usage: |
Result = baWriteRegBinary( KeyName, ValueName, Data, Branch ) |
Arguments: |
String, string, list. |
Returns: |
Integer. Returns 1 if the function is successful, otherwise 0. |
Examples: |
Director: Authorware: |
Notes: |
The values used must be decimal numbers, not hex as is used in RegEdit. |
See also: |
baReadRegBinary |