static extern int wsprintf([Out] StringBuilder lpOut, string lpFmt, __arglist);
wsprintf( outBuffer, _T("This is just a Test!") );