osdMessageQueueCreate

osdMessageQueueCreate

osd

1998 12-05


NAME

osdMessageQueueCreate - create a message queue


ARGUMENTS


messageQueue pointer to OSD_MessageQueue
key message queue key
error pointer to OSD_Error


SYNOPSIS

osdMessageQueueCreate() attempts to create a message queue with the key specified as key. messageQueue specifies the options to use in creating the message queue and also will contain the handle for the message queue. Any errors encountered are placed in error.


RETURN

Return TRUE on success and FALSE on failure.


SEE ALSO

osdMessageQueueDestroy(3), osdMessageQueueSend(3), osdMessageQueueReceive(3)