This call opens a queue for the current process.
DosOpenQueue
OwnerPID (PUSHORT) - output
A process that creates a queue has access to it with the handle returned by DosCreateQueue. Before another process can place elements in the queue with DosWriteQueue, the process must first obtain the queue handle by issuing DosOpenQueue.
When specifying the name for the queue, the ASCIIZ name string provided must include the prefix \QUEUES\.