52
The Design Notes API
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
argument is the file handle that the
OpenNotesFile()
function returns.
■
The
keyName[64]
argument is a string that contains the name of the key to remove.
Returns
A Boolean value:
true
indicates the operation is successful;
false
otherwise.
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
argument is the file handle that the
OpenNotesFile()
function returns.
■
The
keyName[64]
argument is a string that contains the name of the key.
■
The
value
argument is a string that contains the value.
Returns
A Boolean value:
true
indicates the operation is successful;
false
otherwise.
000_DW_API_Print.book Page 52 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...