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.

33 lines
739 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: schlparr.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef _SC_HELP_ARR_
  11. #define _SC_HELP_ARR_
  12. #define IDH_DLG1_DETAILS_BTN 70009050
  13. #define IDH_SCBAR_NAME 70009076
  14. #define IDH_SCBAR_READERS 70009075
  15. #define IDH_SCBAR_STATUS 70009077
  16. const DWORD g_aHelpIDs_IDD_SCARDDLG_BAR[]=
  17. {
  18. IDC_STATUS,IDH_SCBAR_STATUS,
  19. IDC_NAME,IDH_SCBAR_NAME,
  20. IDC_READERS,IDH_SCBAR_READERS,
  21. 0,0
  22. };
  23. const DWORD g_aHelpIDs_IDD_SCARDDLG1[]=
  24. {
  25. IDC_DETAILS,IDH_DLG1_DETAILS_BTN,
  26. 0,0
  27. };
  28. #endif // _SC_HELP_ARR_