Specifications

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.