Parameters
|
Usage type
|
Description
|
---|---|---|
colsearch
|
in, use
|
Column search pointer
|
p_colname
|
out, ref
|
Pointer to the local copy of the column name is stored into * p_colname
|
p_coltype
|
out
|
Type of column is stored into * p_coltype. See the sa.h file for a description of the SaDataTypeT data type and the valid values that it can hold.
|
Value
|
Description
|
---|---|
1
|
Next column found, parameters updated.
|
0
|
0 No more columns, parameters not updated. The function also will return 0 if the input parameters are invalid.
|