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_);

0 Comments:

Post a Comment

<< Home