<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > 嵌入式系統(tǒng)多語言文本解決方案

          嵌入式系統(tǒng)多語言文本解決方案

          作者: 時間:2012-03-12 來源:網(wǎng)絡(luò) 收藏

            * 功能:

            根據(jù)指定的信息直接建立字符串,函數(shù)返回字符串指針

            * 參數(shù):

            1.WORD * pContent: 字符串內(nèi)容

            * 返回:

            成功返回字符串指針

            失敗返回NULL

            * 備注:

            ***/

            GUISTRING * CreateStringDirect(WORD * pContent)

            {

            GUISTRING * pStr;

            //嘗試為字符串分配內(nèi)存

            if (!(pStr = GuiMemAlloc(sizeof(GUISTRING))))

            {

            PRINT_INF(CreateStringDirect Err0!);

            return NULL;

            }

            //字符串內(nèi)容為空,建立一個空字符串對象

            if (!pContent)

            {

            pStr->wWidth = 0;

            pStr->wLength = 0;

            pStr->pContent = NULL;

            return pStr;

            }

            //統(tǒng)計字符串長度

            pStr->wLength = 0;

            pStr->pContent = pContent;

            while (*pStr->pContent++)

            {

            pStr->wLength++;

            }

            //嘗試為字符串內(nèi)容分配內(nèi)存

            if (!(pStr->pContent = GuiMemAlloc((pStr->wLength + 1) 1)))

            {

            GuiMemFree(pStr);

            PRINT_INF(CreateStringDirect Err1!);

            return NULL;

            }

            //寫入字符串內(nèi)容

            memcpy(pStr->pContent, pContent, (pStr->wLength + 1) 1);

            //計算字符串寬度

            if (_StringObjectFill(pStr))

            {

            GuiMemFree(pStr->pContent);

            GuiMemFree(pStr);

            PRINT_INF(CreateStringDirect Err2!);

            return NULL;

            }

            return pStr;

            }

          linux操作系統(tǒng)文章專題:linux操作系統(tǒng)詳解(linux不再難懂)

          上一頁 1 2 3 4 下一頁

          評論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();