#include <cogent.h>
IP_Task* IP_TaskCreateMe(
int chid, char* name, char* domain, char* qname, int qsize )
;
A channel ID, or 0.
A name for this task.
A Cascade DataHub domain name.
A queue name, or NULL.
The maximum number of messages in the queue, or 0.
A pointer to a new task structure or NULL on failure. This function might fail if a qname is specified but the queue name either already exists, or could not be created.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.