---
title: IODispatchQueueName
framework: driverkit
role: symbol
role_heading: Type Alias
path: driverkit/iodispatchqueuename
---

# IODispatchQueueName

A buffer for specifying the name of a dispatch queue.

## Declaration

```occ
typedef char[256] IODispatchQueueName;
```

## See Also

### Getting Queue Information

- [GetName](driverkit/iodispatchqueue/getname.md)
- [OnQueue](driverkit/iodispatchqueue/onqueue.md)
