Source code of Windows XP (NT5)
 
 
 
 
 
 

13 lines
225 B

#include "resource.h"
typedef struct
{
int idCommand;
int iImage;
int idButtonString;
int idMenuString;
BYTE bState;
BYTE bStyle;
}MYTOOLINFO, *LPMYTOOLINFO;
extern MYTOOLINFO g_Buttons[];