RGB3 Red_color = { 0, 0, 128 };
WinSetPresParam (Window, PP_FOREGROUNDCOLOR, sizeof (Red_color), (PVOID) &Red_color);
