OsResultE OsSendMessage( OsHndlT msgQueue, OsMsgDataT data );
Function OsSendMessage() may be called by the client application to send a message to a message queue.
The example below <<< TO DO >>>
int main( void ){ return ( 0 );}