Editor_EnumConfig¶
Enumerates available configurations. You can use this inline function or explicitly send the EE_ENUM_CONFIG message.
Editor_EnumConfig( HWND hwnd, LPWSTR pBuf, size_t cchBuf ); hwnd Specifies the window handle of the view or frame of EmEditor. cchBuf Specifies the size of the buffer in characters. Note that two null characters will be added at the end of the list of configurations. If 0 is specified, this message returns the size necessary to retrieve the list of configurations. pBuf Specifies the pointer to the buffer to retrieve the list of configurations. In this buffer, the list of available configurations each separated by a null character will be retrieved. Two null characters will be added at the end of the list of
configurations. If 0 is specified, pBuf can be NULL. The return value is the size necessary to retrieve the list of configurations. Supported on Version 6.00 or later.Parameters¶
Return Values¶
Version¶