 |
DeleteVolumeMountPoint ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Unmounts the volume from the specified volume mount point. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DeleteVolumeMountPoint(
LPCTSTR lpszVolumeMountPoint
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DeleteVolumeMountPoint IN kernel32;
STRING lpszVolumeMountPoint
|
 |
 |
 |
| Parameters: |
 |
lpszVolumeMountPoint
[in] Pointer to a string that indicates the volume mount point to be unmounted. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
The lpszVolumeMountPoint may be a root directory (X:\, in which case the DOS drive letter assignment is removed) or a directory on a volume (X:\mnt\). A trailing backslash is required.
Handle with care. |
 |
 |
| Word Index links for the DeleteVolumeMountPoint : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-12-17 08:37:47 | | Modified: | 2005-12-17 08:40:02 | Visited in last 7 days: 19 |