Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Parameters [Table of Contents] Usage

Open Client Client-Library/C Reference Manual

[-] Chapter 3 Routines
[-] ct_recvpassthru
[-] Return values

Return values

ct_recvpassthru returns the following values:

ct_recvpassthru return 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".


Parameters [Table of Contents] Usage