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

# XblMultiplayerSearchHandleGetCustomSessionPropertiesJson

> XblMultiplayerSearchHandleGetCustomSessionPropertiesJson

# XblMultiplayerSearchHandleGetCustomSessionPropertiesJson

연결된 세션의 사용자 지정 세션 속성을 가져옵니다.

## 구문

```cpp theme={null}
HRESULT XblMultiplayerSearchHandleGetCustomSessionPropertiesJson(  
         XblMultiplayerSearchHandle handle,  
         const char** customPropertiesJson  
)  
```

### 매개 변수

*handle*   \_In\_\
형식: [XblMultiplayerSearchHandle](/reference/live/xsapi-c/multiplayer_c/handles/xblmultiplayersearchhandle)

검색 핸들 세부 정보에 대한 핸들입니다.

*customPropertiesJson*   \_Out\_\
형식: char\*\*

사용자 지정 속성 JSON 문자열을 반환합니다. 반환된 포인터의 메모리는 XblMultiplayerSessionHandle 개체가 닫힐 때까지 유효합니다.

### 반환값

형식: HRESULT

이 API 작업에 대한 HRESULT 반환 코드입니다.

## 요구 사항

**헤더:** multiplayer\_c.h

**라이브러리:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 함께 보기

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)


## Related topics

- [MPSD에서 PlayFab Multiplayer 및 MPA로 이동](/ko/services/xbox-services/multiplayer/mpsd/concepts/live-mpsd-to-mlp.md)
- [XblMultiplayerSessionDeleteCustomPropertyJson](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessiondeletecustompropertyjson.md)
- [XblMultiplayerSessionCurrentUserSetCustomPropertyJson](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessioncurrentusersetcustompropertyjson.md)
- [XblMultiplayerSessionCurrentUserDeleteCustomPropertyJson](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessioncurrentuserdeletecustompropertyjson.md)
- [XblMultiplayerSearchHandleGetSessionReference](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersearchhandlegetsessionreference.md)
