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

# PFPlatformSpecificServerAwardSteamAchievementAsync

> Reference for PFPlatformSpecificServerAwardSteamAchievementAsync, a PlayFab Services C API function that awards Steam achievements to the specified users.

Awards the specified users the specified Steam achievements

## Syntax

```cpp theme={null}
HRESULT PFPlatformSpecificServerAwardSteamAchievementAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFPlatformSpecificAwardSteamAchievementRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`titleEntityHandle`**   PFEntityHandle

PFEntityHandle for a title Entity obtained using PFAuthenticationGetEntityWithSecretKeyAsync.

**`request`**   [PFPlatformSpecificAwardSteamAchievementRequest\*](/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificawardsteamachievementrequest)

Populated request object.

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

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on Windows, Linux, and macOS. When the asynchronous task is complete, call [PFPlatformSpecificServerAwardSteamAchievementGetResultSize](/services/playfab/api-references/c/pfplatformspecific/functions/pfplatformspecificserverawardsteamachievementgetresultsize) and [PFPlatformSpecificServerAwardSteamAchievementGetResult](/services/playfab/api-references/c/pfplatformspecific/functions/pfplatformspecificserverawardsteamachievementgetresult) to get the result.

## Requirements

**Header:** PFPlatformSpecific.h

## See also

[PFPlatformSpecific members](/services/playfab/api-references/c/pfplatformspecific/pfplatformspecific_members)


## Related topics

- [PFPlatformSpecificServerAwardSteamAchievementGetResult](/services/playfab/api-references/c/pfplatformspecific/functions/pfplatformspecificserverawardsteamachievementgetresult.md)
- [Services C API overview - PFPlatformSpecific.h](/services/playfab/api-references/c/pfplatformspecific/pfplatformspecific_members.md)
- [PFPlatformSpecificServerAwardSteamAchievementGetResultSize](/services/playfab/api-references/c/pfplatformspecific/functions/pfplatformspecificserverawardsteamachievementgetresultsize.md)
- [PFPlatformSpecificAwardSteamAchievementRequest](/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificawardsteamachievementrequest.md)
- [PFPlatformSpecificAwardSteamAchievementResult](/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificawardsteamachievementresult.md)
