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_WdsTransportClientSessionStart callback is called at the start of a multicast session to indicate file size and other server side information about the file to the consumer.
PFN_WdsTransportClientSessionStart PfnWdstransportclientsessionstart;
void PfnWdstransportclientsessionstart(
[in] HANDLE hSessionKey,
[in] PVOID pCallerData,
PULARGE_INTEGER ullFileSize
)
{...}
[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.
ullFileSize
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!