术语 | ddequerynextserver |
释义 | DdeQueryNextServer 语法: HCONV DdeQueryNextServer( HCONVLIST hConvList, HCONV hConvPrev ); DdeQueryNextServer功能 该DdeQueryNextServer函数检索下一个会话处理指定的对话列表。 参数 hConvList [in]句柄会话列表。这种处理,必须是被以前的调用DdeConnectList函数创建。 hConvPrev [in]句柄谈话以前返回处理这个功能。如果此参数0L,该函数返回的第一次谈话处理的名单。 返回值 如果列表包含任何更多的谈话处理,返回值是下一个会话处理的名单,否则,它是0L。 功能信息 最低DLL版本 user32.dll 在Ddeml.h HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 参见 动态数据交换管理库概况,DdeConnectList,DdeDisconnectList ==英文原文==DdeQueryNextServer Function The DdeQueryNextServer function retrieves the next conversation handle in the specified conversation list. Syntax HCONV DdeQueryNextServer( HCONVLIST hConvList, HCONV hConvPrev ); Parameters hConvList [in] Handle to the conversation list. This handle must have been created by a previous call to the DdeConnectList function. hConvPrev [in] Handle to the conversation handle previously returned by this function. If this parameter is 0L, the function returns the first conversation handle in the list. Return Value If the list contains any more conversation handles, the return value is the next conversation handle in the list; otherwise, it is 0L. 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 , DdeConnectList , DdeDisconnectList ==原始网址==http://msdn.microsoft.com/en-us/library/ms648762(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。