⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mq_getattr.html

📁 unix 下的C开发手册,还用详细的例程。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><!-- Copyright 1997 The Open Group, All Rights Reserved --><title>mq_getattr</title></head><body bgcolor=white><center><font size=2>The Single UNIX &reg; Specification, Version 2<br>Copyright &copy; 1997 The Open Group</font></center><hr size=2 noshade><h4><a name = "tag_000_007_734">&nbsp;</a>NAME</h4><blockquote>mq_getattr - get message queue attributes(<b>REALTIME</b>)</blockquote><h4><a name = "tag_000_007_735">&nbsp;</a>SYNOPSIS</h4><blockquote><pre><code>#include &lt;<a href="mqueue.h.html">mqueue.h</a>&gt;int mq_getattr(mqd_t <i>mqdes</i>, struct mq_attr *<i>mqstat</i>);</code></pre></blockquote><h4><a name = "tag_000_007_736">&nbsp;</a>DESCRIPTION</h4><blockquote>The<i>mqdes</i>argument specifies a message queue descriptor.The<i>mq_getattr()</i>function is used to get status information and attributes of the messagequeue and the open message queue description associated with the messagequeue descriptor.The results are returned in the <i>mq_attr</i>structure referenced by the<i>mqstat</i>argument.<p>Upon return, the following members will have the values associated with theopen message queue description as set when the message queue was opened and asmodified by subsequent<i><a href="mq_setattr.html">mq_setattr()</a></i>calls:<dl compact><dt>mq_flags<dd></dl><p>The following attributes of the message queue are returnedas set at message queue creation.<dl compact><dt>mq_maxmsg<dd><dt>mq_msgsize<dd><dt>mq_curmsgs<dd>The number of messages currently on the queue.</dl></blockquote><h4><a name = "tag_000_007_737">&nbsp;</a>RETURN VALUE</h4><blockquote>Upon successful completion, the<i>mq_getattr()</i>function returns zero.Otherwise, the function returns -1 and sets<i>errno</i>to indicate the error.</blockquote><h4><a name = "tag_000_007_738">&nbsp;</a>ERRORS</h4><blockquote>The <i>mq_getattr()</i>function will fail if:<dl compact><dt>[EBADF]<dd>The<i>mqdes</i>argument is not a valid message queue descriptor.<dt>[ENOSYS]<dd>The function<i>mq_getattr()</i>is not supported by this implementation.</dl></blockquote><h4><a name = "tag_000_007_739">&nbsp;</a>EXAMPLES</h4><blockquote>None.</blockquote><h4><a name = "tag_000_007_740">&nbsp;</a>APPLICATION USAGE</h4><blockquote>None.</blockquote><h4><a name = "tag_000_007_741">&nbsp;</a>SEE ALSO</h4><blockquote><i><a href="mq_open.html">mq_open()</a></i>,<i><a href="mq_send.html">mq_send()</a></i>,<i><a href="mq_setattr.html">mq_setattr()</a></i><i><a href="mqueue.h.html">&lt;mqueue.h&gt;</a></i>,<i><a href="msgctl.html">msgctl()</a></i>,<i><a href="msgget.html">msgget()</a></i>,<i><a href="msgrcv.html">msgrcv()</a></i>,<i><a href="msgsnd.html">msgsnd()</a></i>.</blockquote><h4>DERIVATION</h4><blockquote>Derived from the POSIX Realtime Extension (1003.1b-1993/1003.1i-1995)</blockquote><hr size=2 noshade><center><font size=2>UNIX &reg; is a registered Trademark of The Open Group.<br>Copyright &copy; 1997 The Open Group<br> [ <a href="../index.html">Main Index</a> | <a href="../xshix.html">XSH</a> | <a href="../xcuix.html">XCU</a> | <a href="../xbdix.html">XBD</a> | <a href="../cursesix.html">XCURSES</a> | <a href="../xnsix.html">XNS</a> ]</font></center><hr size=2 noshade></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -