/********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:29:24 by OpenVMS SDL EV3-3 */ /* Source: 30-MAR-2010 17:29:18 $1$DGA7274:[STARLET_H.SRC]CRFERRMSG.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $CRFMSG ***/ #ifndef __CRFMSG_LOADED #define __CRFMSG_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /* */ /* This SDL File Generated by VAX-11 Message V04-00 on 30-MAR-2010 17:29:03.39 */ /* */ /* */ /* */ /* VERSION: 'V04-004' */ /* */ /* */ /* © COPYRIGHT 1978-2004 HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. */ /* */ /* RESTRICTED RIGHTS LEGEND */ /* */ /* USE, DUPLICATION OR DISCLOSURE BY THE U.S. GOVERNMENT IS SUBJECT TO */ /* RESTRICTIONS AS SET FORTH IN SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS */ /* IN TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE IN DFARS 252.227-7013. */ /* */ /* HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P */ /* 3000 HANOVER STREET */ /* PALO ALTO, CA 94304 */ /* U.S.A. */ /* */ /* RIGHTS FOR NON-DOD U.S. GOVERNMENT DEPARTMENTS AND AGENCIES ARE AS */ /* SET FORTH IN FAR 52.227-19(C)(1,2). */ /* UNDER VENDOR'S STANDARD COMMERCIAL LICENSE. */ /* */ /* */ /* RETURN STATUS CODES FOR CROSS REFERENCE PROGRAM */ /* */ /* MODIFIED BY: */ /* */ /* V04-004 TMS0569 TODD SCHOELLER 27-DEC-2004 */ /* ADD NOFOOTNOTES. */ /* */ /* V04-003 TMS0567 TODD SCHOELLER 6-OCT-2004 */ /* ADD MULDEFFMT FOR MULTI-DEFINER SUPPORT */ /* */ /* V04-002 TMS0532 TODD SCHOELLER 16-OCT-2003 */ /* ADD CROPPING FOR CROPPING/FOOTNOTING SUPPORT. */ /* */ /* V04-001 TMS0294 TODD SCHOELLER 4-NOV-1994 */ /* ADD ARGCOUNT FOR ARGUMENT COUNT CHECKING. */ /* */ /* V02-002 BLS0156 BENN SCHREIBER 1-MAR-1982 */ /* REMOVE UNUSED MESSAGES */ /* */ /* V02-001 BLS0123 BENN SCHREIBER 19-DEC-1981 */ /* CHANGE TEXT OF FAOFAIL */ /* */ /* */ /* SUCCESS CODES (SEVERITY LEVEL 1) */ /* */ #define CREF$_FACILITY 101 #define CRF$_SUCCESS 6651905 #define CRF$_KEYPRVENTR 6651913 #define CRF$_KEY1STENTR 6651921 #define CRF$_REFPRVENTR 6651929 #define CRF$_UNUSERR 6651937 #define CRF$_CROP 6651945 /* */ /* SEVERE ERROR CODES (SEVERITY LEVEL 2) */ /* */ #define CRF$_UNUERR1 6651986 #define CRF$_UNUERR2 6651994 #define CRF$_UNUERR3 6652002 #define CRF$_UNUERR4 6652010 #define CRF$_UNUERR5 6652018 #define CRF$_UNUERR6 6652026 #define CRF$_UNUERR7 6652034 #define CRF$_NO_OUTRTN 6652042 #define CRF$_LINELNG 6652050 #define CRF$_FAOFAIL 6652058 #define CRF$_UNUERR8 6652066 #define CRF$_BADTYPE 6652074 #define CRF$_ARGCOUNT 6652082 #define CRF$_MULDEFFMT 6652090 #define CRF$_NOFOOTNOTES 6652098 #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __CRFMSG_LOADED */