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.

13 lines
225 B

  1. #include "resource.h"
  2. typedef struct
  3. {
  4. int idCommand;
  5. int iImage;
  6. int idButtonString;
  7. int idMenuString;
  8. BYTE bState;
  9. BYTE bStyle;
  10. }MYTOOLINFO, *LPMYTOOLINFO;
  11. extern MYTOOLINFO g_Buttons[];