 |
FindNextVolume ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Continues a volume search started by a call to the FindFirstVolume function. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL FindNextVolume(
HANDLE hFindVolume,
LPTSTR lpszVolumeName,
DWORD cchBufferLength
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER FindNextVolume IN kernel32;
INTEGER hFindVolume,;
STRING @lpszVolumeName,;
LONG cchBufferLength
|
 |
 |
 |
| Parameters: |
 |
hFindVolume
[in] Volume search handle returned by a previous call to the FindFirstVolume function.
lpszVolumeName
[out] Pointer to a string that receives the unique volume name found.
cchBufferLength
[in] Length of the buffer that receives the name, in TCHARs. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
| See also: FindFirstVolume, FindVolumeClose, FindFirstVolumeMountPoint, GetVolumeInformation |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-12-15 10:53:17 | | Modified: | 2005-12-15 10:55:17 | Visited in last 7 days: 10 |