DCE Application Programming Guide
Sample Application Listings
HP NonStop DCE Application Programming Guide—429551-003
A-3
The Error Macro File
The Error Macro File
The error macro file errmac.h is shown in Figure A-3 on page A-4.
Figure A-2. The ACF in a Straight Port
/* INFOPLS.ACF Information Server */
/*
 * (c) Copyright 1993 Harold W. Lockhart and Frederic M. Oldfield
 * ALL RIGHTS RESERVED
 *
 * Permission is hereby granted to use, copy, modify and freely
 * distribute this software for any purpose without fee, provided
 * that the above copyright notice and this permission notice are
 * retained in it.
 *
 * The authors make no representations about the suitability of
 * this software for any purpose. It is provided "as is" without
 * express or implied warranty. The authors assume no liability,
 * direct or consequential, resulting from its use.
 */
interface infpls
{
[comm_status, fault_status] get_system_info();
}










