reactos/dll/cpl/liccpa/liccpa.h

14 lines
164 B
C

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