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

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

Parameter Description
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:

Return Value Description
0 Successful return.

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