diff options
author | Neil <nyamatongwe@gmail.com> | 2021-06-17 09:28:05 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-06-17 09:28:05 +1000 |
commit | 9e52243831ceffced1e9f0ef27041770fe13a85a (patch) | |
tree | a14b3f24127e77c4c28e16e0b81e0a5dac929e2c /include/ScintillaMessages.h | |
parent | 37edcd47eed457d80e353bccfe9e601578ccca33 (diff) | |
download | scintilla-mirror-9e52243831ceffced1e9f0ef27041770fe13a85a.tar.gz |
Add SciFnDirectStatus, a direct access function which also returns status so can
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
Diffstat (limited to 'include/ScintillaMessages.h')
-rw-r--r-- | include/ScintillaMessages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index 861981574..2d19db1ae 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -286,6 +286,7 @@ enum class Message { GetText = 2182, GetTextLength = 2183, GetDirectFunction = 2184, + GetDirectStatusFunction = 2772, GetDirectPointer = 2185, SetOvertype = 2186, GetOvertype = 2187, |