---
title: init
framework: networkingdriverkit
role: symbol
role_heading: Instance Method
path: networkingdriverkit/iousernetworkpacketqueue/init
---

# init

Initializes the packet submission queue.

## Declaration

```occ
virtual bool init();
```

## Return Value

Return Value YES if initialization was successful, or NO if it wasn’t.

## Discussion

Discussion Don’t call this method directly. Instead, use the Create method of the appropriate subclass.

## See Also

### Configuring the Packet Queue

- [free](networkingdriverkit/iousernetworkpacketqueue/free.md)
