Editor_DocGetConfigA¶
Retrieves the selected configuration name for the specified document as an ANSI string. You can use this inline function or explicitly send the EE_GET_CONFIGA message.
Editor_DocGetConfigA( HWND hwnd, int iDoc, LPSTR szConfigName ); hwnd Specifies the window handle of the view or frame of EmEditor. iDoc Specifies the index of the target document. If -1 is specified, the currently active document will be targeted. 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. Supported on EmEditor Professional Version 5.00 or later.Parameters¶
Return Values¶
Version¶