![]()  | 
![]()  | 
![]()  | 
![]()  | 
Write a message to a client
#include <sys/resmgr.h>
int resmgr_msgwrite( resmgr_context_t *ctp,
                     const void *msg,
                     int size,
                     int offset );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The function resmgr_msgwrite() is a cover for MsgWrite() and performs the exact same functionality.
The same values as MsgWrite(); the number of bytes written, or -1 if an error occurs (errno is set).
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
MsgWrite(), resmgr_context_t, resmgr_msgread(), resmgr_msgreadv(), resmgr_msgwritev()
“Layers in a resource manager” in the Bones of a Resource Manager chapter of Writing a Resource Manager
Resource Managers chapter of Getting Started with QNX Neutrino
![]()  | 
![]()  | 
![]()  | 
![]()  |