Show / Hide Table of Contents

Class Codes

Inheritance
System.Object
Codes
Namespace: Tanvas.TanvasTouch.Error
Assembly: Tanvas.TanvasTouch.dll
Syntax
public static class Codes : object

Fields

TANVASTOUCH_ERROR_WRAPPER

Declaration
public const int TANVASTOUCH_ERROR_WRAPPER = null
Field Value
Type Description
System.Int32

TANVASTOUCH_WRAPPER_ALREADY_INITIALIZED

The library was previously initialized.

Declaration
public const int TANVASTOUCH_WRAPPER_ALREADY_INITIALIZED = null
Field Value
Type Description
System.Int32

TANVASTOUCH_WRAPPER_INVALID_ARGUMENT

An argument given to an API method was invalid.

Declaration
public const int TANVASTOUCH_WRAPPER_INVALID_ARGUMENT = null
Field Value
Type Description
System.Int32
Remarks

This is used as an error code that can be retrieved via GetLastError().

TANVASTOUCH_WRAPPER_NOT_INITIALIZED

The library has not been initialized.

Declaration
public const int TANVASTOUCH_WRAPPER_NOT_INITIALIZED = null
Field Value
Type Description
System.Int32

Methods

StrError(Int32)

Declaration
public static string StrError(int code)
Parameters
Type Name Description
System.Int32 code
Returns
Type Description
System.String
Back to top Generated by DocFX