HPQ CreatePQ(size) | |||
int size; |
The CreatePQ function creates a priority queue.
size
Specifies the maximum number of items to be inserted into this priority queue.
The return value is a handle to the priority queue if the function is successful. Otherwise, it is zero.