windows-nt/Source/XPSP1/NT/shell/ext/pstore/tools.h

14 lines
225 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "resource.h"
typedef struct
{
int idCommand;
int iImage;
int idButtonString;
int idMenuString;
BYTE bState;
BYTE bStyle;
}MYTOOLINFO, *LPMYTOOLINFO;
extern MYTOOLINFO g_Buttons[];