[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Understanding the Diagnostic Subsystem for AIX

diag_asl_quit

Purpose

Terminates the user interface.

Syntax

#include     <diag/diago.h>

long  diag_asl_quit ( name )
char *name;

Description

The diag_asl_quit subroutine is used to end the user interface and should be the last call made to the user interface.

Parameters

name Identifies any options. This field has the following values:
DCTRL Used by Diagnostic Controller only.
DEFAULT Used by all other applications.

Return Value

The following value is always returned:

0 Successful return.

[ Previous | Next | Contents | Home | Search ]