wchar[100] buffer; // I don't want fixed size :( GetDlgItemText(hwn, widget, buffer.ptr, buffer.sizeof);
Win32Api GetDlgItemText How make buffer with no fixed size?
Marcone via Digitalmars-d-learn Sat, 10 Oct 2020 03:20:34 -0700
- Win32Api GetDlgItemText How make buf... Marcone via Digitalmars-d-learn
- Re: Win32Api GetDlgItemText How... Adam D. Ruppe via Digitalmars-d-learn
- Re: Win32Api GetDlgItemText... Marcone via Digitalmars-d-learn
