Changeset 13
- Timestamp:
- 07/27/07 13:13:13
(1 year ago)
- Author:
- tmiller
- Message:
Describe sipc_get_data_ptr, not sipc_connect
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r10 |
r13 |
|
| 9 | 9 | #include <sipc/sipc.h> |
|---|
| 10 | 10 | .HP 20 |
|---|
| 11 | | char\ *\fBsipc_connect\fR\ (sipc_t\ \fI*sipc\fR); |
|---|
| | 11 | char\ *\fBsipc_get_data_ptr\fR\ (sipc_t\ \fI*sipc\fR); |
|---|
| 12 | 12 | .ad |
|---|
| 13 | 13 | .hy |
|---|
| 14 | 14 | .SH "DESCRIPTION" |
|---|
| 15 | | \fBsipc_connect\fR connects an IPC handle to an initialized IPC resource. |
|---|
| 16 | | A call to \fBsipc_init\fR must be made before calling \fBsipc_connect\fR. |
|---|
| | 15 | \fBsipc_get_data_ptr\fR is used to access the data associated with an |
|---|
| | 16 | IPC handle. |
|---|
| 17 | 17 | .SH "RETURN VALUE" |
|---|
| 18 | 18 | This function returns a pointer to the handle's data member on success, |
|---|
Download in other formats:
* Generating other formats may take time.