Skip to main content

XtfAddCredential

Syntax

Parameters

address
Type: LPCWSTR
[in] Address of the console. targetName
Type: LPCWSTR
[in] Target server or share name. userName
Type: LPCWSTR
[in] User name to use. Format is domain\user. password
Type: LPCWSTR
[in] Password for the user.

Return value

Type: HRESULT A return value of S_OK indicates the function succeeded. Any other value indicates an unexpected error occurred.

Remarks

Use XtfAddCredential to add credentials. Use XtfRemoveCredential to remove credentials. Use XtfGetCredentialInfoList, XtfGetCredentialInfoCount, XtfGetCredentialServerName, and XtfGetCredentialUserName to enumerate the current list of stored credentials. Use XtfCloseCredentialInfoList to free the XtfNetworkCredentials returned by XtfGetCredentialInfoList. See XtfGetCredentialInfoList for an example of how to use this API.

Requirements

Header: xtfapi.h Library: XtfApi.lib Supported platforms: Windows (for XBOX console tools)

See also

Run from PC Deployment (NDA topic)
XTF Transport Errors (NDA topic)
Additional Xtf APIs
Last modified on August 20, 2026