ReactOS 0.4.16-dev-306-g647d351
|
#include <cpanel.h>
Public Attributes | |
struct list | applets |
HWND | hWnd |
HINSTANCE | hInst |
unsigned | total_subprogs |
HWND | hWndListView |
HIMAGELIST | hImageListLarge |
HIMAGELIST | hImageListSmall |
HWND | hWndStatusBar |
Definition at line 57 of file cpanel.h.
Referenced by Control_LoadApplet(), Control_RunDLLW(), Control_WndProc(), and Control_WndProc_Create().
HIMAGELIST CPanel::hImageListLarge |
Definition at line 62 of file cpanel.h.
Referenced by Control_CreateListView(), and Control_WndProc_Create().
HIMAGELIST CPanel::hImageListSmall |
Definition at line 63 of file cpanel.h.
Referenced by Control_CreateListView(), and Control_WndProc_Create().
HINSTANCE CPanel::hInst |
Definition at line 59 of file cpanel.h.
Referenced by Control_CreateListView(), and Control_DoInterface().
HWND CPanel::hWnd |
Definition at line 58 of file cpanel.h.
Referenced by Control_CreateListView(), Control_DoInterface(), Control_UpdateListViewStyle(), and Control_WndProc_Create().
HWND CPanel::hWndListView |
Definition at line 61 of file cpanel.h.
Referenced by Control_CreateListView(), Control_GetCPlItem_From_ListView(), Control_UpdateListViewStyle(), Control_WndProc(), and Control_WndProc_Create().
HWND CPanel::hWndStatusBar |
Definition at line 64 of file cpanel.h.
Referenced by Control_CreateListView(), Control_WndProc(), and Control_WndProc_Create().
unsigned CPanel::total_subprogs |
Definition at line 60 of file cpanel.h.
Referenced by Control_FreeCPlItems(), Control_WndProc(), and Control_WndProc_Create().