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