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

# XblPresenceGetPresenceForSocialGroupResultCount

> XblPresenceGetPresenceForSocialGroupResultCount

# XblPresenceGetPresenceForSocialGroupResultCount

[XblPresenceGetPresenceForSocialGroupAsync](/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceforsocialgroupasync) 呼び出しの結果数を取得します。

## 構文

```cpp theme={null}
HRESULT XblPresenceGetPresenceForSocialGroupResultCount(  
         XAsyncBlock* async,  
         size_t* resultCount  
)  
```

### パラメーター

*async*   \_In\_\
型: XAsyncBlock\*

この操作の AsyncBlock。

*resultCount*   \_Out\_\
型: size\_t\*

プレゼンス レコードの数を返します。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻りコード。

## 要件

**ヘッダー:** presence\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[XblPresenceGetPresenceForSocialGroupResult](/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceforsocialgroupresult)\
[presence\_c](/reference/live/xsapi-c/presence_c/presence_c_members)


## Related topics

- [XblPresenceGetPresenceForSocialGroupAsync](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceforsocialgroupasync.md)
- [XblPresenceGetPresenceForSocialGroupResult](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceforsocialgroupresult.md)
- [ユーザーのプレゼンスの取得](/ja-jp/services/xbox-services/community/presence/how-to/live-getting-a-users-presence.md)
- [XblPresenceGetPresenceForMultipleUsersResultCount](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceformultipleusersresultcount.md)
- [XblPresenceGetPresenceForMultipleUsersResult](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceformultipleusersresult.md)
