术语 | sisfreebackupstructure |
释义 | SisFreeBackupStructure 语法: C++ BOOL SisFreeBackupStructure( __in PVOID sisBackupStructure ); SisFreeBackupStructure功能 该SisFreeBackupStructure函数释放指定的SIS的备份结构。 参数 sisBackupStructure [in] 指针到SIS的备份结构从SisCreateBackupStructure返回。 返回值 这个函数返回TRUE,如果它成功完成,否则返回FALSE。调用GetLastError获得更多关于调用失败原因的信息。 备注 此函数应称为备份操作后,是由sisBackupStructure参数值确定的量完成。 请注意,是不可靠的假设该内存仅解除分配。例如,此功能也可以执行的SIS的架构的额外行政工作。因此,调用这个函数,即使您的备份操作之后将立即退出。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderSisbkup.h LibrarySisbkup.lib DLLSisbkup.dll 参见 SisCreateBackupStructure 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==SisFreeBackupStructure Function The SisFreeBackupStructure function frees the specified SIS backup structure. Syntax C++ BOOL SisFreeBackupStructure( __in PVOID sisBackupStructure ); Parameters sisBackupStructure [in] Pointer to the SIS backup structure returned from SisCreateBackupStructure . 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 This function should be called after the backup operation is completed for the volume identified by the value of the sisBackupStructure parameter. 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 backup operation will exit immediately afterward. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderSisbkup.h LibrarySisbkup.lib DLLSisbkup.dll See Also SisCreateBackupStructure Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa362547(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。