Editor_GetConfigA

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 );

Parameters

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.

Return Values

The return value is not used.