标签:mfc win32 string lpctstr lpstr
virtual BOOL TextOut(
int x,
int y,
LPCTSTR lpszString,
int nCount
);
BOOL TextOut(
int x,
int y,
const CString& str
);
标签:mfc win32 string lpctstr lpstr
原文地址:http://blog.csdn.net/haimian520/article/details/46047393