Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Unregisters a package deployed to the title scratch drive.
Syntax
HRESULT XtfUnregisterPackage(
LPCWSTR address,
LPCWSTR packageFullName
)
Parameters
address
Type: LPCWSTR
[in] The address of the console.
packageFullName
Type: LPCWSTR
[in] The full name of the package to unregister.
Return value
Type: HRESULT
Returns S_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)Requiere autorización.
Requirements
Header: xtfapi.h
Library: XtfApi.lib
Supported platforms: Windows (for Xbox console tools)
See also
XtfRegisterPackage
XTF Transport Errors (NDA topic)Requiere autorización