Retrieves the selected configuration name as an ANSI string. You can use this inline function or explicitly send the EE_GET_CONFIGA message.
Editor_GetConfigA( HWND hwnd, LPSTR szConfigName );
hwnd
Specifies the window handle of the view or frame of EmEditor.
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