|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HBITMAP | hBitmap |
| HWND | hWndButton |
| BOOL | bIsCommand |
| TCHAR | szText [80] |
| TCHAR | szTitle [TOPIC_TITLE_LENGTH] |
| TCHAR | szDesc [TOPIC_DESC_LENGTH] |
| TCHAR | szCommand [512] |
| TCHAR | szArgs [512] |
| BOOL _TOPIC::bIsCommand |
Definition at line 82 of file welcome.c.
Referenced by AddNewTopicEx().
| HBITMAP _TOPIC::hBitmap |
Definition at line 75 of file welcome.c.
Referenced by OnCreate().
| HWND _TOPIC::hWndButton |
Definition at line 76 of file welcome.c.
Referenced by OnCreate().
| TCHAR _TOPIC::szArgs[512] |
Definition at line 88 of file welcome.c.
Referenced by AddNewTopicEx(), LoadLocalizedResourcesFromINI(), LoadLocalizedResourcesInternal(), and RunAction().
| TCHAR _TOPIC::szCommand[512] |
Definition at line 87 of file welcome.c.
Referenced by AddNewTopicEx(), LoadLocalizedResourcesFromINI(), LoadLocalizedResourcesInternal(), and RunAction().
| TCHAR _TOPIC::szDesc[TOPIC_DESC_LENGTH] |
Definition at line 86 of file welcome.c.
Referenced by AddNewTopicEx(), LoadLocalizedResourcesFromINI(), LoadLocalizedResourcesInternal(), and OnPaint().
| TCHAR _TOPIC::szText[80] |
Definition at line 84 of file welcome.c.
Referenced by AddNewTopicEx(), LoadLocalizedResourcesFromINI(), and LoadLocalizedResourcesInternal().
| TCHAR _TOPIC::szTitle[TOPIC_TITLE_LENGTH] |
Definition at line 85 of file welcome.c.
Referenced by AddNewTopicEx(), LoadLocalizedResourcesFromINI(), LoadLocalizedResourcesInternal(), and OnPaint().