功能:
这个函数用设置窗口标题。
声明:
void setcaption(LPCSTR caption);
void setcaption(LPCWSTR caption);
参数:
caption
指定要设置的标题字符串,可用宽字符或MBCS字符串,需要使用gbk编码。
返回值:
(无)
示例: