This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get a given number of parts from the ctp->iov structure
#include <sys/resmgr.h> _RESMGR_NPARTS( int num )
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The macro _RESMGR_NPARTS() indicates to the caller to get num parts from the ctp->iov structure (see resmgr_context_t). The macro is similar to:
MsgReply( ctp->rcvid, ctp->status, ctp->iov, num ).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Yes |
Signal handler | Yes |
Thread | Yes |
The resmgr_attach() function should set attr->nparts_max to be the maximum value for num.
MsgReply(), resmgr_attach(), resmgr_context_t, _RESMGR_PTR(), _RESMGR_STATUS()