Searched refs:lpcchReturnLength (Results 1 – 2 of 2) sorted by relevance
1120 OUT PDWORD lpcchReturnLength) in GetVolumePathNamesForVolumeNameA() argument1198 if (lpcchReturnLength != NULL) in GetVolumePathNamesForVolumeNameA()1203 *lpcchReturnLength = VolumePathName.Length; in GetVolumePathNamesForVolumeNameA()1208 *lpcchReturnLength = sizeof(WCHAR) * cchReturnLength; in GetVolumePathNamesForVolumeNameA()1230 OUT PDWORD lpcchReturnLength) in GetVolumePathNamesForVolumeNameW() argument1399 if (lpcchReturnLength != NULL) in GetVolumePathNamesForVolumeNameW()1402 *lpcchReturnLength = Paths + (VolumePaths->MultiSzLength / sizeof(WCHAR)); in GetVolumePathNamesForVolumeNameW()1412 if (lpcchReturnLength != NULL) in GetVolumePathNamesForVolumeNameW()1415 *lpcchReturnLength = CharsInOutput + 1; in GetVolumePathNamesForVolumeNameW()
2586 …_Out_writes_to_opt_(cchBufferLength, *lpcchReturnLength) _Post_ _NullNull_terminated_ LPCH lpszVol…2588 _Out_ PDWORD lpcchReturnLength);