routemessagelib.html

来自「Vxworks API操作系统和驱动程序设计API。压缩的HTML文件」· HTML 代码 · 共 51 行

HTML
51
字号
<html><head><!-- /vobs/wpwr/docs/vxworks/ref/routeMessageLib.html - generated by refgen from routeMessageLib.c --> <title> routeMessageLib </title></head><body bgcolor="#FFFFFF"> <hr><a name="top"></a><p align=right><a href="libIndex.htm"><i>VxWorks API Reference :  OS Libraries</i></a></p></blockquote><h1>routeMessageLib</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>  <p><strong>routeMessageLib</strong> - message routines for the routing interface library </p></blockquote><h4>ROUTINES</h4><blockquote><p><p><b><a href="./routeMessageLib.html#routeStorageUnbind">routeStorageUnbind</a>(&nbsp;)</b>  -  remove a registered handler from the routing system<br><hr><a name="routeStorageUnbind"></a><p align=right><a href="rtnIndex.htm"><i>OS Libraries :  Routines</i></a></p></blockquote><h1>routeStorageUnbind(&nbsp;)</h1> <blockquote></a></blockquote><h4>NAME</h4><blockquote>  <p><strong>routeStorageUnbind(&nbsp;)</strong> - remove a registered handler from the routing system</p></blockquote><h4>SYNOPSIS</h4><blockquote><p><pre>STATUS routeStorageUnbind    (    void * pCookie            /* identifier from routeStorageBind() routine */    )</pre></blockquote><h4>DESCRIPTION</h4><blockquote><p>A routing protocol uses this routine to prevent a registered functionfrom receiving any callback messages. Any data accessible with theextra argument to that function must be maintained until this routinecompletes successfully.<p></blockquote><h4>RETURNS</h4><blockquote><p>OK if removal succeeds, or ERROR otherwise.</blockquote><h4>SEE ALSO</h4><blockquote><p><b><a href="./routeMessageLib.html#top">routeMessageLib</a></b></body></html>

⌨️ 快捷键说明

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