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.

24 lines
627 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. uidomain.h
  7. Header file for PROMPT_FOR_ANY_DC dialog ID values.
  8. FILE HISTORY:
  9. KeithMo 31-Aug-1992 Created.
  10. */
  11. #ifndef _UIDOMAIN_H_
  12. #define _UIDOMAIN_H_
  13. #include "applibrc.h"
  14. #define IDPDC_MESSAGE 200
  15. #define IDPDC_SERVER_LABEL 201
  16. #define IDPDC_SERVER 202
  17. #endif // _UIDOMAIN_H_