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

# PFPlayerDataManagementClientUpdatePlayerCustomPropertiesGetResult

> Gets the result of a successful PFPlayerDataManagementClientUpdatePlayerCustomPropertiesAsync call.

Gets the result of a successful PFPlayerDataManagementClientUpdatePlayerCustomPropertiesAsync call.

## Syntax

```cpp theme={null}
HRESULT PFPlayerDataManagementClientUpdatePlayerCustomPropertiesGetResult(  
    XAsyncBlock* async,  
    PFPlayerDataManagementClientUpdatePlayerCustomPropertiesResult* result  
)  
```

### Parameters

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock for the async operation.

**`result`**   [PFPlayerDataManagementClientUpdatePlayerCustomPropertiesResult\*](/services/playfab/api-references/c/pfplayerdatamanagementtypes/structs/pfplayerdatamanagementclientupdateplayercustompropertiesresult)<br />*output*

PFPlayerDataManagementClientUpdatePlayerCustomPropertiesResult object that will be populated with the result.

### Return value

Type: HRESULT

Result code for this API operation. If the service call is unsuccessful, the result will be E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_DUPLICATE\_PROPERTY\_NAME, E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_PROPERTY\_COUNT\_TOO\_HIGH, E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_PROPERTY\_NAME\_IS\_INVALID, E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_PROPERTY\_NAME\_TOO\_LONG, E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_STRING\_PROPERTY\_VALUE\_TOO\_LONG, E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_VALUE\_IS\_INVALID\_TYPE, E\_PF\_PLAYER\_CUSTOM\_PROPERTIES\_VERSION\_MISMATCH, E\_PF\_PRODUCT\_DISABLED\_FOR\_TITLE or any of the global PlayFab Service errors. See doc page "Handling PlayFab Errors" for more details on error handling.

## Requirements

**Header:** PFPlayerDataManagement.h

## See also

[PFPlayerDataManagement members](/services/playfab/api-references/c/pfplayerdatamanagement/pfplayerdatamanagement_members)
