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

Understanding the Diagnostic Subsystem for AIX

diag_asl_clear_screen

Purpose

Clears the screen.

Syntax

#include     <diag/diago.h>

long  diag_asl_clear_screen (  )

Description

The diag_asl_clear_screen subroutine is used to clear the screen.

Parameters

Takes no parameters.

Return Value

The following values are returned:

Return Value Description
DIAG_ASL_OK Successful return.
DIAG_ASL_FAIL Not called following diag_asl_init and before diag_asl_quit.

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