mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:36:40 +00:00
Forgot this file ;)
svn path=/trunk/; revision=66362
This commit is contained in:
parent
6d4a7022f5
commit
10483c52fc
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ typedef struct CPlApplet
|
||||||
{
|
{
|
||||||
struct CPlApplet *next; /* linked list */
|
struct CPlApplet *next; /* linked list */
|
||||||
HWND hWnd;
|
HWND hWnd;
|
||||||
|
LPWSTR cmd; /* path to applet */
|
||||||
unsigned count; /* number of subprograms */
|
unsigned count; /* number of subprograms */
|
||||||
HMODULE hModule; /* module of loaded applet */
|
HMODULE hModule; /* module of loaded applet */
|
||||||
APPLET_PROC proc; /* entry point address */
|
APPLET_PROC proc; /* entry point address */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue