mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
16 lines
226 B
C
16 lines
226 B
C
#ifndef __CPL_SAMPLE_H
|
|
#define __CPL_SAMPLE_H
|
|
|
|
typedef struct
|
|
{
|
|
int idIcon;
|
|
int idName;
|
|
int idDescription;
|
|
APPLET_PROC AppletProc;
|
|
} APPLET, *PAPPLET;
|
|
|
|
extern HINSTANCE hApplet;
|
|
|
|
#endif /* __CPL_SAMPLE_H */
|
|
|
|
/* EOF */
|