IXtfApplicationClient::MarkAppAsProvisioned Method

Marks an app as provisioned.

Syntax

public:
HRESULT MarkAppAsProvisioned(
         LPCWSTR pszPackageMoniker
)  

Parameters

pszPackageMoniker
Type: LPCWSTR 

The package identifier of the package that contains the app to be marked as provisioned.

Return value

Type: HRESULT 

HRESULT success or error code.

Remarks

MarkAppAsProvisioned is used by the xbprovision.exe tool to mark apps so that they are later handled properly by the xbcleanup.exe tool. To maximize future compatibility, your tools should use the deployment and provisioning tools provided with the XDK, rather than call this API directly.

Requirements

Header: Declared in xtfapplication.h.

Library: Use xtfapplication.lib.

See also

Reference

IXtfApplicationClient Interface

IXtfApplicationClient Members

XtfApplication