---
title: CopyDispatchQueue
framework: Kernel
role: symbol
role_heading: Instance Method
platforms: [driverkit 19.0+, macOS 10.15+]
path: kernel/osobject/3180939-copydispatchqueue
---

# CopyDispatchQueue

## Declaration

```occ
virtual kern_return_t CopyDispatchQueue(const IODispatchQueueName name, IODispatchQueue **queue);
```

```occ
kern_return_t CopyDispatchQueue(const char *name, IODispatchQueue **queue, OSDispatchMethod supermethod);
```

## See Also

### Managing an Object's Dispatch Queue

- [SetDispatchQueue](kernel/osobject/3180942-setdispatchqueue.md)
