[Previous] [Contents] [Next]

resmgr_iofuncs()

functionsummary

Synopsis:

#include <resmgr.h>

const resgr_io_funcs_t * resmgr_iofuncs( resmgr_context_t * ctp;
                                         struct _msg_info * info);

Library:

libc

Description:

The resmgr_iofuncs() function retrieves the io (@@@ as in I/O?) function (@@@ is it really a function?) callout table associated with the client binding specified by info@@@yes?. @@@whats's ctp @@@what's "The info structure should be filled in with the information about which client mapping to retrieve by using the MsgInfo() with the appropriate client rcvid."?

Returns:

The io(@@@what?) function (@@@what?) callout table or NULL if the binding can't be found or an error occurs.

Errors:

ESRCH
The connection can't be located in the resmgr table.
ENOMEM
There is no memory available for the operation.
EINVAL
Invalid arguments were used.

Classification:

@@@NONE

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

See also:


[Previous] [Contents] [Next]