PFN_WdsTransportClientReceiveContents callback function (wdstci.h)
The PFN_WdsTransportClientReceiveContents callback is used by the multicast client to indicate that a block of data is ready to be used.
Syntax
PFN_WdsTransportClientReceiveContents PfnWdstransportclientreceivecontents;
void PfnWdstransportclientreceivecontents(
[in] HANDLE hSessionKey,
[in] PVOID pCallerData,
PVOID pContents,
[in] ULONG ulSize,
PULARGE_INTEGER pullContentOffset
)
{...}
Parameters
[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
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 |