ReactOS 0.4.16-dev-311-g9382aa2
|
#include <hlpfile.h>
Public Attributes | |
char | type [10] |
char | name [9] |
char | caption [51] |
POINT | origin |
SIZE | size |
int | style |
DWORD | win_style |
COLORREF | sr_color |
COLORREF | nsr_color |
char HLPFILE_WINDOWINFO::caption[51] |
Definition at line 31 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_CreateIndexWindow(), WINHELP_GetCaption(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
char HLPFILE_WINDOWINFO::name[9] |
Definition at line 30 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_CreateHelpWindow(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
COLORREF HLPFILE_WINDOWINFO::nsr_color |
Definition at line 37 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
POINT HLPFILE_WINDOWINFO::origin |
Definition at line 32 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_CreateHelpWindow(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
SIZE HLPFILE_WINDOWINFO::size |
Definition at line 33 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_CreateHelpWindow(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
COLORREF HLPFILE_WINDOWINFO::sr_color |
Definition at line 36 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
int HLPFILE_WINDOWINFO::style |
Definition at line 34 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
char HLPFILE_WINDOWINFO::type[10] |
Definition at line 29 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_GetPopupWindowInfo(), and WINHELP_GetWindowInfo().
DWORD HLPFILE_WINDOWINFO::win_style |
Definition at line 35 of file hlpfile.h.
Referenced by HLPFILE_SystemCommands(), WINHELP_CreateHelpWindow(), WINHELP_GetPopupWindowInfo(), WINHELP_GetWindowInfo(), and WINHELP_HandleTextMouse().