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.

38 lines
1.2 KiB

  1. /**************************************************************************
  2. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5. PARTICULAR PURPOSE.
  6. Copyright 1997 Microsoft Corporation. All Rights Reserved.
  7. **************************************************************************/
  8. /**************************************************************************
  9. File: Tools.h
  10. Description:
  11. **************************************************************************/
  12. /**************************************************************************
  13. #include statements
  14. **************************************************************************/
  15. #include "resource.h"
  16. /**************************************************************************
  17. structure definitions
  18. **************************************************************************/
  19. typedef struct
  20. {
  21. UINT uImageSet;
  22. UINT idCommand;
  23. int iImage;
  24. int idString;
  25. BYTE bState;
  26. BYTE bStyle;
  27. }MYTOOLINFO, *LPMYTOOLINFO;
  28. extern MYTOOLINFO g_Tools[];