/* * EX00PM.H * * Header file for ArchiveLib 2.0 * * Copyright (c) Greenleaf Software, Inc. 1994 - 1996 * All Rights Reserved * * DESCRIPTION * * This is the header file used by PM example program 00. It * has all of the constants defined for use in the RC file that * is linked with this example. * * REVISION HISTORY * * February 1, 1996 2.0A : Second release * */ #define AL_STATUS 108 #define AL_ARCHIVE 110 #define AL_BYTE_COUNT 112 #define AL_OPERATION 113 #define AL_ABORT 101 #define AL_COMPRESS 100 #define AL_ICON 200 #define AL_MAIN_DIALOG 201 #define AL_ABOUT 102 #define AL_EXIT 103 #define AL_ABOUT_DIALOG 204 #define AL_TEXT 205 #define AL_FILES 111