> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetPackageFullNameFromInfo

> GetPackageFullNameFromInfo

# GetPackageFullNameFromInfo

Devuelve el nombre completo del paquete que coincide con la información especificada.

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
HRESULT GetPackageFullNameFromInfo(
         PCWSTR packageName,
         PCWSTR packageVersion,
         PCWSTR packageArchitecture,
         PCWSTR packageResourceId,
         PCWSTR packagePublisher,
         WCHAR** packageFullName
)
```

<a id="parametersSection" />

### Parámetros

*packageName*   \_In\_\
Tipo: PCWSTR

El nombre del paquete.

*packageVersion*   \_In\_\
Tipo: PCWSTR

La versión del paquete.

*packageArchitecture*   \_In\_\
Tipo: PCWSTR

La arquitectura del paquete.

*packageResourceId*   \_In\_\
Tipo: PCWSTR

El identificador de recursos del paquete.

*packagePublisher*   \_In\_\
Tipo: PCWSTR

El editor del paquete.

*packageFullName*   \_Out\_\
Tipo: WCHAR\*\*

Al devolverse, contiene el nombre completo del paquete.

<a id="retvalSection" />

### Valor devuelto

Tipo: HRESULT

Devuelve `S_OK` si se realiza correctamente. De lo contrario, devuelve un código de error. Para obtener una lista de códigos de error, consulte [Códigos de error](/reference/errorcodes).

<a id="remarksSection" />

## Comentarios

El autor de la llamada debe liberar la cadena devuelta mediante `CoTaskMemFree`.

Para obtener el nombre de familia del paquete para un manifiesto de aplicación especificado, llame a [GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest)

Para obtener más información sobre el empaquetado, consulte [Información general del empaquetado](/build/core-features/common/packaging/overviews/packaging).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** packagingservices.h

**Biblioteca:** packagingservices.lib

**Plataformas compatibles:** Windows (para herramientas de consola XBOX)

<a id="seealsoSection" />

## Consulte también

[PackagingServices](/reference/tools/packagingservices/packagingservices_members)


## Related topics

- [GetPackageFamilyNameFromManifest](/es/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest.md)
- [PackagingServices](/es/reference/tools/packagingservices/packagingservices_members.md)
- [XtfGetPackageFullName](/es/reference/tools/xtf/xtfapi/functions/xtfgetpackagefullname-xtfapi-xbox-windows-m.md)
- [GetPackageFullNameFromManifest](/es/reference/tools/packagingservices/functions/getpackagefullnamefrommanifest.md)
- [GetPackageInfoFromGameConfig](/es/reference/tools/packagingservices/functions/getpackageinfofromgameconfig.md)
