码迷,mamicode.com
首页 > 编程语言 > 详细

MFC开发常用的一些函数

时间:2017-04-24 13:19:57      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:number   source   开发   

一、半角和全角字符的转换

           int LCMapString( 

                 LCID Locale             // locale identifier  

                DWORD dwMapFlags,  // mapping transformation type  

                LPCTSTR lpSrcStr,  // source string  

                int cchSrc,        // number of characters in source string  

                LPTSTR lpDestStr,  // destination buffer  

                int cchDest       // size of destination buffer);

主要参数说明

1、MAKELANGID(LANG_NEUTRAL,SUBLANG_SYS_DEFAULT);

2、常用的转换参数是:

LCMAP_FULLWIDTHUses wide characters (where applicable).
LCMAP_HALFWIDTH

Uses narrow characters (where applicable).

LCMAP_UPPERCASE
Uses uppercase.
LCMAP_LOWERCASE
Uses lowercase.


MFC开发常用的一些函数

标签:number   source   开发   

原文地址:http://tommy.blog.51cto.com/113624/1918779

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!