ZeroMQ介面函式之 :zmq_errno – 返回errno的值給呼叫此函式的執行緒
zmq_errno(3) ØMQ Manual - ØMQ/3.2.5
Name
zmq_errno – 返回errno的值給呼叫此函式的執行緒
Synopsis
int zmq_errno (void);
Description
函式zmq_errno() 會返回errno變數的值給呼叫此函式的執行緒。
zmq_errno() 函式時為了幫助使用非POSIX系統的使用者直接地獲取當前errno的值來解決問題的。尤其對於使用特殊C執行時連結庫的Win32使用者,當ZMQ使用這些庫的時候需要使用zmq_errno() 來進行當前的操作。
不需要取回errno當前值的使用者不應該使用這個函式,而是應該直接對errno的值進行操作。
Return value
zmq_errno()函式會返回errno的當前值給呼叫此函式的執行緒。
Errors
沒有定義任何錯誤程式碼。
See also
zmq(7)
Authors
This ØMQ manual page was written by Martin Sustrik <[email protected]> and Martin Lucina <[email protected]>.
Web site design and content is copyright (c) 2007-2012 iMatix Corporation. Contact us for professional support. Site content licensed under the Creative Commons Attribution-Share Alike 3.0 License. ØMQ is copyright (c) Copyright (c) 2007-2012 iMatix Corporation and Contributors. ØMQ is free software licensed under the LGPL. ØMQ, ZeroMQ, and 0MQ are trademarks of iMatix Corporation. Terms of Use — Privacy
Policy
翻譯:風波
mail : [email protected]