---
title: getOutputQueue
framework: kernel
role: pseudoSymbol
path: kernel/iostream/1809738-getoutputqueue
---

# getOutputQueue

## Declaration

```occ
virtual IOStreamBufferQueue *getOutputQueue(
 void); 
```

## Return Value

Return Value A pointer to the output IOStreamBufferQueue structure for the stream, or NULL if the stream is not open and the queue has not been created yet.

## See Also

### Managing shared queues

- [createQueues](kernel/iostream/1809702-createqueues.md)
- [destroyQueues](kernel/iostream/1809709-destroyqueues.md)
- [getInputQueue](kernel/iostream/1809718-getinputqueue.md)
- [getInputQueueMemoryDescriptor](kernel/iostream/1809727-getinputqueuememorydescriptor.md)
- [getOutputQueueMemoryDescriptor](kernel/iostream/1809744-getoutputqueuememorydescriptor.md)
