PFN_WdsTransportClientSessionStartEx callback function (wdstci.h)

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.

Syntax

PFN_WdsTransportClientSessionStartEx PfnWdstransportclientsessionstartex;

void PfnWdstransportclientsessionstartex(
  [in] HANDLE hSessionKey,
  [in] PVOID pCallerData,
  [in] PTRANSPORTCLIENT_SESSION_INFO Info
)
{...}

Parameters

[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.

[in] Info

This parameter receives a pointer to a TRANSPORTCLIENT_SESSION_INFO structure.

Return value

None

Requirements

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