reactos/dll/cpl/liccpa/liccpa.h
2013-06-16 22:01:41 +00:00

14 lines
164 B
C

#pragma once
typedef struct
{
int idIcon;
int idName;
int idDescription;
APPLET_PROC AppletProc;
} APPLET, *PAPPLET;
extern HINSTANCE hApplet;
/* EOF */