WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
Result Codes

Enumerations

enum  WSCWResult {
  WSCW_OK = 0 , WSCW_ERROR_NOT_INIT = -200 , WSCW_ERROR_INVALID_PARAM = -201 , WSCW_ERROR_CEF_FAIL = -202 ,
  WSCW_ERROR_INVALID_ID = -203 , WSCW_ERROR_ALREADY_INIT = -204 , WSCW_ERROR_ALLOC_FAIL = -205
}
 Result codes returned by WSCLibWeb functions. More...

Detailed Description

Error codes start at -200 to avoid collision with WSCLib/WSCLibVideo/WSCLibInput.

Enumeration Type Documentation

◆ WSCWResult

enum WSCWResult

Result codes returned by WSCLibWeb functions.

Enumerator
WSCW_OK 

Success.

WSCW_ERROR_NOT_INIT 

Engine not initialized.

WSCW_ERROR_INVALID_PARAM 

Invalid parameter.

WSCW_ERROR_CEF_FAIL 

CEF operation failed.

WSCW_ERROR_INVALID_ID 

Invalid browser ID.

WSCW_ERROR_ALREADY_INIT 

Engine already initialized.

WSCW_ERROR_ALLOC_FAIL 

Memory allocation failed.