Click to Rate and Give Feedback
MSDN
MSDN Library
 PFN_WdsTransportClientReceiveConten...
PFN_WdsTransportClientReceiveContents Callback Function

The PFN_WdsTransportClientReceiveContents callback is used by the multicast client to indicate that a block of data is ready to be used.

Syntax

C++
VOID CALLBACK PFN_WdsTransportClientReceiveContents(
  __in  HANDLE hSessionKey,
  __in  PVOID pCallerData,
  __in  PVOID pMetadata,
  __in  ULONG ulSize,
  __in  PULARGE_INTEGER pContentOffset
);

Parameters

hSessionKey [in]

The handle belonging to the session that is being started.

pCallerData [in]

Pointer to the user data for this session. This data was specified in the call to the WdsTransportClientStartSession function.

pMetadata [in]

Pointer to the buffer location that has received the content. The size of this buffer in bytes is given by ulSize.

ulSize [in]

The size of the data in pCallerData.

pContentOffset [in]

The offset in the data stream where this block of data starts.

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