此函数使用参数ID,CMD和ARG调用系统函数msgctrl()。 您可能需要包含IPC :: SysV包以获取正确的常量。
以下是此函数的简单语法 -
msgctl ID, CMD, ARG
此函数返回0,但如果系统函数在成功时返回0和1,则返回true。
<!--Following is the example code showing its basic usage −
When above code is executed, it produces the following result −
-->