Specifications
Chapter 24298
BOOL SetNote()
Description
Creates or updates one key/value pair in a Design Notes file.
Arguments
FileHandle noteHandle, const char keyName[64], const char* value
• The first argument is the file handle that OpenNotesFile() returns.
• The second argument is a string that contains the name of the key.
• The third argument is a string that contains the value.
Returns
A Boolean value that indicates whether the operation is successful.