网站首页  词典首页

请输入您要查询的函数:

 

术语 siscreatebackupstructure
释义 SisCreateBackupStructure
语法:
C++
BOOL SisCreateBackupStructure(
__in PWCHAR volumeRoot,
__out PVOID *sisBackupStructure,
__out PWCHAR *commonStoreRootPathname,
__out PULONG countOfCommonStoreFilesToBackUp,
__out PWCHAR **commonStoreFilesToBackUp
);
SisCreateBackupStructure功能
该SisCreateBackupStructure函数创建一个SIS的备份结构所提供的资料为依据。
参数
volumeRoot [in]
文件的卷的根目录的名称,没有尾部反斜杠的数量,要备份。例如,指定的“C:”,而不是的“C:\\”。
sisBackupStructure [out]
返回SIS的备份结构。
commonStoreRootPathname [out]
完全合格的路径指定卷的普通商店名称。对于例如,“C:\\ SIS的普通商店”。
countOfCommonStoreFilesToBackUp [out]
数在commonStoreFilesToBackUp参数列出的文件。
commonStoreFilesToBackUp [out]
指向一个文件名,它指定由SIS用来管理指定的卷内部文件列表数组。这些文件应备份在同一时间,在作为共同商店同样的文件要求由SisCSFilesToBackupForLink
返回值
这个函数返回TRUE,如果它成功完成,否则返回FALSE。调用GetLastError获得更多关于调用失败原因的信息。
备注
该函数创建一个SIS的备份结构,是由SIS的备份API来创建和维护一个卷上的文件的链接,原文件中的链接指向列表中使用。这个函数应当只调用一次每个SIS的功能数量上的备份。在指定卷上的所有文件都应该作为共同-存储文件和备份只有SIS的处理,显示出他们应该的。
在countOfCommonStoreFilesToBackUp和commonStoreFilesToBackUp参数一起返回的文件列表,必须进行备份,无论是连接备份。
如果countOfCommonStoreFilesToBackUp为0,commonStoreFilesToBackUp可能是一个NULL指针。该commonStoreFilesToBackUp参数的值应该被忽略。
备份操作后完成,释放由数组使用字符串commonStoreFilesToBackUp调用SisFreeAllocatedMemory内存。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderSisbkup.h
LibrarySisbkup.lib
DLLSisbkup.dll
参见
SisCreateRestoreStructure
SisCSFilesToBackupForLink
SisFreeAllocatedMemory
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==SisCreateBackupStructure Function
The SisCreateBackupStructure function creates a SIS backup structure based on the supplied information.
Syntax
C++
BOOL SisCreateBackupStructure(
__in PWCHAR volumeRoot,
__out PVOID *sisBackupStructure,
__out PWCHAR *commonStoreRootPathname,
__out PULONG countOfCommonStoreFilesToBackUp,
__out PWCHAR **commonStoreFilesToBackUp
);
Parameters
volumeRoot [in]
File name of the volume root, without the trailing backslash, of the volume to be backed up. For example, specify "C:" and not "C:\\".
sisBackupStructure [out]
Returned SIS backup structure.
commonStoreRootPathname [out]
Fully qualified path name of the specified volume's common store. For example, "c:\\SIS Common Store".
countOfCommonStoreFilesToBackUp [out]
Number of files listed in the commonStoreFilesToBackUp parameter.
commonStoreFilesToBackUp [out]
Pointer to an array of file names that specifies a list of internal files used by SIS to manage the specified volume. These files should be backed up at the same time and in the same manner as the common-store files requested by SisCSFilesToBackupForLink
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 creates a SIS backup structure, which is used by the SIS backup API to create and maintain a list of the file links on the volume and the original files the links point to. This function should be called only once for each SIS-enabled volume being backed up. All files within the specified volume should be treated as common-store files and backed up only if SIS indicates that they should.
The countOfCommonStoreFilesToBackUp and commonStoreFilesToBackUp parameters together return a list of files that must be backed up regardless of which links are backed up.
If countOfCommonStoreFilesToBackUp is 0, commonStoreFilesToBackUp may be a NULL pointer. The value of the commonStoreFilesToBackUp parameter should be ignored.
After the backup operation is complete, deallocate the memory used by the commonStoreFilesToBackUp array of strings by calling SisFreeAllocatedMemory .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderSisbkup.h
LibrarySisbkup.lib
DLLSisbkup.dll
See Also
SisCreateRestoreStructure
SisCSFilesToBackupForLink
SisFreeAllocatedMemory
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa362539(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:49