Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFN_WdsTransportClientReceiveMetadata is an optional callback that a consumer may register to receive metadata type information about a file. This information is provided by the content provider and is opaque to the multicast client and server.
PFN_WdsTransportClientReceiveMetadata PfnWdstransportclientreceivemetadata;
void PfnWdstransportclientreceivemetadata(
[in] HANDLE hSessionKey,
[in] PVOID pCallerData,
[in] PVOID pMetadata,
[in] ULONG ulSize
)
{...}
[in] hSessionKey
The handle belonging to the session that is being started.
[in] pCallerData
Pointer to the caller specific data for this session. This data was specified in the call to WdsTransportClientStartSession function.
[in] pMetadata
Data provided by the content provider that is associated with this object in some manner.
[in] ulSize
The size of the pMetadata buffer in bytes.
None
Requirement | Value |
---|---|
Minimum supported client | Windows Vista with SP1 [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wdstci.h |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!