Home
last modified time | relevance | path

Searched refs:lpcchReturnLength (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/kernel32/client/file/
H A Dvolume.c1120 OUT PDWORD lpcchReturnLength) in GetVolumePathNamesForVolumeNameA() argument
1198 if (lpcchReturnLength != NULL) in GetVolumePathNamesForVolumeNameA()
1203 *lpcchReturnLength = VolumePathName.Length; in GetVolumePathNamesForVolumeNameA()
1208 *lpcchReturnLength = sizeof(WCHAR) * cchReturnLength; in GetVolumePathNamesForVolumeNameA()
1230 OUT PDWORD lpcchReturnLength) in GetVolumePathNamesForVolumeNameW() argument
1399 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()
/reactos/sdk/include/psdk/
H A Dwinbase.h2586 …_Out_writes_to_opt_(cchBufferLength, *lpcchReturnLength) _Post_ _NullNull_terminated_ LPCH lpszVol…
2588 _Out_ PDWORD lpcchReturnLength);