XtfUnregisterPackage
Unregisters a package deployed to the title scratch drive.Syntax
Parameters
addressType: LPCWSTR [in] The address of the console. packageFullName
Type: LPCWSTR [in] The full name of the package to unregister.
Return value
Type: HRESULT ReturnsS_OK if successful; otherwise, returns an HRESULT error code.
Remarks
This function unregisters a package deployed to the title scratch drive, such as a package previously deployed by the XtfRegisterPackage function. This function unregisters and removes all applications associated with the specified package. For more information about managing applications, see Application Management (xbapp.exe) (NDA topic).Requirements
Header: xtfapi.h Library: XtfApi.lib Supported platforms: Windows (for XBOX console tools)See also
XtfRegisterPackageXTF Transport Errors (NDA topic)
