Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 3.98 KB

nf-shobjidl-ipublishingwizard-gettransfermanifest.md

File metadata and controls

110 lines (82 loc) · 3.98 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:shobjidl.IPublishingWizard.GetTransferManifest
IPublishingWizard::GetTransferManifest (shobjidl.h)
Gets a transfer manifest for a file transfer operation performed by a publishing wizard, such as the Online Print Wizard or the Add Network Place Wizard.
GetTransferManifest
GetTransferManifest method [Windows Shell]
GetTransferManifest method [Windows Shell]
IPublishingWizard interface
IPublishingWizard interface [Windows Shell]
GetTransferManifest method
IPublishingWizard.GetTransferManifest
IPublishingWizard::GetTransferManifest
_shell_IPublishingWizard_GetTransferManifest
shell.IPublishingWizard_GetTransferManifest
shobjidl/IPublishingWizard::GetTransferManifest
shell\IPublishingWizard_GetTransferManifest.htm
shell
1c595526-f810-4a33-82c3-785727153b16
12/05/2018
GetTransferManifest, GetTransferManifest method [Windows Shell], GetTransferManifest method [Windows Shell],IPublishingWizard interface, IPublishingWizard interface [Windows Shell],GetTransferManifest method, IPublishingWizard.GetTransferManifest, IPublishingWizard::GetTransferManifest, _shell_IPublishingWizard_GetTransferManifest, shell.IPublishingWizard_GetTransferManifest, shobjidl/IPublishingWizard::GetTransferManifest
shobjidl.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shobjidl.idl
Netplwiz.dll
Windows
19H1
IPublishingWizard::GetTransferManifest
shobjidl/IPublishingWizard::GetTransferManifest
c++
APIRef
kbSyntax
COM
Netplwiz.dll
IPublishingWizard.GetTransferManifest

IPublishingWizard::GetTransferManifest

-description

Gets a transfer manifest for a file transfer operation performed by a publishing wizard, such as the Online Print Wizard or the Add Network Place Wizard.

Note  This method is deprecated for Windows Vista, as it is not supported for Online Print Wizard or Add Network Place Wizard.
 

-parameters

-param phrFromTransfer [out]

Type: HRESULT*

A pointer to a variable of type HRESULT that, when this method returns, is set to S_OK if the transfer operation was successful, S_FALSE if the transfer has not yet begun, or a standard error value if the transfer has failed or has been canceled. This value can be NULL if you do not require this information.

-param pdocManifest [out]

Type: IXMLDOMDocument**

Address of an IXMLDOMDocument interface pointer that, when this method returns, points to the IXMLDOMDocument interface object that represents the manifest. This value can be NULL.

-returns

Type: HRESULT

Returns S_OK if the manifest is successfully retrieved or a standard COM error value otherwise, including the following:

Return code Description
E_UNEXPECTED
The transfer manifest has not yet been created.

-remarks

The transfer manifest is not created until the wizard is actually displayed. For information on displaying a publishing wizard, see the IPublishingWizard topic.

-see-also

IPublishingWizard

Transfer Manifest Schema

Using the Transfer Manifest