术语 | applicationrecoveryfinished |
释义 | ApplicationRecoveryFinished 语法: C++ VOID WINAPI ApplicationRecoveryFinished( __in BOOL bSuccess ); ApplicationRecoveryFinished功能 指示调用应用程序已经完成了数据恢复。 参数 bSuccess [in] 指定为TRUE,表明该数据被成功回收,否则,假。 返回值 这个函数没有返回值。 备注 这应该是最后一次调用您在回调使您的应用程序终止,因为一旦这个函数被调用。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 ApplicationRecoveryInProgress RegisterApplicationRecoveryCallback 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==ApplicationRecoveryFinished Function Indicates that the calling application has completed its data recovery. Syntax C++ VOID WINAPI ApplicationRecoveryFinished( __in BOOL bSuccess ); Parameters bSuccess [in] Specify TRUE to indicate that the data was successfully recovered; otherwise, FALSE. Return Value This function does not return a value. Remarks This should be the last call that you make in your callback because your application terminates as soon as this function is called. Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also ApplicationRecoveryInProgress RegisterApplicationRecoveryCallback Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa373328(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。