[Previous] [Contents] [Next]

_RESMGR_PTR()

Get one part from the ctp->iov structure and fill in its fields

Synopsis:

#include <sys/resmgr.h>

_RESMGR_PTR( resmgr_context_t ctp,
             void msg,
             size_t nbytes )

Library:

libc

Description:

The _RESMGR_PTR() macro indicates to the caller to get one part from the ctp->iov structure and fills in its fields. The macro is equivalent to SETIOV (ctp->iov, msg, nbytes) returning _RESMGR_NPARTS (1).

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler Yes
Signal handler Yes
Thread Yes

See also:

_RESMGR_NPARTS(), _RESMGR_STATUS(), SETIOV()


[Previous] [Contents] [Next]