#include <revolution/os.h>
void OSInitMessageQueue(
OSMessageQueue* mq,
OSMessage* msgArray,
s32 msgCount);
|
Pointer to message queue. |
|
Pointer to array that will hold the messages. |
|
The number of messages that the array can hold. |
None.
Initializes the message queue structure mq. The msgArray argument is a pointer to the array that holds queue messages, and msgCount is the number of messages that the queue can hold (i.e., the array size).
Thread Functions, Thread Synchronization Functions, OSJamMessage, OSReceiveMessage, OSSendMessage
2006/03/01 Initial version.
CONFIDENTIAL