Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.73 KB

nc-wdstci-pfn_wdstransportclientsessioncomplete.md

File metadata and controls

71 lines (58 loc) · 2.73 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_WdsTransportClientSessionComplete
PFN_WdsTransportClientSessionComplete (wdstci.h)
The PFN_WdsTransportClientSessionCompete callback is used by the client to indicate that no more callbacks will be sent to the consumer and that the session either completed successfully or encountered a non-recoverable error.
PFN_WdsTransportClientSessionComplete
PFN_WdsTransportClientSessionComplete callback
PFN_WdsTransportClientSessionComplete callback function [Windows Deployment Services]
wds.pfn_wdstransportclientsessioncomplete
wdstci/PFN_WdsTransportClientSessionComplete
wds\pfn_wdstransportclientsessioncomplete.htm
wds
1c7b8137-bf74-486c-a90e-6becfec5ddc8
12/05/2018
PFN_WdsTransportClientSessionComplete, PFN_WdsTransportClientSessionComplete callback, PFN_WdsTransportClientSessionComplete callback function [Windows Deployment Services], wds.pfn_wdstransportclientsessioncomplete, wdstci/PFN_WdsTransportClientSessionComplete
wdstci.h
Windows
Windows Vista with SP1 [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
PFN_WdsTransportClientSessionComplete
wdstci/PFN_WdsTransportClientSessionComplete
c++
APIRef
kbSyntax
UserDefined
Wdstci.h
PFN_WdsTransportClientSessionComplete

PFN_WdsTransportClientSessionComplete callback function

-description

The PFN_WdsTransportClientSessionCompete callback is used by the client to indicate that no more callbacks will be sent to the consumer and that the session either completed successfully or encountered a non-recoverable error.

-parameters

-param hSessionKey [in]

The handle belonging to the session that is being started.

-param pCallerData [in]

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

-param dwError [in]

The overall status of the file transfer. If the session succeeded, this value will be set to ERROR_SUCCESS. If the session did not succeed, the error code for the session will be set.

-remarks

This will be the last callback a consumer receives. The consumer will always receive this callback, even if the session is canceled.