READTUT.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*+==========================================================================
  2.   File:      READTUT.H
  3.   Summary:   Include file for the READTUT.EXE utility application.
  4.              READTUT.H contains definitions of the application's string
  5.              resource IDs.
  6.              For a comprehensive tutorial code tour of READTUT's
  7.              contents and offerings see the tutorial READTUT.HTM file.
  8.              For more specific technical details on the internal workings
  9.              see the comments dispersed throughout the READTUT source code.
  10.   Classes:   .
  11.   Functions: WinMain
  12.   Origin:    12-18-96: atrent - Created for COM Tutorial Samples.
  13. ----------------------------------------------------------------------------
  14.   This file is part of the Microsoft COM Tutorial Code Samples.
  15.   Copyright (C) Microsoft Corporation, 1997.  All rights reserved.
  16.   This source code is only intended as a supplement to Microsoft
  17.   Development Tools and/or on-line documentation.  See these other
  18.   materials for detailed information regarding Microsoft code samples.
  19.   THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  20.   KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  21.   IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  22.   PARTICULAR PURPOSE.
  23. ==========================================================================+*/
  24. #if !defined(READTUT_H)
  25. #define READTUT_H
  26. #define MAX_STRING 128
  27. // Error-related String Identifiers.
  28. #define IDS_COMINITFAILED           2000
  29. #define IDS_OUTOFMEMORY             2001
  30. #define IDS_ASSERT_FAIL             2200
  31. // Notice-related String Identifiers.
  32. #define IDS_NOTIMPLEMENTED          2301
  33. #define IDS_ERROR_TITLE             2400
  34. #define IDD_LOADING_MSG             2500
  35. #endif