SE_rastercolumn_get_info_list

Retrieves an array of SE_RASCOLINFO structures for all accessible raster columns

Usage syntax

LONG SE_rastercolumn_get_info_list (SE_CONNECTION connection, SE_RASCOLINFO **rascol_list, LONG *count_addr);

Parameters
connection The connection handle
rascol_list Address of a pointer in a dynamically allocated space that will contain an array of SE_RASCOLINFO structures
count_addr The number of raster columns in the SE_RASCOLINFO list
Description

SE_rastercolumn_get_info_list returns an array of SE_RASCOLINFO pointers that are defined. The total number of raster column structures is returned in the count_addr parameter. The application must free the rastercolumn_list to reclaim the memory allocated by this function.

Returns

SE_SUCCESS
SE_DB_IO_ERROR

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

∙ The application must free the memory used by this call. See SE_rastercolumn_free_info_list.