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