DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_error_desc_is_copy()
The
mi_error_desc_is_copy()
function finds out whether the given
MI_ERROR_DESC
structure is a user copy.
Syntax
mi_integer mi_error_desc_is_copy (
desc
)
MI_ERROR_DESC *desc;
desc
is the error descriptor to examine.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Usage
An invalid error descriptor can cause the
mi_error_desc_is_copy()
function to fail.
Return Values
On success, returns
MI_TRUE
if the descriptor is a copy and
MI_FALSE
if the descriptor is not a copy. On failure, returns
MI_ERROR
.
Related Topics
For additional information, see the descriptions of the following functions:
mi_errmsg()
,
mi_error_desc_copy()
,
mi_error_desc_destroy()
,
mi_error_level()
,
mi_error_sql_state()
, and
mi_error_sqlcode()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.