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

# PFAccountManagementGetPlayFabIDsFromSteamNamesResult

> PFAccountManagementGetPlayFabIDsFromSteamNamesResult data model. For Steam identifiers which have not been linked to PlayFab accounts, or if the user has not logged in recently, null will be returned.

PFAccountManagementGetPlayFabIDsFromSteamNamesResult data model. For Steam identifiers which have not been linked to PlayFab accounts, or if the user has not logged in recently, null will be returned.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromSteamNamesResult {  
    PFAccountManagementSteamNamePlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromSteamNamesResult;  
```

### Members

**`data`**   [PFAccountManagementSteamNamePlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsteamnameplayfabidpair) const\*<br />*may be nullptr*

(Optional) Mapping of Steam identifiers to PlayFab identifiers.

**`dataCount`**   uint32\_t

Count of data

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
