BOOL RemoveNote()
Description
This function removes the specified key (and its value) from the specified Design Notes file.
Arguments
FileHandle noteHandle, const char keyName[64]
The
noteHandle
The
keyName[64]
Returns
A Boolean value:
true
BOOL SetNote()
Description
This function creates or updates one key/value pair in a Design Notes file.
Arguments
FileHandle noteHandle, const char keyName[64], const char* value
The
noteHandle
The
keyName[64]
The
argument is a string that contains the value.
value
Returns
A Boolean value:
true
52
The Design Notes API
argument is the file handle that the
argument is a string that contains the name of the key to remove.
indicates the operation is successful;
argument is the file handle that the
argument is a string that contains the name of the key.
indicates the operation is successful;
function returns.
OpenNotesFile()
otherwise.
false
function returns.
OpenNotesFile()
otherwise.
false
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?