EE_EDIT_TEMP¶
Opens temporary text as a new document, or activates, saves, or closes the existing temporary text. You can send this message explicitly or by using the Editor_ActivateTemp, Editor_CloseTemp, Editor_EditTemp, or Editor_SaveTemp inline function.
EE_EDIT_TEMP
wParam = 0;
lParam = (LPARAM) (TEMP_INFO) pTI;
Parameters¶
pTI
Pointer to the TEMP_INFO structure.
Return Values¶
The return value is the ID of the new document. However, it is not used when closing a temporary text.
Version¶
Supported on EmEditor Version 9.00 or later.