windows-nt/Source/XPSP1/NT/shell/ext/pstore/tools.h
2020-09-26 16:20:57 +08:00

14 lines
225 B
C

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