[] = L"----------毛主席";
SetTextColor(g_hdc, RGB(50, 255, 50));
TextOut(g_hdc, 30, 150, textFirst, wcslen...(textFirst));
SetTextColor(g_hdc, RGB(50, 50, 255));
TextOut(g_hdc, 30, 200, textsecond, wcslen(textsecond...));
SetTextColor(g_hdc, RGB(50, 150, 50));
TextOut(g_hdc, 500, 250, textthird, wcslen(textthird));