diff options
author | nyamatongwe <unknown> | 2002-07-20 11:09:31 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-07-20 11:09:31 +0000 |
commit | 1f35b9c79fdbcc0e5fffabe476b32b76c398c188 (patch) | |
tree | 950d0aeafa0892846d835cd1120351596bef2eaa | |
parent | ddb8a62e840194a32f02f3db8225735bdb960eb0 (diff) | |
download | scintilla-mirror-1f35b9c79fdbcc0e5fffabe476b32b76c398c188.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. |