Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.32 KB

nf-wdstpdi-wdstransportproviderreadcontent.md

File metadata and controls

83 lines (64 loc) · 2.32 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
NF:wdstpdi.WdsTransportProviderReadContent
WdsTransportProviderReadContent function (wdstpdi.h)
Reads content from an open content stream.
WdsTransportProviderReadContent
WdsTransportProviderReadContent callback
WdsTransportProviderReadContent callback function [Windows Deployment Services]
wds.wdstransportproviderreadcontent
wdstpdi/WdsTransportProviderReadContent
wds\wdstransportproviderreadcontent.htm
wds
2b208871-a623-469b-a5dc-40d0c8009c02
12/05/2018
WdsTransportProviderReadContent, WdsTransportProviderReadContent callback, WdsTransportProviderReadContent callback function [Windows Deployment Services], wds.wdstransportproviderreadcontent, wdstpdi/WdsTransportProviderReadContent
wdstpdi.h
Windows
None supported
Windows Server 2008, Windows Server 2003 with SP2 [desktop apps only]
Windows
19H1
WdsTransportProviderReadContent
wdstpdi/WdsTransportProviderReadContent
c++
APIRef
kbSyntax
UserDefined
wdstpdi.h
WdsTransportProviderReadContent

WdsTransportProviderReadContent function

-description

Reads content from an open content stream.

-parameters

-param hContent [in]

Handle to an open content stream to be read. This is the handle return by the WdsTransportProviderOpenContent callback.

-param pBuffer [in]

Pointer to location to receive read content.

-param ulBytesToRead [in]

The size in bytes of the buffer at the location specified by the pBuffer parameter.

-param pContentOffset [in]

The offset into the content stream specified by hContent from which to start reading.

-param pvUserData [in]

User specified data passed to the callback function.

-returns

If the function succeeds, the return is S_OK.

-remarks

This callback is required.