Package Version
[DWF File Format]

Collaboration diagram for Package Version:


Detailed Description

These macros are available for referencing the version of the file format that introduced the zip package file format.


Defines

#define _DWF_FORMAT_VERSION_PACKAGE_MAJOR   6
 The major revision of the DWF File Format introducing the zip package structure.
#define _DWF_FORMAT_VERSION_PACKAGE_MINOR   0
 The minor revision of the DWF File Format introducing the zip package structure.
#define _DWF_FORMAT_VERSION_PACKAGE   ((_DWF_FORMAT_VERSION_PACKAGE_MAJOR*100) + _DWF_FORMAT_VERSION_PACKAGE_MINOR)
 The version number of the DWF File Format introducing the zip package structure as a composite integer value.
#define _DWF_FORMAT_VERSION_PACKAGE_FLOAT   (float)(_DWF_FORMAT_VERSION_PACKAGE_MAJOR + (_DWF_FORMAT_VERSION_PACKAGE_MINOR/100.0))
 The version number of the DWF File Format introducing the zip package structure as a composite floating point value.
#define _DWF_FORMAT_VERSION_PACKAGE_STRING   "6.0"
 The version number of the DWF File Format introducing the zip package structure as an ASCII character string.
#define _DWF_FORMAT_VERSION_PACKAGE_WIDE_STRING   L"6.0"
 The version number of the DWF File Format introducing the zip package structure as a wide character string.


Define Documentation

#define _DWF_FORMAT_VERSION_PACKAGE   ((_DWF_FORMAT_VERSION_PACKAGE_MAJOR*100) + _DWF_FORMAT_VERSION_PACKAGE_MINOR)
 

The version number of the DWF File Format introducing the zip package structure as a composite integer value.

The value of this macro is 600.

Definition at line 318 of file Version.h.

#define _DWF_FORMAT_VERSION_PACKAGE_FLOAT   (float)(_DWF_FORMAT_VERSION_PACKAGE_MAJOR + (_DWF_FORMAT_VERSION_PACKAGE_MINOR/100.0))
 

The version number of the DWF File Format introducing the zip package structure as a composite floating point value.

The value of this macro is 6.0.

Definition at line 325 of file Version.h.


Generated on Tue Jan 6 22:40:20 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5