From 17be67b397f97aa79fdbdd12fafc158d1932e0e9 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 17 Feb 2019 19:15:06 -0500 Subject: [PATCH] update api --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0eaa479..9060e7e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ After the sentence has been processed by all extensions, it will be displayed. ## The following properties are in ```SentenceInfo``` ```"current select"```: always 0 unless the sentence is in the text thread selected by the user.
-```"hook address"```: address the hook was inserted at. May need cast to unsigned. Console text thread is always -1.
-```"process id"```: process id that the sentence is coming from. 0 for console and clipboard text threads.
-```"text handle"```: number that uniquely identifies the current text thread.
+```"process id"```: process id that the sentence is coming from. 0 for console and clipboard.
+```"text number"```: number of the current text thread. Counts up one by one as text threads are created. 0 for console, 1 for clipboard.
```"text name"```: pointer to start of a wchar array of the name of the current text thread.
# Notes