You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
775 B
24 lines
775 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1998.
|
|
//
|
|
// File: cifrmres.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#if !defined( __CIFRMRES_H__ )
|
|
#define __CIFRMRES_H__
|
|
|
|
#define MSG_CLASS_BINARY_FILE 500
|
|
#define MSG_CLASS_ASCII_FILE 501
|
|
#define MSG_CLASS_BAT_FILE 502
|
|
#define MSG_CLASS_CMD_FILE 503
|
|
#define MSG_CLASS_IDQ_FILE 504
|
|
#define MSG_CLASS_INI_FILE 505
|
|
#define MSG_CLASS_INX_FILE 506
|
|
#define MSG_CLASS_REG_FILE 507
|
|
#define MSG_CLASS_INF_FILE 508
|
|
#define MSG_CLASS_VBS_FILE 509
|
|
|
|
#endif // __CIFRMRES_H__
|