EE_GET_CONFIGA¶
Retrieves the selected configuration name by an ANSI string. You can send this message explicitly or use the Editor_GetConfigA inline function.
EE_GET_CONFIGA
wParam = 0;
lParam = (LPARAM) (LPSTR) szConfigName;
Parameters¶
szConfigName
Specifies a buffer that will receive the configuration name. The buffer size must be at least MAX_CONFIG_NAME bytes.
Return Values¶
The return value is not used.