Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 919 Bytes

FindVolumeMountPointClose.md

File metadata and controls

42 lines (28 loc) · 919 Bytes

Home

Function name : FindVolumeMountPointClose

Group: File System - Library: kernel32


Closes the specified mount-point search handle.


Code examples:

Enumerating Volumes and Volume Mounting Points (NTFS)

Declaration:

BOOL FindVolumeMountPointClose(
	HANDLE hFindVolumeMountPoint
);  

FoxPro declaration:

DECLARE INTEGER FindVolumeMountPointClose IN kernel32;
	INTEGER hFindVolumeMountPoint
  

Parameters:

hFindVolumeMountPoint [in] Mount-point search handle to close. This handle must have been previously opened by the FindFirstVolumeMountPoint function.


Return value:

If the function succeeds, the return value is nonzero.