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

# XblGetAsyncQueue

> XblGetAsyncQueue

# XblGetAsyncQueue

XSAPI의 내부 비동기 작업에 사용되는 비동기 큐를 가져옵니다.

## Syntax

```cpp theme={null}
XTaskQueueHandle XblGetAsyncQueue(  
)  
```

### Parameters

### Return value

Type: XTaskQueueHandle

사용 중인 비동기 큐를 반환합니다.

## Remarks

이 큐는 XblInitialize 중에 전달된 큐에서 파생되며, 정확히 같은 큐가 아닙니다. Xsapi는 큐를 반환하기 전에 XTaskQueueDuplicateHandle을 호출하므로 호출자는 이후에 XTaskQueueCloseHandle을 호출해야 합니다.

## Requirements

**Header:** xbox\_live\_global\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)
