Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBase.GetError

Syntax

CTDBRET GetError ( )

Parameters

This method has no parameters.

Description

Returns the error code associated with the handle.

Return

GetError() returns the error code associated with the handle or CTDBRET_NULHANDLE (4002) if the handle is unallocated.

See Also

SetError(), ClearError()

TOCIndex