Visual Studio Code – C++ Win32 GetWindowText buffer capacity
I'm learning to write basic Win32 apps in C++ and am trying to pass typed text from one editable textbox to a new window after pressing a button. I noticed that the default text buffer capacity for such a transfer…