> ## 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

Returns the full name of the package that matches the specified information.

<a id="syntaxSection" />

## Syntax

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

<a id="parametersSection" />

### Parameters

*packageName*   \_In\_\
Type: PCWSTR

The package name.

*packageVersion*   \_In\_\
Type: PCWSTR

The package version.

*packageArchitecture*   \_In\_\
Type: PCWSTR

The package architecture.

*packageResourceId*   \_In\_\
Type: PCWSTR

The package resource ID.

*packagePublisher*   \_In\_\
Type: PCWSTR

The package publisher.

*packageFullName*   \_Out\_\
Type: WCHAR\*\*

On return, contains the full name of the package.

<a id="retvalSection" />

### Return value

Type: HRESULT

Returns `S_OK` if successful. Otherwise, returns an error code. For a list of error codes, see [Error Codes](/reference/errorcodes).

<a id="remarksSection" />

## Remarks

The caller must free the returned string by using `CoTaskMemFree`.

To get the family name of the package for a specified application manifest, call [GetPackageFamilyNameFromManifest](/reference/tools/packagingservices/functions/getpackagefamilynamefrommanifest)

For more information about packaging, see [Overview of packaging](/build/core-features/common/packaging/overviews/packaging).

<a id="requirementsSection" />

## Requirements

**Header:** packagingservices.h

**Library:** packagingservices.lib

**Supported platforms:** Windows (for XBOX console tools)

<a id="seealsoSection" />

## See also

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


## Related topics

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