This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Return information about a client connection
#include <sys/iofunc.h> int iofunc_client_info ( resmgr_context_t * ctp, int ioflag, struct _client_info * info );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The iofunc_client_info() function fetches the info structure for the client. It calls ConnectClientInfo() to gather the information, based on the server connection ID found in ctp->info.scoid.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
Writing a Resource Manager chapter of the Programmer's Guide.