EE_SET_CONFIGW¶
Changes to a configuration specified by a Unicode string. You can send this message explicitly or use the Editor_SetConfigW inline function.
EE_SET_CONFIGW
wParam = 0;
lParam = (LPARAM) (LPCWSTR) szConfigName;
Parameters¶
szConfigName
Specifies a configuration by a Unicode string.
Return Values¶
The return value is not used.