DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_typeid_equals()
The
mi_typeid_equals()
function finds out whether two type
ID
s are the same type.
Syntax
mi_boolean mi_typeid_equals(
typeone
,
typetwo
)
MI_TYPEID *typeone;
MI_TYPEID *typetwo;
typeone
is the first type
ID
.
typetwo
is the second type
ID
.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
MI_TRUE
if the two
ID
s are the same,
MI_FALSE
otherwise.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.