Leaked source code of windows server 2003
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

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: cifrmres.h
  7. //
  8. //--------------------------------------------------------------------------
  9. #if !defined( __CIFRMRES_H__ )
  10. #define __CIFRMRES_H__
  11. #define MSG_CLASS_BINARY_FILE 500
  12. #define MSG_CLASS_ASCII_FILE 501
  13. #define MSG_CLASS_BAT_FILE 502
  14. #define MSG_CLASS_CMD_FILE 503
  15. #define MSG_CLASS_IDQ_FILE 504
  16. #define MSG_CLASS_INI_FILE 505
  17. #define MSG_CLASS_INX_FILE 506
  18. #define MSG_CLASS_REG_FILE 507
  19. #define MSG_CLASS_INF_FILE 508
  20. #define MSG_CLASS_VBS_FILE 509
  21. #endif // __CIFRMRES_H__