createQueues
Creates the shared input and output queues, without regard to whether the stream is open or not. Normally this is called by handleOpen().
Declaration
virtual IOReturn createQueues(
IOItemCount queueLength = 0,
IOOptionBits options = 0 );Parameters
- queueLength:
- options:
Return Value
Returns kIOReturnSuccess if the queues were successfully created.