CreatePQ

  HPQ CreatePQ(size)    
  int size;    

The CreatePQ function creates a priority queue.

Parameters

size

Specifies the maximum number of items to be inserted into this priority queue.

Return Value

The return value is a handle to the priority queue if the function is successful. Otherwise, it is zero.

See Also

DeletePQ