O.P. DisplayToastW bug?
I've just converted Phoenix to Unicode (v2 will support all them fancy Eastern characters now), but the toasts are broken. While eventually I will be doing my own, I'm using Plus's DisplayToastW in the meantime.
Thing is, I can pass any WCHAR* to it I like, and no matter whether it's a BSTR (BSTR = OLECHAR* = WCHAR*), WCHAR*, or L"Text", it refuses to display more than one character of the string.
|