网站首页  词典首页

请输入您要查询的函数:

 

术语 findvolumemountpointclose
释义 FindVolumeMountPointClose
语法:
C++
BOOL WINAPI FindVolumeMountPointClose(
__in HANDLE hFindVolumeMountPoint
);
FindVolumeMountPointClose功能
关闭指定的安装文件夹,搜索处理。在FindFirstVolumeMountPoint和FindNextVolumeMountPoint使用此搜索功能手柄上找到指定的卷装入文件夹。
参数
hFindVolumeMountPoint [in]
在安装文件夹,查找句柄被关闭。这种处理必须是先前FindFirstVolumeMountPoint功能打开。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。
备注
之后FindVolumeMountPointClose函数被调用时,处理hFindVolumeMountPoint不能要么FindNextVolumeMountPoint或FindVolumeMountPointClose后续调用使用。
该FindFirstVolumeMountPoint,FindNextVolumeMountPoint和FindVolumeMountPointClose函数返回路径为指定安装文件夹卷。他们不返回驱动器号或卷GUID路径。有关枚举卷信息的GUID为一个卷的路径,看到卷GUID枚举路径。
要编译的应用程序使用此函数,定义为0x0500或更高_WIN32_WINNT宏。有关详细信息,请参阅使用Windows头。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinBase.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
参见
FindFirstVolumeMountPoint
FindNextVolumeMountPoint
卷管理功能
安装文件夹
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年9月3日
==英文原文==FindVolumeMountPointClose Function
Closes the specified mounted folder search handle. The FindFirstVolumeMountPoint and FindNextVolumeMountPoint functions use this search handle to locate mounted folders on a specified volume.
Syntax
C++
BOOL WINAPI FindVolumeMountPointClose(
__in HANDLE hFindVolumeMountPoint
);
Parameters
hFindVolumeMountPoint [in]
The mounted folder search handle to be closed. This handle must have been previously opened by the FindFirstVolumeMountPoint function.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError .
Remarks
After the FindVolumeMountPointClose function is called, the handle hFindVolumeMountPoint cannot be used in subsequent calls to either FindNextVolumeMountPoint or FindVolumeMountPointClose.
The FindFirstVolumeMountPoint, FindNextVolumeMountPoint, and FindVolumeMountPointClose functions return paths to mounted folders for a specified volume. They do not return drive letters or volume GUID paths. For information about enumerating the volume GUID paths for a volume, see Enumerating Volume GUID Paths .
To compile an application that uses this function, define the _WIN32_WINNT macro as 0x0500 or later. For more information, see Using the Windows Headers .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinBase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
See Also
FindFirstVolumeMountPoint
FindNextVolumeMountPoint
Volume Management Functions
Mounted Folders
Send comments about this topic to Microsoft
Build date: 9/3/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa364435(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:18:40