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.
The PFN_WdsTransportClientReceiveContents callback is used by the multicast client to indicate that a block of data is ready to be used.
PFN_WdsTransportClientReceiveContents PfnWdstransportclientreceivecontents;
void PfnWdstransportclientreceivecontents(
[in] HANDLE hSessionKey,
[in] PVOID pCallerData,
PVOID pContents,
[in] ULONG ulSize,
PULARGE_INTEGER pullContentOffset
)
{...}
[in] hSessionKey
The handle belonging to the session that is being started.
[in] pCallerData
Pointer to the user data for this session. This data was specified in the call to the WdsTransportClientStartSession function.
pContents
[in] ulSize
The size of the data in pCallerData.
pullContentOffset
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!