How do I output multiple lines to an Edit Box?

I try this:

wsprintf( string, "Line 1 \n Line 2 \n Line 3 \n ", SectionType );
SetDlgItemText(hWnd,IDC_OUTPUT,string);