ATL字符串

    技术2026-06-17  10

    CComBSTR 转换成 LPCTSTR

     USES_CONVERSION;     //CComBSTR   bstr;     LPCTSTR   szStr;     szStr   =   W2T(bstr);

    最新回复(0)