PeerGraphCloseDirectConnection 函数 (p2p.h)
PeerGraphCloseDirectConnection 函数关闭指定的直接连接。
语法
NOT_BUILD_WINDOWS_DEPRECATE HRESULT PeerGraphCloseDirectConnection(
[in] HGRAPH hGraph,
[in] ULONGLONG ullConnectionId
);
参数
[in] hGraph
对等图的句柄。
[in] ullConnectionId
指定要断开连接的连接 ID。
返回值
如果函数调用成功,则返回值 S_OK。 否则,它将返回以下值之一。
返回代码 | 说明 |
---|---|
|
其中一个参数无效。 |
|
不存在具有指定 ID 的连接。 |
|
对等图的句柄无效。 |
|
必须先通过调用 PeerGraphStartup 初始化图形,然后才能使用此函数。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 具有 SP2 的 Windows XP [仅限桌面应用],具有 SP1 的 Windows XP 与高级网络包 forWindows XP |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | p2p.h |
Library | P2PGraph.lib |
DLL | P2PGraph.dll |