Editor_SetConfigW

Changes to a configuration specified by a Unicode string. You can use this inline function or explicitly send the EE_SET_CONFIGW message.

Editor_SetConfigW( HWND hwnd, LPCWSTR szConfigName );

Parameters

hwnd

Specifies the window handle of the view or frame of EmEditor.

szConfigName

Specifies a configuration by a Unicode string.

Return Values

The return value is not used.