Win32Api GetDlgItemText How make buffer with no fixed size?

Marcone marcone at email.com
Sat Oct 10 10:15:03 UTC 2020


wchar[100] buffer; // I don't want fixed size :(
GetDlgItemText(hwn, widget, buffer.ptr, buffer.sizeof);


More information about the Digitalmars-d-learn mailing list