Typedefs | |
typedef int | wcStateVal |
Boolean operation completion codes. More... | |
typedef int | wcRCode |
Operation completion codes. More... | |
Variables | |
const wcRCode | WC_TRUE = 1 |
const wcRCode | WC_FALSE = 0 |
const wcRCode | WC_OK = 0 |
const wcRCode | WC_BAD_TARGET = -1 |
const wcRCode | WC_BAD_PARAM = -2 |
const wcRCode | WC_BAD_VALUE = -3 |
const wcRCode | WC_CLIENT_NOT_STREAMING = -4 |
const wcRCode | WC_NOT_A_TASK = -5 |
const wcRCode | WC_TASK_MISMATCH = -6 |
const wcRCode | WC_NOT_ENOUGH_MEM = -7 |
typedef int wcStateVal |
typedef int wcRCode |
Operation completion codes.
const wcRCode WC_TRUE = 1 |
The result is 'true' for this operation.
const wcRCode WC_FALSE = 0 |
The result is 'false' for this operation.
const wcRCode WC_OK = 0 |
No error.
const wcRCode WC_BAD_TARGET = -1 |
Invalid handle is specified.
const wcRCode WC_BAD_PARAM = -2 |
The enumeration value is invalid.
const wcRCode WC_BAD_VALUE = -3 |
The parameter value is invalid.
const wcRCode WC_CLIENT_NOT_STREAMING = -4 |
This client is not streaming.
const wcRCode WC_NOT_A_TASK = -5 |
An invalid pointer to the task was passed.
const wcRCode WC_TASK_MISMATCH = -6 |
This operation is not allowed for the selected task.
const wcRCode WC_NOT_ENOUGH_MEM = -7 |
There is not enough memory to complete the operation successfully.