MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Especificaciones Pagina 296

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 295
1 2 ... 291 292 293 294 295 296 297 298 299 300 301 ... 691 692

Comentarios a estos manuales

Sin comentarios