void CImgButton::SetServerName(TCHAR * strName)
{
 memset(strText,0,65);
 memcpy(strText,strName,64);
}

相关文章: