MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 49

Dreamweaver api reference
Table of Contents

Advertisement

if (succeeded){
for (int i=0; i < keyCount; i++){
printf("Key is: %s\n", keys[i]);
printf("Value is: %s\n\n", GetNote(noteHandle, keys[i]);
}
}
delete []keys;
}
CloseNotesFile(noteHandle);
BOOL GetSiteRootForFile()
Description
This function determines the site root for the specified Design Notes file.
Arguments
const char* filePath, char* siteRootBuf, int siteRootBufMaxLen,
{InfoPrefs* infoPrefs}
The
argument is the file://URL of the file for which you want the site root.
filePath
The
siteRootBuf
The
siteRootBufMaxLen
references.
siteRootBuf
The
argument, which is optional, is a reference to a
infoPrefs
preferences for the site are stored.
Returns
A Boolean value:
true
argument receives the address of the buffer that stores the site root. If you
siteRootBuf
specify the
infoPrefs
the site. The
InfoPrefs
bUploadDesignNotes
BOOL GetVersionName()
Description
This function gets the version name of the MMNotes shared library, which indicates the
application that implemented it.
argument is the buffer where the site root is stored.
argument is the maximum size of the buffer that
indicates the operation is successful;
argument, the function also returns the Design Notes preferences for
struct has two variables:
, both of type
.
BOOL
struct
otherwise. The
false
and
bUseDesignNotes
The Design Notes C API
in which the
49

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents