Searched refs:dwPathLen (Results 1 – 1 of 1) sorted by relevance
2304 DWORD dwPathLen = 0; in lookupProfile() local2441 dwPathLen = nEnd; in lookupProfile()2443 aPath[dwPathLen] = 0; in lookupProfile()2446 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()2466 …dwPathLen += MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPath + d… in lookupProfile()2478 if (dwPathLen == 0) in lookupProfile()2514 dwPathLen = nPos; in lookupProfile()2515 aPath[dwPathLen] = 0; in lookupProfile()2582 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()2585 aPath[dwPathLen] = 0; in lookupProfile()[all …]
Completed in 25 milliseconds