网站首页  词典首页

请输入您要查询的函数:

 

术语 ddedisconnectlist
释义 DdeDisconnectList
语法:
BOOL DdeDisconnectList( HCONVLIST hConvList
);
DdeDisconnectList功能
该DdeDisconnectList函数销毁指定的会话列表并终止与列表相关的所有会话。
参数
hConvList
[in]句柄会话列表。这种处理,必须是被以前的调用DdeConnectList函数创建。
返回值
如果函数成功,返回值为非零。
如果函数失败,返回值是零。
该DdeGetLastError函数可用于获得错误代码,它可以是下列值之一:
DMLERR_DLL_NOT_INITIALIZED
DMLERR_INVALIDPARAMETER
DMLERR_NO_ERROR
备注
应用程序可以使用功能的DdeDisconnect终止在名单上的个别谈话。
功能信息
最低DLL版本 user32.dll
在Ddeml.h HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
参见
动态数据交换管理库概况,DdeConnect,DdeConnectList,DdeDisconnect
==英文原文==DdeDisconnectList Function
The DdeDisconnectList function destroys the specified conversation list and terminates all conversations associated with the list.
Syntax
BOOL DdeDisconnectList( HCONVLIST hConvList
);
Parameters
hConvList
[in] Handle to the conversation list. This handle must have been created by a previous call to the DdeConnectList function.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
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_ERROR
Remarks
An application can use the DdeDisconnect function to terminate individual conversations in the list.
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 , DdeConnectList , DdeDisconnect
==原始网址==http://msdn.microsoft.com/en-us/library/ms648750(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 11:24:03