diag_progress

Purpose

Displays progress messages by the Diagnostic Applications and Diagnostic Tasks.

Syntax


#include <diag/diag_screen.h>

#include <diag/diag.h>

void  diag_progress ( screen_progress )

screen_prog_t *screen_progress;

Description

The diag_progress subroutine displays the progress indicators used by Diagnostic Applications and other Diagnostic Tasks.

Parameters

Parameter Description
screen_prog Screen Progress Information. This structure defines the progress message to be displayed and the percentage complete.
int max_value
Maximum value.
int current_value
Current value.
char * progress_msg
Progress message to be displayed.