MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Specifications Page 296

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 295
Chapter 24296
BOOL GetVersionName()
Description
Gets the version name of the MMNotes shared library, which indicates the application that
implemented it.
Arguments
char* versionNameBuf, int versionNameBufMaxLen
The first argument is the buffer where the version name should be stored.
The second argument is the maximum size of versionNameBuf.
Returns
A Boolean value that indicates whether the operation is successful; stores Dreamweaver in
versionNameBuf.
BOOL GetVersionNum()
Description
Gets the version number of the MMNotes shared library, which allows you to determine whether
certain functions are available.
Arguments
char* versionNumBuf, int versionNumBufMaxLen
The first argument is the buffer where the version number should be stored.
The second argument is the maximum size of versionNumBuf.
Returns
A Boolean value that indicates whether the operation is successful; stores the version number in
versionNumBuf.
BOOL LocalURLToFilePath()
Description
Converts the specified file:// URL to a local drive path.
Arguments
const char* localURL, char* drivePathBuf, int drivePathMaxLen
The first argument is the path to a local file, which is expressed as a file:// URL.
The second argument is the buffer where the local drive path should be stored.
The third argument is the maximum size of drivePathBuf.
Returns
A Boolean value that indicates whether the operation is successful; stores the local drive path in
drivePathBuf.
Page view 295
1 2 ... 291 292 293 294 295 296 297 298 299 300 301 ... 691 692

Comments to this Manuals

No comments