此函数从队列ID接收消息,将消息放入变量VAR,最大大小为SIZE。
以下是此函数的简单语法 -
msgrcv ID, VAR, SIZE, TYPE, FLAGS
此函数在出错时返回0,在成功时返回1。
Following is the example code showing its basic usage −
When above code is executed, it produces the following result −