ReactOS 0.4.16-dev-588-gf07ea94
|
#include <cpanel.h>
Public Attributes | |
struct list | entry |
HWND | hWnd |
LPWSTR | cmd |
unsigned | count |
HMODULE | hModule |
APPLET_PROC | proc |
struct applet_info | info [1] |
LPWSTR CPlApplet::cmd |
Definition at line 48 of file cpanel.h.
Referenced by Control_DoLaunch(), Control_LoadApplet(), and Control_UnloadApplet().
unsigned CPlApplet::count |
Definition at line 49 of file cpanel.h.
Referenced by Control_DoLaunch(), Control_LoadApplet(), Control_UnloadApplet(), Control_WndProc_Create(), and CControlPanelEnum::RegisterCPanelApp().
Definition at line 43 of file cpanel.h.
Referenced by Control_LoadApplet(), and Control_UnloadApplet().
HMODULE CPlApplet::hModule |
Definition at line 50 of file cpanel.h.
Referenced by Control_LoadApplet(), and Control_UnloadApplet().
HWND CPlApplet::hWnd |
Definition at line 47 of file cpanel.h.
Referenced by Control_DoLaunch(), Control_LoadApplet(), and Control_UnloadApplet().
struct applet_info CPlApplet::info[1] |
Definition at line 52 of file cpanel.h.
Referenced by Control_DoLaunch(), Control_LoadApplet(), Control_UnloadApplet(), Control_WndProc_Create(), and CControlPanelEnum::RegisterCPanelApp().
APPLET_PROC CPlApplet::proc |
Definition at line 51 of file cpanel.h.
Referenced by Control_DoLaunch(), Control_LoadApplet(), and Control_UnloadApplet().