Searched refs:cch_actual (Results 1 – 1 of 1) sorted by relevance
1757 DWORD len, cch, cch_actual; in process() local1780 cch_actual = MultiByteToWideChar(CP_UTF8, 0, start, len, executable, cch); in process()1781 if (!cch_actual) { in process()1785 if (executable[cch_actual - 1] != L'\\') { in process()1786 executable[cch_actual++] = L'\\'; in process()1787 executable[cch_actual] = L'\0'; in process()