Click to Rate and Give Feedback
MSDN
MSDN Library
 PFN_WdsTransportClientSessionStart ...
PFN_WdsTransportClientSessionStart Callback Function

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

C++
VOID CALLBACK PFN_WdsTransportClientSessionStart(
  __in  HANDLE hSessionKey,
  __in  PVOID pCallerData,
  __in  PULARGE_INTEGER FileSize
);

Parameters

hSessionKey [in]

The handle belonging to the session that is being started.

pCallerData [in]

Pointer to the caller specific data for this session. This data was specified in the call to WdsTransportClientStartSession.

FileSize [in]

The total size of the file being transferred over multicast.

Return Value

This callback function does not return a value.

Requirements

Minimum supported clientWindows Vista with SP1
Minimum supported serverWindows Server 2008
HeaderWdstci.h

 

 

Send comments about this topic to Microsoft

Build date: 12/11/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker