James Zhou 2000
Tuesday, November 26, 2013
How to create WCHAR string
const
wchar_t
* wszText_;
UINT32
cTextLength_;
wszText_ = L
"Hello World using DirectWrite!"
;
cTextLength_ = (
UINT32
)wcslen(wszText_);
posted by jameszhou2000 @
4:44 PM
0 Comments:
Post a Comment
<< Home
About Me
Name:
jameszhou2000
Location:
San Jose, CA, United States
...
View my complete profile
Previous Posts
How to create drawing brush and draw a colored blo...
How to draw text in Windows (simple API)
old fashion open/write file in c code
Windows Timer Resolution problem
How to use Windows Timer API
How to create fullscreen window without title bar
Output debug data to debug windows in Visual C++
DirectShow filter, video renderer and filter graph...
C++ write or dump data to external files
How to print message to debug window in visual C++
0 Comments:
Post a Comment
<< Home