---
title: getInputQueue
framework: kernel
role: pseudoSymbol
path: kernel/iostream/1809718-getinputqueue
---

# getInputQueue

## Declaration

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

## Return Value

Return Value A pointer to the input 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)
- [getInputQueueMemoryDescriptor](kernel/iostream/1809727-getinputqueuememorydescriptor.md)
- [getOutputQueue](kernel/iostream/1809738-getoutputqueue.md)
- [getOutputQueueMemoryDescriptor](kernel/iostream/1809744-getoutputqueuememorydescriptor.md)
