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.

30 lines
609 B

  1. /*****************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /*****************************************************************/
  5. /*
  6. * passdlg.h
  7. * This manifests are used by the RESOURCE_PASSWORD_DIALOG
  8. *
  9. * History:
  10. * Yi-HsinS 8/15/91 Created
  11. *
  12. */
  13. #ifndef _PASSDLG_H_
  14. #define _PASSDLG_H_
  15. #include "applibrc.h"
  16. #define IDPW_PASSWORD 200
  17. #define IDPW_RESOURCE 201
  18. /*
  19. * Help Context
  20. */
  21. #define HC_RESOURCE_PASSWORD_DIALOG 6000
  22. #endif