pnterr.h

来自「汇编源代码大全4」· C头文件 代码 · 共 48 行

H
48
字号
/*--------------------------------------------------------------------*/
/*       p n t e r r . h                                              */
/*                                                                    */
/*       Report error message from OS/2 error message                 */
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*    Changes Copyright (c) David M. Watt 1993, All Rights Reserved   */
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*       Changes Copyright (c) 1989-1993 by Kendra Electronic         */
/*       Wonderworks.                                                 */
/*                                                                    */
/*       All rights reserved except those explicitly granted by       */
/*       the UUPC/extended license agreement.                         */
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*                          RCS Information                           */
/*--------------------------------------------------------------------*/

/*
 *    $Id: pnterr.h 1.2 1993/09/26 03:34:48 dmwatt Exp $
 *
 *    Revision history:
 *    $Log: pnterr.h $
 * Revision 1.2  1993/09/26  03:34:48  dmwatt
 * Update copyright
 *
 * Revision 1.1  1993/09/25  03:02:55  ahd
 * Initial revision
 *
 * Revision 1.1  1993/09/24  03:46:07  ahd
 * Initial revision
 */

void pNTErr(const size_t lineno,
             const char *fname,
             const char *prefix,
             DWORD rc);

/*--------------------------------------------------------------------*/
/*                 Macro for generic error messages from DOS          */
/*--------------------------------------------------------------------*/

#define printNTerror( x, rc )  pNTErr( __LINE__, cfnptr, x, rc)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?