LENGTH VALUE
Data Type : Rich Text
LENGTH_VALUE - Structure used to store a length to disk.
#include <editods.h>
Definition :
typedef struct
{
WORD Flags;
ALIGNED_NUMBER Length;
BYTE Units;
BYTE Reserved; /* reserved for future use */
} LENGTH_VALUE;
Description :
This record contains information for storing a length to disk. The fields in this record are:
- Flags See CDLENGTH_FLAGS_xxx.
Length Length of the record.
Units See CDLENGTH_UNITS_xxx.
Reserved Reserved for future use.
See Also : CDBACKGROUNDPROPERTIES CDBOXSIZE CDLENGTH_FLAGS_xxx CDLENGTH_UNITS_xxx CDPOSITIONING