You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`GetWindowTextW` is documented as:
```
If the function succeeds, the return value is the length, in characters,
of the copied string, not including the terminating null character.
```
Ensure that we properly account for the trailing null character.
0 commit comments