From 9e52243831ceffced1e9f0ef27041770fe13a85a Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 17 Jun 2021 09:28:05 +1000 Subject: 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. --- include/ScintillaMessages.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ScintillaMessages.h') 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, -- cgit v1.2.3