From 824f8d43832ad90e4cbf981cea755be11273780d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 20 Jul 2002 11:09:31 +0000 Subject: Documented Scintilla_DirectFunction. --- doc/ScintillaDoc.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 9d7728004..719289e29 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1312,8 +1312,10 @@ SCI_GETDIRECTPOINTER the container and Scintilla is mediated by the operating system SendMessage function which can lead to bad performance when calling intensively. - To avoid this overhead a pointer to a message handling function - inside Scintilla can be retrieved with SCI_GETDIRECTFUNCTION. + To avoid this overhead a pointer to a message handling function inside + Scintilla can be retrieved with SCI_GETDIRECTFUNCTION. + The function is also exported from the Windows DLL under the name + 'Scintilla_DirectFunction'. The first argument to use when calling the returned function is the value retrieved from SCI_GETDIRECTPOINTER. After that go the message number, wParam, and lParam. -- cgit v1.2.3