[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Understanding the Diagnostic Subsystem for AIX

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 (Used for Web-based System Manager progress bars)
Maximum value.
int current_value (Used for Web-based System Manager progress bars)
Current value.
char * progress_msg
Progress message to be displayed.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]