SE_rascolinfo_create |
Creates an SE_RASCOLINFO structure
LONG SE_rascolinfo_create (SE_RASCOLINFO *rastercolumn);
rastercolumn | A pointer to the raster column structure |
SE_rascolinfo_create allocates and initializes an SE_RASCOLINFO structure which contains information about a raster column.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_SDE_NOT_STARTED
∙ You must call this function to create a valid SE_RASCOLINFO object before using any other function that requires an SE_RASCOLINFO pointer. The only exception is the SE_rastercolumn_get_info_list function which internally allocates and initializes the array of SE_RASCOLINFO structure.