/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:38:04 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:16 _$11$DUA933:[BUILD.SDL]STARDEFMP.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $MSGHLPDEF IDENT X-3 ***/ #ifndef __MSGHLPDEF_LOADED #define __MSGHLPDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif #define MSGHLP$M_NOSORT 0x1 #define MSGHLP$M_BRIEF 0x2 #define MSGHLP$M_MACHINE 0x4 #define MSGHLP$M_NOSUBSTRING 0x8 struct msghlpdef { unsigned msghlp$v_nosort : 1; /* Do *NOT* sort the output */ unsigned msghlp$v_brief : 1; /* Give only the names of the messages */ unsigned msghlp$v_machine : 1; /* Return the text in machine-readable format */ unsigned msghlp$v_nosubstring : 1; /* Match only entire words, no abreviations */ short int msghlp$w_unused; char msghlp$b_work_files; /* How many workfiles for /SORT? */ } ; #ifdef __cplusplus } #endif #pragma standard #endif /* __MSGHLPDEF_LOADED */