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 ); 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. The return value is not used.Parameters¶
Return Values¶