mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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 */
|
||||
HWND hWnd;
|
||||
LPWSTR cmd; /* path to applet */
|
||||
unsigned count; /* number of subprograms */
|
||||
HMODULE hModule; /* module of loaded applet */
|
||||
APPLET_PROC proc; /* entry point address */
|
||||
|
|
Loading…
Reference in a new issue