术语 | ddereconnect |
释义 | DdeReconnect 语法: HCONV DdeReconnect( HCONV hConv ); DdeReconnect功能 该DdeReconnect功能使客户端动态数据交换管理库(DDEML的)应用程序试图重新建立与一个已经终止了与客户交谈服务的交谈。当重新建立会话,动态数据交换管理库(DDEML的)尝试重新建立任何先前存在的意见循环。 参数 hConv [in]句柄谈话必须重新建立。客户端必须取得谈话处理以前调用DdeConnect函数或从XTYP_DISCONNECT交易。 返回值 如果函数成功,返回值是句柄重新建立会话。 如果函数失败,返回值是0L。 该DdeGetLastError函数可用于获得错误代码,它可以是下列值之一: DMLERR_DLL_NOT_INITIALIZED DMLERR_INVALIDPARAMETER DMLERR_NO_CONV_ESTABLISHED DMLERR_NO_ERROR 功能信息 最低DLL版本 user32.dll 在Ddeml.h HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 参见 动态数据交换管理库概况,DdeConnect,DdeDisconnect ==英文原文==DdeReconnect Function The DdeReconnect function enables a client Dynamic Data Exchange Management Library (DDEML) application to attempt to reestablish a conversation with a service that has terminated a conversation with the client. When the conversation is reestablished, the Dynamic Data Exchange Management Library (DDEML) attempts to reestablish any preexisting advise loops. Syntax HCONV DdeReconnect( HCONV hConv ); Parameters hConv [in] Handle to the conversation to be reestablished. A client must have obtained the conversation handle by a previous call to the DdeConnect function or from an XTYP_DISCONNECT transaction. Return Value If the function succeeds, the return value is the handle to the reestablished conversation. If the function fails, the return value is 0L. The DdeGetLastError function can be used to get the error code, which can be one of the following values: DMLERR_DLL_NOT_INITIALIZED DMLERR_INVALIDPARAMETER DMLERR_NO_CONV_ESTABLISHED DMLERR_NO_ERROR Function Information Minimum DLL Versionuser32.dll HeaderDeclared in Ddeml.h, include Windows.h Import libraryUser32.lib Minimum operating systemsWindows 95, Windows NT 3.1 See Also Dynamic Data Exchange Management Library Overview , DdeConnect , DdeDisconnect ==原始网址==http://msdn.microsoft.com/en-us/library/ms648764(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。