Lines Matching refs:szMsg
755 WCHAR szMsg[512];756 ::StringCchVPrintfW(szMsg, sizeof(szMsg)/sizeof(szMsg[0]), format, args);757 ::OutputDebugStringW(szMsg);