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

menugoal

Purpose

Concludes a Text Goal.

Syntax

int menugoal ( msg )
char *msg;

Description

The menugoal subroutine associates a menu goal with the device being tested. The TMInput object class identifies the device currently being tested.

Parameters

msg Pointer to a text string that identifies a repair action intended for the customer, not a trained service representative. The msg parameter should contain a six-digit hex number (menu number) at the front of the buffer, followed by a space, and then the title line. Everything after the first carriage return is considered menu text.

Return Value

Upon successful completion, a value of 0 is returned. If the menugoal subroutine fails, then a value of -1 is returned.


[ Previous | Next | Contents | Home | Search ]