术语 | sisfreeallocatedmemory |
释义 | SisFreeAllocatedMemory 语法: C++ void SisFreeAllocatedMemory( __in PVOID allocatedSpace ); SisFreeAllocatedMemory功能 该SisFreeAllocatedMemory函数释放由SIS API函数分配的内存。 参数 allocatedSpace [in] 指针的SIS的空气污染指数分配的内存。 返回值 这个函数没有返回值。 备注 之后,这一职能完成调用,调用者可能无法再访问已释放的内存。 此调用应该用来释放参数的commonStoreRootPathname从SisCreateBackupStructure和SisCreateRestoreStructure返回的字符串分配内存,并含有普通字符串数组,存储文件的SisCreateBackupStructure,SisCSFilesToBackupForLink,SisCreateRestoreStructure返回名称和SisRestoredLink。在后一种情况下,数组本身也必须通过调用SisFreeAllocatedMemory释放。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderSisbkup.h LibrarySisbkup.lib DLLSisbkup.dll 参见 SisCreateBackupStructure SisCreateRestoreStructure SisCSFilesToBackupForLink SisRestoredLink 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==SisFreeAllocatedMemory Function The SisFreeAllocatedMemory function frees memory allocated by SIS API functions. Syntax C++ void SisFreeAllocatedMemory( __in PVOID allocatedSpace ); Parameters allocatedSpace [in] Pointer to the memory allocated by the SIS API. Return Value This function does not return a value. Remarks After the call to this function completes, the caller may no longer access the freed memory. This call should be used to deallocate the memory allocated for the commonStoreRootPathname parameter strings returned from SisCreateBackupStructure and SisCreateRestoreStructure , and the array of strings containing common-store file names returned from SisCreateBackupStructure, SisCSFilesToBackupForLink , SisCreateRestoreStructure, and SisRestoredLink . In the latter case, the array itself also must be freed by calling SisFreeAllocatedMemory. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderSisbkup.h LibrarySisbkup.lib DLLSisbkup.dll See Also SisCreateBackupStructure SisCreateRestoreStructure SisCSFilesToBackupForLink SisRestoredLink Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa362545(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。