术语 | sisfreerestorestructure |
释义 | SisFreeRestoreStructure 语法: C++ BOOL SisFreeRestoreStructure( __in PVOID sisRestoreStructure ); SisFreeRestoreStructure功能 该SisFreeRestoreStructure函数释放指定的SIS的恢复结构分配的内存,并执行任务,准备SIS的过滤器,以正确设置还原操作期间建立的联系。 参数 sisRestoreStructure [in] 指针SIS的还原SisCreateRestoreStructure返回结构。 返回值 这个函数返回TRUE,如果它成功完成,否则返回FALSE。调用GetLastError获得更多关于调用失败原因的信息。 备注 访问前,对这个函数调用完成的SIS的联系可能会导致卷检查或链接的内容部分阅读。 请注意,是不可靠的假设该内存仅解除分配。例如,此功能也可以执行的SIS的架构的额外行政工作。因此,调用这个函数,即使您的还原操作之后将立即退出。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderSisbkup.h LibrarySisbkup.lib DLLSisbkup.dll 参见 SisCreateRestoreStructure 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==SisFreeRestoreStructure Function The SisFreeRestoreStructure function frees the memory allocated for the specified SIS restore structure, and performs tasks that prepare the SIS filter to properly set up the links created during the restore operation. Syntax C++ BOOL SisFreeRestoreStructure( __in PVOID sisRestoreStructure ); Parameters sisRestoreStructure [in] Pointer to a SIS restore structure returned from SisCreateRestoreStructure . Return Value This function returns TRUE if it completes successfully and FALSE otherwise. Call GetLastError to get more information about the reason the call failed. Remarks Accessing the SIS links before the call to this function completes can result in a volume check or a partial read of the link's contents. Note that it is not safe to assume that this only deallocates memory. For example, this function may also perform additional administrative operations for the SIS architecture. Therefore, call this function even if your restore operation will exit immediately afterward. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderSisbkup.h LibrarySisbkup.lib DLLSisbkup.dll See Also SisCreateRestoreStructure Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa362549(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。