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