Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 2.54 KB

nc-wdstci-pfn_wdstransportclientreceivecontents.md

File metadata and controls

80 lines (62 loc) · 2.54 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:wdstci.PFN_WdsTransportClientReceiveContents
PFN_WdsTransportClientReceiveContents (wdstci.h)
The PFN_WdsTransportClientReceiveContents callback is used by the multicast client to indicate that a block of data is ready to be used.
PFN_WdsTransportClientReceiveContents
PFN_WdsTransportClientReceiveContents callback
PFN_WdsTransportClientReceiveContents callback function [Windows Deployment Services]
wds.pfn_wdstransportclientreceivecontents
wdstci/PFN_WdsTransportClientReceiveContents
wds\pfn_wdstransportclientreceivecontents.htm
wds
3a1cd9bb-c0da-4d66-9338-1f284fc15499
12/05/2018
PFN_WdsTransportClientReceiveContents, PFN_WdsTransportClientReceiveContents callback, PFN_WdsTransportClientReceiveContents callback function [Windows Deployment Services], wds.pfn_wdstransportclientreceivecontents, wdstci/PFN_WdsTransportClientReceiveContents
wdstci.h
Windows
Windows Vista with SP1 [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
PFN_WdsTransportClientReceiveContents
wdstci/PFN_WdsTransportClientReceiveContents
c++
APIRef
kbSyntax
UserDefined
Wdstci.h
PFN_WdsTransportClientReceiveContents

PFN_WdsTransportClientReceiveContents callback function

-description

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

-parameters

-param hSessionKey [in]

The handle belonging to the session that is being started.

-param pCallerData [in]

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

-param pContents

-param ulSize [in]

The size of the data in pCallerData.

-param pullContentOffset

- pContentOffset [in]

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

- pMetadata [in]

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