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

getdainput, clrdainput

Purpose

Gets and clears the input for the Diagnostic Application (DA).

Syntax

#include    <diag/tm_input.h>

int getdainput ( tm_input )
struct tm_input *tm_input;

int clrdainput ( )

Description

The getdainput subroutine gets the input for the DA from the TMInput object class. The clrdainput subroutine clears the TMInput object class.

Parameters

tm_input Pointer to the structure where the data should be written.

Return Value

Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned.


[ Previous | Next | Contents | Home | Search ]