Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The PeerDistClientGetInformationByHandle function retrieves additional information from the Peer Distribution service for a specific content handle.
DWORD PeerDistClientGetInformationByHandle(
[in] PEERDIST_INSTANCE_HANDLE hPeerDist,
[in] PEERDIST_CONTENT_HANDLE hContentHandle,
[in] PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS PeerDistClientInfoClass,
DWORD dwBufferSize,
[out] LPVOID lpInformation
);
[in] hPeerDist
A PEERDIST_INSTANCE_HANDLE returned by the PeerDistStartup function.
[in] hContentHandle
A PEERDIST_CONTENT_HANDLE returned by the PeerDistClientOpenContent function.
[in] PeerDistClientInfoClass
A value from the PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS enumeration that indicates the information to retrieve.
dwBufferSize
The size, in bytes, of the buffer for the lpInformation parameter.
[out] lpInformation
A buffer for the returned information. The format of this information depends on the value of the PeerDistClientInfoClass parameter.
If the function succeeds, the return value is ERROR_SUCCESS.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | peerdist.h |
Library | PeerDist.lib |
DLL | PeerDist.dll |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today