Source code of Windows XP (NT5)
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.

21 lines
469 B

  1. /**************************************************************************************************
  2. FILENAME: Message.h
  3. COPYRIGHT 2001 Microsoft Corporation and Executive Software International, Inc.
  4. DESCRIPTION:
  5. Header file for ESI messaging.
  6. **************************************************************************************************/
  7. #ifndef __MESSAGE_H_
  8. #define __MESSAGE_H_
  9. #include <windows.h>
  10. #define Message(szMessage,hr,szParameter1)
  11. #endif