!*** MODULE $INDICTDEF *** !DEC$ OPTIONS/ALIGN=(RECORDS=PACKED,COMMONS=PACKED)/NOWARN ! + ! ! Object Indictment Definitions ! ! This file is in [STARLET] to allow other outside developers call the ! sys$indict_object call properly. Today the only group who calls that ! object is Compaq Analyze. ! ! **** NOTE **** ! ! New items must always be added to the END of each item list ! so that users will not have to relink. ! ! - PARAMETER INDICT$_VERSION = '00000001'X ! Request information version PARAMETER INDICT$_OBJTYPE = '00000002'X ! Indictment Object type PARAMETER INDICT$_HANDLE = '00000003'X ! Indicted object or failing PFN Page PARAMETER INDICT$_COMPONENT_ID = '00000004'X ! Component Handle ID PARAMETER INDICT$_COMPONENT_TYPE = '00000005'X ! Component Handle Type PARAMETER INDICT$_COMPONENT_SUBTYPE = '00000006'X ! Component Handle Subtype PARAMETER INDICT$_MODULE_ID = '00000007'X ! Module Handle Id PARAMETER INDICT$_MODULE_TYPE = '00000008'X ! Module Handle Type PARAMETER INDICT$_MODULE_SUBTYPE = '00000009'X ! Module Handle Subtype PARAMETER INDICT$_URGENCY = '0000000A'X ! Urgency of the indictment request PARAMETER INDICT$_PROBABILITY = '0000000B'X ! Probability of correct fault PARAMETER INDICT$_TOTALINDICTMENTS = '0000000C'X ! Total number to be indicted PARAMETER INDICT$_DESCRIPTION = '0000000D'X ! Readable description of the problem PARAMETER INDICT$_REPORTHANDLE = '0000000E'X ! report_handle program name PARAMETER INDICT$_INITIATOR = '0000000F'X ! Who called us (e.g. Compaq Analyze). !DEC$ END OPTIONS