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

# XStoreProductQueryCallback

> XStoreProductQueryCallback

# XStoreProductQueryCallback

제품 쿼리에 대한 게임 정의 콜백입니다.

## 구문

```cpp theme={null}
bool XStoreProductQueryCallback(  
         const XStoreProduct* product,  
         void* context  
)  
```

### 매개 변수

*product*   \_In\_\
형식: [XStoreProduct\*](/reference/system/xstore/structs/xstoreproduct)

제품에 대한 설명입니다.

*context*   \_In\_opt\_\
형식: void\*

콜백에 전달할 게임 정의 컨텍스트입니다.

### 반환 값

형식: bool

쿼리 결과 열거를 계속하려면 true를 반환하고, 그렇지 않으면 false를 반환합니다.

## 설명

이 게임 정의 함수는 열거된 스토어 제품 집합에서 정보를 읽는 데 사용됩니다. 이 함수는 여기에 제공된 정의와 동일한 반환 형식 및 매개 변수를 가져야 하며, [XStoreEnumerateProductsQuery](/reference/system/xstore/functions/xstoreenumerateproductsquery) 함수의 콜백으로 사용됩니다. 사용 예제는 [XStoreQueryAssociatedProductsAsync](/reference/system/xstore/functions/xstorequeryassociatedproductsasync)를 참조하세요.

## 요구 사항

**헤더:** XStore.h(XGameRuntime.h에 포함됨)

**라이브러리:** xgameruntime.lib

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)\
[XStoreEnumerateProductsQuery](/reference/system/xstore/functions/xstoreenumerateproductsquery)\
[XStoreQueryAssociatedProductsAsync](/reference/system/xstore/functions/xstorequeryassociatedproductsasync)


## Related topics

- [XStoreEnumerateProductsQuery](/ko/reference/system/xstore/functions/xstoreenumerateproductsquery.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [XStoreQueryProductsAsync](/ko/reference/system/xstore/functions/xstorequeryproductsasync.md)
- [XStoreQueryProductsResult](/ko/reference/system/xstore/functions/xstorequeryproductsresult.md)
- [XStoreQueryProductForPackageAsync](/ko/reference/system/xstore/functions/xstorequeryproductforpackageasync.md)
