home *** CD-ROM | disk | FTP | other *** search
- /*+==========================================================================
- File: READTUT.H
-
- Summary: Include file for the READTUT.EXE utility application.
- READTUT.H contains definitions of the application's string
- resource IDs.
-
- For a comprehensive tutorial code tour of READTUT's
- contents and offerings see the tutorial READTUT.HTM file.
- For more specific technical details on the internal workings
- see the comments dispersed throughout the READTUT source code.
-
- Classes: .
-
- Functions: WinMain
-
- Origin: 12-18-96: atrent - Created for COM Tutorial Samples.
-
- ----------------------------------------------------------------------------
- This file is part of the Microsoft COM Tutorial Code Samples.
-
- Copyright (C) Microsoft Corporation, 1997. All rights reserved.
-
- This source code is only intended as a supplement to Microsoft
- Development Tools and/or on-line documentation. See these other
- materials for detailed information regarding Microsoft code samples.
-
- THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
- KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- PARTICULAR PURPOSE.
- ==========================================================================+*/
-
- #if !defined(READTUT_H)
- #define READTUT_H
-
- #define MAX_STRING 128
-
- // Error-related String Identifiers.
- #define IDS_COMINITFAILED 2000
- #define IDS_OUTOFMEMORY 2001
-
- #define IDS_ASSERT_FAIL 2200
-
- // Notice-related String Identifiers.
- #define IDS_NOTIMPLEMENTED 2301
-
- #define IDS_ERROR_TITLE 2400
-
- #define IDD_LOADING_MSG 2500
-
-
- #endif
-