Editor_GetConfigW¶
Retrieves the selected configuration name as a Unicode string. You can use this inline function or explicitly send the EE_GET_CONFIGW message.
Editor_GetConfigW( HWND hwnd, LPWSTR 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 in words.
Return Values¶
The return value is not used.