GenvidStatus

enum type GenvidStatus

The various error codes that the various Genvid routines can return.

GenvidStatus_Success means that there was no error.

Values:

GenvidStatus_Success = 0

Success.

GenvidStatus_ConnectionInProgress

A connection is in progress.

GenvidStatus_Incomplete

The call cannot be completed.

GenvidStatus_UnknownError

An unexpected error has occured.

GenvidStatus_InvalidState

The SDK is in an invalid state for this call to complete.

GenvidStatus_InvalidParameter

A parameter is invalid.

GenvidStatus_AllocationFailed

Failed to allocate memory.

GenvidStatus_AlreadyExists

A resource with the same name already exists.

GenvidStatus_ConnectionFailed

The SDK failed to connect to the services.

GenvidStatus_ConnectionTimeout

A connection operation timed out.

GenvidStatus_Disconnected

The SDK was disconnected from the service.

GenvidStatus_UninitializedSDK

Genvid_Initialize have not been called.

GenvidStatus_InvalidImageFormat

The image format is unknown.