MFC 中 CString 如何转换为 LPCWSTR

    xiaoxiao2025-10-25  10

    我们一般使用多字节,可是有的函数需要 LPCWSTR 的参数,如何转换呢?

    LPCWSTR lpcwStr = m_str.AllocSysString(); 测试可用,记录下来!

    转载请注明原文地址: https://ju.6miu.com/read-1303511.html
    最新回复(0)