Searched refs:CharsInOutput (Results 1 – 1 of 1) sorted by relevance
1239 ULONG BufferSize, CharsInMgr, CharsInOutput, Paths; in GetVolumePathNamesForVolumeNameW() local1340 CharsInOutput = 0; in GetVolumePathNamesForVolumeNameW()1349 …for (; (CharsInMgr < VolumePaths->MultiSzLength / sizeof(WCHAR) - 1) && (CharsInOutput < cchBuffer… in GetVolumePathNamesForVolumeNameW()1350 ++CharsInMgr, ++CharsInOutput) in GetVolumePathNamesForVolumeNameW()1357 lpszVolumePathNames[CharsInOutput] = L'\\'; in GetVolumePathNamesForVolumeNameW()1358 ++CharsInOutput; in GetVolumePathNamesForVolumeNameW()1360 if (CharsInOutput == cchBufferLength) in GetVolumePathNamesForVolumeNameW()1370 lpszVolumePathNames[CharsInOutput] = MultiSz[CharsInMgr]; in GetVolumePathNamesForVolumeNameW()1393 if (CharsInOutput >= cchBufferLength) in GetVolumePathNamesForVolumeNameW()1408 lpszVolumePathNames[CharsInOutput] = UNICODE_NULL; in GetVolumePathNamesForVolumeNameW()[all …]