Your application supplies a ProgressTrackInfo structure to the ThemeTrackDrawInfo structure to describe the progress bar-specific features of a given track control. The ProgressTrackInfo structure is available with Appearance Manager 1.1 and later.
struct ProgressTrackInfo {
UInt8 phase;
};
typedef struct ProgressTrackInfo ProgressTrackInfo;