![]() | ![]() |
Home |
|
|
Open Client Client-Library/C Reference Manual |
|
| Chapter 3 Routines |
|
| ct_recvpassthru |
|
| Return values |
ct_recvpassthru returns the following values:
Return value | Meaning |
CS_PASSTHRU_MORE | Packet received successfully; more packets are available. |
CS_PASSTHRU_EOM | Packet received successfully; no more packets are available. |
CS_FAIL | The routine failed. |
CS_CANCELED | The passthrough operation was canceled. |
CS_PENDING | Asynchronous network I/O is in effect. See "Asynchronous programming". |
CS_BUSY | An asynchronous operation is already pending for this connection. See "Asynchronous programming". |
|
|