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

# XblEventsSetMaxFileSize

> XblEventsSetMaxFileSize

# XblEventsSetMaxFileSize

보류 중인 이벤트 파일의 최대 파일 크기를 설정합니다.

## 구문

```cpp theme={null}
HRESULT XblEventsSetMaxFileSize(  
         uint64_t maxFileSizeInByes  
)  
```

### 매개 변수

*maxFileSizeInByes*   \
형식: uint64\_t

보류 중인 이벤트 파일의 최대 크기(바이트)입니다.

### 반환값

형식: HRESULT

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

## 설명

파일은 한 번에 모두 메모리로 읽어들여집니다. 이 설정은 전역 설정이며 모든 XBOX Live 컨텍스트에 적용됩니다. 기본값은 128KB입니다.

## 요구 사항

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

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

## 참고 항목

[events\_c](/reference/live/xsapi-c/events_c/events_c_members)


## Related topics

- [HCWebSocketSetMaxReceiveBufferSize](/ko/reference/live/httpclient/httpclient/functions/hcwebsocketsetmaxreceivebuffersize.md)
- [FileSet](/ko/services/playfab/api-references/events/data-types/fileset.md)
- [entity_files_set](/ko/services/playfab/api-references/events/PlayerProfile/entity-files-set.md)
- [XblMultiplayerSessionConstantsSetMaxMembersInSession](/ko/reference/live/xsapi-c/multiplayer_c/functions/xblmultiplayersessionconstantssetmaxmembersinsession.md)
- [XAppCaptureScreenshotFile](/ko/reference/system/xappcapture/structs/xappcapturescreenshotfile.md)
