Editor_QueryString¶
Queries the string associated with the specified command. You can use this inline function or explicitly send the EE_QUERY_STRING message.
Editor_QueryString( HWND hwnd, UINT nCmdID, LPWSTR psz, BOOL
bShortTitle = FALSE ); hwnd Specifies the window handle of the view or frame of EmEditor. nCmdID Specifies an integer indicating the Command ID to execute. Only following commands can be used. See the
Command Reference for details. nID Command Name Return Value 4609 through 4609 + 63 file path and name 4864 through 4864 + 63 file path and name 4992 through 4992 + 63 file path and name 5376 through 5376 + 255 window title 5632 through 5632 + 255 plug-in file name 6656 through 6656 + 255 encoding name 7680 through 7680 + 255 encoding name 9216 through 9216 + 1023 macro path and name bShortTitle Specifies whether the short version of the string is needed in certain
commands. psz Specifies the buffer to retrieve the string. If the command ID is valid, the return value is nonzero. Otherwise, the return value is zero. Supported on EmEditor Professional Version 7.00 or later.Parameters¶
Return Values¶
Version¶