EE_LOAD_CONFIGW¶
Reloads a configuration of which name is specified by a Unicode string. You can send this message explicitly or use the Editor_LoadConfigW inline function.
EE_LOAD_CONFIGW
wParam = 0;
lParam = (LPARAM) (LPCWSTR) szConfigName;
Parameters¶
szConfigName
Specifies the name of a configuration to be reloaded.
Return Values¶
The return value is not used.