随笔分类 -  win32

摘要:重启winnat服务 sc stop winnat sc start winnat 阅读全文
posted @ 2022-09-14 08:52 wolbo 阅读(195) 评论(0) 推荐(0) 编辑
摘要:TCHAR* char2tchar(const char* str) { int iLen = strlen(str); TCHAR* chRtn = new TCHAR[iLen + 1]; size_t converted = 0; mbstowcs_s(&converted, chRtn, i 阅读全文
posted @ 2021-04-29 16:05 wolbo 阅读(287) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示