diff options
author | nyamatongwe <devnull@localhost> | 2002-07-20 11:09:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-07-20 11:09:31 +0000 |
commit | 824f8d43832ad90e4cbf981cea755be11273780d (patch) | |
tree | 950d0aeafa0892846d835cd1120351596bef2eaa | |
parent | 735dab44eadf0cbd599af11702e68046ebdf1748 (diff) | |
download | scintilla-mirror-824f8d43832ad90e4cbf981cea755be11273780d.tar.gz |
Documented Scintilla_DirectFunction.
-rw-r--r-- | doc/ScintillaDoc.html | 6 |
1 files changed, 4 insertions, 2 deletions
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. |