ReactOS 0.4.15-dev-7953-g1f49173
string.c File Reference

Go to the source code of this file.

Variables

const char MAIN_WIN_CLASS_NAME [] = "MS_WINHELP"
 
const char BUTTON_BOX_WIN_CLASS_NAME [] = "WHButtonBox"
 
const char HISTORY_WIN_CLASS_NAME [] = "WHHistory"
 
const char STRING_BUTTON [] = "BUTTON"
 
const char STRING_DIALOG_TEST [] = "DIALOG_TEST"
 

Variable Documentation

◆ BUTTON_BOX_WIN_CLASS_NAME

const char BUTTON_BOX_WIN_CLASS_NAME[] = "WHButtonBox"

Definition at line 24 of file string.c.

Referenced by WINHELP_CreateHelpWindow(), and WINHELP_RegisterWinClasses().

◆ HISTORY_WIN_CLASS_NAME

const char HISTORY_WIN_CLASS_NAME[] = "WHHistory"

Definition at line 25 of file string.c.

Referenced by MACRO_History(), and WINHELP_RegisterWinClasses().

◆ MAIN_WIN_CLASS_NAME

const char MAIN_WIN_CLASS_NAME[] = "MS_WINHELP"

Definition at line 23 of file string.c.

Referenced by WINHELP_CreateHelpWindow(), and WINHELP_RegisterWinClasses().

◆ STRING_BUTTON

const char STRING_BUTTON[] = "BUTTON"

Definition at line 26 of file string.c.

Referenced by WINHELP_ButtonBoxWndProc().

◆ STRING_DIALOG_TEST

const char STRING_DIALOG_TEST[] = "DIALOG_TEST"

Definition at line 29 of file string.c.