public:
HRESULT MarkAppAsProvisioned(
LPCWSTR pszPackageMoniker
)
pszPackageMoniker
Type: LPCWSTRÂ
The package identifier of the package that contains the app to be marked as provisioned.
Type: HRESULTÂ
HRESULT success or error code.
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.
Header: Declared in xtfapplication.h.
Library: Use xtfapplication.lib.