术语 | findvolumeclose |
释义 | FindVolumeClose 语法: C++ BOOL WINAPI FindVolumeClose( __in HANDLE hFindVolume ); FindVolumeClose功能 关闭指定的卷搜索处理。在FindFirstVolume和FindNextVolume使用此搜索功能,寻找处理量。 参数 hFindVolume [in] 该卷的搜索句柄被关闭。这种处理必须是先前FindFirstVolume功能打开。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 之后FindVolumeClose函数被调用时,处理hFindVolume不能要么FindNextVolume或FindVolumeClose后续调用使用。 要编译的应用程序使用此函数,定义为0x0500或更高_WIN32_WINNT宏。有关详细信息,请参阅使用Windows头。 实例 有关示例,请参见显示音量路径。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinBase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 FindFirstVolume FindNextVolume 卷管理功能 安装文件夹 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年9月3日 ==英文原文==FindVolumeClose Function Closes the specified volume search handle. The FindFirstVolume and FindNextVolume functions use this search handle to locate volumes. Syntax C++ BOOL WINAPI FindVolumeClose( __in HANDLE hFindVolume ); Parameters hFindVolume [in] The volume search handle to be closed. This handle must have been previously opened by the FindFirstVolume 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 FindVolumeClose function is called, the handle hFindVolume cannot be used in subsequent calls to either FindNextVolume or FindVolumeClose. 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 . Examples For an example, see Displaying Volume Paths . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinBase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also FindFirstVolume FindNextVolume Volume Management Functions Mounted Folders Send comments about this topic to Microsoft Build date: 9/3/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa364433(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。