网站首页  词典首页

请输入您要查询的函数:

 

术语 nddeshareadd
释义 NDdeShareAdd
语法:
C++
UINT NDdeShareAdd(
__in LPTSTR lpszServer,
__in UINT nLevel,
__in PSECURITY_DESCRIPTOR pSD,
__in LPBYTE lpBuffer,
__in DWORD cBufSize
);
NDdeShareAdd功能
[网络DDE不再支持。 Nddeapi.dll是目前在Windows Vista上,但所有的函数调用返回NDDE_NOT_IMPLEMENTED。]
创建并添加一个新DDE的份额DDE共享数据库管理器(方法DSDM)。
参数
lpszServer [in]
服务器的方法DSDM的要修改的名称。
nLevel [in]
在信息化Level。此参数必须是2。
私营部门司 [in]
一个 SECURITY_DESCRIPTOR结构的指针是与此相关的共享和访问检查针对的将这一份额的启动演出。此参数可以为NULL,在这种情况下,方法DSDM创建一个默认的安全描述符,以授予“完全控制”的所有者和“读取和链接”每一个人。
lpBuffer [in]
向NDDESHAREINFO结构定义ApplicationTopic名单DDE共享相关的指针被创建,以及其他参数。这个参数不能为NULL。
cBufSize [in]
该lpBuffer结构的大小,以字节为单位。这个参数不能为零。
返回值
如果函数成功,返回值是NDDE_NO_ERROR。
如果函数失败,返回值是一个错误代码,它能够成为一个翻译文本错误消息调用NDdeGetErrorString。
备注
前一个客户端可以连接到DDE的份额,它必须被信任的NDdeSetTrustedShare。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderNddeapi.h
LibraryNddeapi.lib
DLLNddeapi.dll
Unicode和ANSI namesNDdeShareAddW(Unicode)和NDdeShareAddA(ANSI)的
参见
网络动态数据交换概述
网络DDE函数
NDDESHAREINFO
NDdeSetTrustedShare
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==NDdeShareAdd Function
[Network DDE is no longer supported. Nddeapi.dll is present on Windows Vista, but all function calls return NDDE_NOT_IMPLEMENTED.]
Creates and adds a new DDE share to the DDE share database manager (DSDM).
Syntax
C++
UINT NDdeShareAdd(
__in LPTSTR lpszServer,
__in UINT nLevel,
__in PSECURITY_DESCRIPTOR pSD,
__in LPBYTE lpBuffer,
__in DWORD cBufSize
);
Parameters
lpszServer [in]
The name of the server whose DSDM is to be modified.
nLevel [in]
The information level. This parameter must be 2.
pSD [in]
A pointer to a SECURITY_DESCRIPTOR structure to be associated with this share and against which access checks will be performed on subsequent initiates to this share. This parameter can be NULL, in which case the DSDM creates a default security descriptor that grants "Full Control" to the owner and "Read and Link" to everyone.
lpBuffer [in]
A pointer to the NDDESHAREINFO structure that defines the ApplicationTopic list associated with the DDE share being created as well as other parameters. This parameter cannot be NULL.
cBufSize [in]
The size of the lpBuffer structure, in bytes. This parameter cannot 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
Before a client can connect to the DDE share, it must be trusted with NDdeSetTrustedShare .
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderNddeapi.h
LibraryNddeapi.lib
DLLNddeapi.dll
Unicode and ANSI namesNDdeShareAddW (Unicode) and NDdeShareAddA (ANSI)
See Also
Network Dynamic Data Exchange Overview
Network DDE Functions
NDDESHAREINFO
NDdeSetTrustedShare
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/aa365766(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 更新时间:2025/1/9 3:45:23