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;
szConfigName
Specifies a buffer that will receive the configuration name. The buffer size must be at least MAX_CONFIG_NAME bytes.
The return value is not used.
Send feedback on this topic to Emurasoft