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

# XtfPullRegisterApp

> XtfPullRegisterApp

# XtfPullRegisterApp

Reserved for internal use.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
HRESULT XtfPullRegisterApp(
         LPCWSTR consoleAddress,
         LPCWSTR layoutPath,
         LPCWSTR mapFilePath,
         LPCWSTR tempPath,
         BSTR environmentBlock,
         PLogCallback logCallback,
         PProgressCallback progressCallback,
         PWSTR* packageFullName,
         UINT* aumidCount,
         PWSTR** aumids
)  
```

<a id="parametersSection" />

### Parameters

*consoleAddress*\
Type: LPCWSTR

\[in] Reserved for internal use.

*layoutPath*\
Type: LPCWSTR

\[in] Reserved for internal use.

*mapFilePath*\
Type: LPCWSTR

\[in, optional] Reserved for internal use.

*tempPath*\
Type: LPCWSTR

\[in, optional] Reserved for internal use.

*environmentBlock*\
Type: BSTR

\[in, optional] Reserved for internal use.

*logCallback*\
Type: PLogCallback

\[in, optional] Reserved for internal use.

*progressCallback*\
Type: PProgressCallback

\[in, optional] Reserved for internal use.

*packageFullName*\
Type: PWSTR\*

\[out] Reserved for internal use.

*aumidCount*\
Type: UINT\*

\[out] Reserved for internal use.

*aumids*\
Type: PWSTR\*\*

\[out] Reserved for internal use.

<a id="retvalSection" />

### Return value

Type: HRESULT

Reserved for internal use.

<a id="requirementsSection" />

## Requirements

**Header:** pullapi.h

**Library:** XtfApi.lib

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

<a id="seealsoSection" />

## See also

[XTF Transport Errors (NDA topic)](/tools/tools-console/commandlinetools/xtf-transport-errors)\
[Additional Xtf APIs](/reference/tools/xtf/xtfapi/atoc-xtfapi)


## Related topics

- [XtfPullAuditionApp](/reference/tools/xtf/xtfapi/functions/xtfpullauditionapp-xtfapi-xbox-windows-m.md)
- [XtfPullUnregisterApp](/reference/tools/xtf/xtfapi/functions/xtfpullunregisterapp-xtfapi-xbox-windows-m.md)
- [XtfPullSupplyMock](/reference/tools/xtf/xtfapi/functions/xtfpullsupplymock-xtfapi-xbox-windows-m.md)
- [XtfRegisterPackage](/reference/tools/xtf/xtfapi/functions/xtfregisterpackage-xtfapi-xbox-windows-m.md)
- [XtfGetCountofAppUserModelIds](/reference/tools/xtf/xtfapi/functions/xtfgetcountofappusermodelids-xtfapi-xbox-windows-m.md)
