网站首页  词典首页

请输入您要查询的函数:

 

术语 nddesharedel
释义 NDdeShareDel
语法:
C++
UINT NDdeShareDel(
__in LPTSTR lpszServer,
__in LPTSTR lpszShareName,
__in UINT wReserved
);
NDdeShareDel功能
[网络DDE不再支持。 Nddeapi.dll是目前在Windows Vista上,但所有的函数调用返回NDDE_NOT_IMPLEMENTED。]
删除一个DDE份额从DDE共享数据库管理器(方法DSDM)。
参数
lpszServer [in]
服务器的方法DSDM的要修改的名称。
lpszShareName [in]
共享的名称被删除的方法DSDM。这个参数不能为NULL。
wReserved [in]
保留。此参数必须为零。
返回值
如果函数成功,返回值是NDDE_NO_ERROR。
如果函数失败,返回值是一个错误代码,可以分为文字翻译错误信息通过调用NDdeGetErrorString。
备注
要删除方法DSDM一个DDE共享,您必须有适当的权限。创建者的份额删除权限。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderNddeapi.h
LibraryNddeapi.lib
DLLNddeapi.dll
Unicode和ANSI namesNDdeShareDelW(Unicode)和NDdeShareDelA(ANSI)的
参见
网络动态数据交换概述
网络DDE函数
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==NDdeShareDel Function
[Network DDE is no longer supported. Nddeapi.dll is present on Windows Vista, but all function calls return NDDE_NOT_IMPLEMENTED.]
Deletes a DDE share from the DDE share database manager (DSDM).
Syntax
C++
UINT NDdeShareDel(
__in LPTSTR lpszServer,
__in LPTSTR lpszShareName,
__in UINT wReserved
);
Parameters
lpszServer [in]
The name of the server whose DSDM is to be modified.
lpszShareName [in]
The name of the share to be deleted from the DSDM. This parameter cannot be NULL.
wReserved [in]
Reserved. This parameter must be zero.
Return Value
If the function succeeds, the return value is NDDE_NO_ERROR.
If the function fails, the return value is an error code which can be translated into a text error message by calling NDdeGetErrorString .
Remarks
To delete a DDE share from the DSDM, you must have the appropriate privilege. The share creator has delete privilege.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderNddeapi.h
LibraryNddeapi.lib
DLLNddeapi.dll
Unicode and ANSI namesNDdeShareDelW (Unicode) and NDdeShareDelA (ANSI)
See Also
Network Dynamic Data Exchange Overview
Network DDE Functions
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa365767(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:29:36