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.

25 lines
573 B

  1. /****************************************************************************
  2. *
  3. * File : multimed.h
  4. *
  5. * Description :
  6. * Top level control panel applet structures for multimedia for
  7. * Windows NT
  8. *
  9. * Copyright (c) 1993 Microsoft Corporation
  10. *
  11. *****************************************************************************/
  12. /*
  13. * Resource id for applet icons
  14. */
  15. #define ID_ICON 3004
  16. /*
  17. * String resource id for name and applet info
  18. */
  19. #define IDS_NAME 3001
  20. #define IDS_INFO 3002
  21. #define IDS_CONTROL_HLP 3003