WindowBlinds : DirectSkin
SetUnicode
 

The SetUnicode method enables Unicode support. DirectSkin supports UNICODE languages, but this support is disabled by default. To enable this support call this function and pass TRUE in.

void SetUnicode(BOOL unicode );

Parameters

unicode
A boolean. True enables unicode support and false disables it.

Return Values

 

none

Remarks

  You should only call this function on Unicode platforms (2000, XP).

See Also

 

There are no related topics to this method.